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

Packages that use EnterpriseFeederStatus
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.service.impl   
 

Uses of EnterpriseFeederStatus in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service with parameters of type EnterpriseFeederStatus
 String EnterpriseFeederNotificationService.getFileFeedStatusMessage(String feederProcessName, EnterpriseFeederStatus status, File doneFile, File dataFile, File reconFile, List<Message> errorMessages)
          Generates the status message that would be generated by a call to notifyFileFeedStatus with the same parameters.
 String EnterpriseFeederNotificationService.getFileFeedStatusMessage(String feederProcessName, EnterpriseFeederStatus status, String doneFileDescription, InputStream doneFileContents, String dataFileDescription, InputStream dataFileContents, String reconFileDescription, InputStream reconFileContents, List<Message> errorMessages)
          Generates the status message that would be generated by a call to notifyFileFeedStatus with the same parameters.
 void EnterpriseFeederNotificationService.notifyFileFeedStatus(String feederProcessName, EnterpriseFeederStatus status, File doneFile, File dataFile, File reconFile, List<Message> errorMessages)
          Performs notification about the status of the upload (i.e.
 void EnterpriseFeederNotificationService.notifyFileFeedStatus(String feederProcessName, EnterpriseFeederStatus status, String doneFileDescription, InputStream doneFileContents, String dataFileDescription, InputStream dataFileContents, String reconFileDescription, InputStream reconFileContents, List<Message> errorMessages)
          Performs notification about the status of the upload (i.e.
 

Uses of EnterpriseFeederStatus in org.kuali.kfs.gl.batch.service.impl
 

Classes in org.kuali.kfs.gl.batch.service.impl that implement EnterpriseFeederStatus
 class EnterpriseFeederStatusBase
          Base implementation for the enterprise feeder status
 class ExceptionCaughtStatus
          Enterprise feeder status if an exception has been caught
 class FileReconBadLoadAbortedStatus
          Enterprise feeder status if the reconciliation has failed and the loading of origin entries has not been atempted
 class FileReconOkLoadBadStatus
          Enterprise feeder status if the reconciliation succeeded and the load failed
 class FileReconOkLoadOkStatus
          Enterprise feeder status if the reconciliation and loading succeeded
 class RequiredFilesMissingStatus
          This class indicates that some files of the file set are missing, and the feeder cannot continue.
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type EnterpriseFeederStatus
protected  String EnterpriseFeederNotificationServiceImpl.buildFileFeedStatusMessage(String doneFileName, String dataFileName, String reconFileName, List<Message> errorMessages, String feederProcessName, EnterpriseFeederStatus status)
          Builds the status message for the status of a feed.
protected  String EnterpriseFeederNotificationServiceImpl.generateFromEmailAddress(String feederProcessName, EnterpriseFeederStatus status, String doneFileDescription, String dataFileDescription, String reconFileDescription, List<Message> errorMessages)
          Generates the "From:" address for the email
protected  Set<String> EnterpriseFeederNotificationServiceImpl.generateToEmailAddresses(String feederProcessName, EnterpriseFeederStatus status, String doneFileDescription, String dataFileDescription, String reconFileDescription, List<Message> errorMessages)
          Generates the destination address(s) for the email notifications, possibly depending on the parameter values
 String EnterpriseFeederNotificationServiceImpl.getFileFeedStatusMessage(String feederProcessName, EnterpriseFeederStatus status, File doneFile, File dataFile, File reconFile, List<Message> errorMessages)
          Generates the status message that would be generated by a call to notifyFileFeedStatus with the same parameters.
 String EnterpriseFeederNotificationServiceImpl.getFileFeedStatusMessage(String feederProcessName, EnterpriseFeederStatus status, String doneFileDescription, InputStream doneFileContents, String dataFileDescription, InputStream dataFileContents, String reconFileDescription, InputStream reconFileContents, List<Message> errorMessages)
           
protected  String EnterpriseFeederNotificationServiceImpl.getSubjectLine(String doneFileDescription, String dataFileDescription, String reconFileDescription, List<Message> errorMessages, String feederProcessName, EnterpriseFeederStatus status)
          Builds the status message for the status of a feed.
protected  boolean EnterpriseFeederNotificationServiceImpl.isStatusNotifiable(String feederProcessName, EnterpriseFeederStatus status, String doneFileDescription, String dataFileDescription, String reconFileDescription, List<Message> errorMessages)
          Returns whether a notification is necessary given the values of the parameters
 void EnterpriseFeederNotificationServiceImpl.notifyFileFeedStatus(String feederProcessName, EnterpriseFeederStatus status, File doneFile, File dataFile, File reconFile, List<Message> errorMessages)
          Performs notification about the status of the upload (i.e.
 void EnterpriseFeederNotificationServiceImpl.notifyFileFeedStatus(String feederProcessName, EnterpriseFeederStatus status, String doneFileDescription, InputStream doneFileContents, String dataFileDescription, InputStream dataFileContents, String reconFileDescription, InputStream reconFileContents, List<Message> errorMessages)
          Performs notifications
 

Uses of EnterpriseFeederStatus in org.kuali.kfs.gl.service.impl
 

Methods in org.kuali.kfs.gl.service.impl that return EnterpriseFeederStatus
 EnterpriseFeederStatus EnterpriseFeederStatusAndErrorMessagesWrapper.getStatus()
          Gets the status attribute.
 

Methods in org.kuali.kfs.gl.service.impl with parameters of type EnterpriseFeederStatus
 void EnterpriseFeederStatusAndErrorMessagesWrapper.setStatus(EnterpriseFeederStatus status)
          Sets the status attribute value.
 



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