org.kuali.kfs.gl.batch.service.impl
Interface EnterpriseFeederStatus

All Known Implementing Classes:
EnterpriseFeederStatusBase, ExceptionCaughtStatus, FileReconBadLoadAbortedStatus, FileReconOkLoadBadStatus, FileReconOkLoadOkStatus, RequiredFilesMissingStatus

public interface EnterpriseFeederStatus

An status object that signifies the status of the enterprise feeder process


Method Summary
 String getStatusDescription()
          Returns a String providing a human-readable description of this status
 boolean isErrorEvent()
          Returns whether this event represents an error.
 

Method Detail

isErrorEvent

boolean isErrorEvent()
Returns whether this event represents an error.

Returns:

getStatusDescription

String getStatusDescription()
Returns a String providing a human-readable description of this status

Returns:


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