org.kuali.kfs.gl.batch.service.impl
Class EnterpriseFeederStatusBase

java.lang.Object
  extended by org.kuali.kfs.gl.batch.service.impl.EnterpriseFeederStatusBase
All Implemented Interfaces:
EnterpriseFeederStatus
Direct Known Subclasses:
ExceptionCaughtStatus, FileReconBadLoadAbortedStatus, FileReconOkLoadBadStatus, FileReconOkLoadOkStatus, RequiredFilesMissingStatus

public abstract class EnterpriseFeederStatusBase
extends Object
implements EnterpriseFeederStatus

Base implementation for the enterprise feeder status


Constructor Summary
EnterpriseFeederStatusBase()
           
 
Method Summary
protected  String getDefaultStatusDescription()
          In case there's no entry for this class in ApplicationResources.properties (or an exception occurs), then just return a default class.
 String getStatusDescription()
          Retrieves the description in ApplicationResources.properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.kfs.gl.batch.service.impl.EnterpriseFeederStatus
isErrorEvent
 

Constructor Detail

EnterpriseFeederStatusBase

public EnterpriseFeederStatusBase()
Method Detail

getStatusDescription

public String getStatusDescription()
Retrieves the description in ApplicationResources.properties

Specified by:
getStatusDescription in interface EnterpriseFeederStatus
Returns:
the description for this class
See Also:
EnterpriseFeederStatus.getStatusDescription()

getDefaultStatusDescription

protected String getDefaultStatusDescription()
In case there's no entry for this class in ApplicationResources.properties (or an exception occurs), then just return a default class.

Returns:
the default description


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.