|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.service.impl.EnterpriseFeederStatusAndErrorMessagesWrapper
public class EnterpriseFeederStatusAndErrorMessagesWrapper
This class serves as a wrapper containing references to the feeder status and error messages list. This works around java's inability to return a value and throw an exception at the same time. Exceptions in KFS are generally needed to force the framework to rollback a transaction.
Constructor Summary | |
---|---|
EnterpriseFeederStatusAndErrorMessagesWrapper()
Constructs a EnterpriseFeederStatusAndErrorMessagesWrapper, initializing values to null |
Method Summary | |
---|---|
String |
getDataFileName()
Gets the dataFileName attribute. |
String |
getDoneFileName()
Gets the doneFileName attribute. |
List<Message> |
getErrorMessages()
Gets the errorMessages attribute. |
String |
getReconFileName()
Gets the reconFileName attribute. |
EnterpriseFeederStatus |
getStatus()
Gets the status attribute. |
void |
setErrorMessages(List<Message> errorMessages)
Sets the errorMessages attribute value. |
void |
setFileNames(File dataFile,
File reconFile,
File doneFile)
|
void |
setStatus(EnterpriseFeederStatus status)
Sets the status attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnterpriseFeederStatusAndErrorMessagesWrapper()
Method Detail |
---|
public List<Message> getErrorMessages()
public void setErrorMessages(List<Message> errorMessages)
errorMessages
- The errorMessages to set.public EnterpriseFeederStatus getStatus()
public void setStatus(EnterpriseFeederStatus status)
status
- The status to set.public void setFileNames(File dataFile, File reconFile, File doneFile)
public String getDoneFileName()
public String getReconFileName()
public String getDataFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |