| |
|
| java.lang.Object org.kuali.module.gl.util.EnterpriseFeederStatusAndErrorMessagesWrapper
EnterpriseFeederStatusAndErrorMessagesWrapper | public class EnterpriseFeederStatusAndErrorMessagesWrapper (Code) | | 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.
|
EnterpriseFeederStatusAndErrorMessagesWrapper | public EnterpriseFeederStatusAndErrorMessagesWrapper()(Code) | | Constructs a EnterpriseFeederStatusAndErrorMessagesWrapper, initializing values to null
|
getErrorMessages | public List<Message> getErrorMessages()(Code) | | Gets the errorMessages attribute.
Returns the errorMessages. |
setErrorMessages | public void setErrorMessages(List<Message> errorMessages)(Code) | | Sets the errorMessages attribute value.
Parameters: errorMessages - The errorMessages to set. |
setStatus | public void setStatus(EnterpriseFeederStatus status)(Code) | | Sets the status attribute value.
Parameters: status - The status to set. |
|
|
|