| org.kuali.module.gl.service.EnterpriseFeederService
All known Subclasses: org.kuali.module.gl.service.impl.FileEnterpriseFeederServiceImpl,
EnterpriseFeederService | public interface EnterpriseFeederService (Code) | | The enterprise feeder is a component that feeds in origin entries from an external data source
|
Method Summary | |
public void | feed(String processName, boolean performNotifications) This method does the feeding
Parameters: processName - this merely identifies the process executing the feed. | public String | getDirectoryName() Returns the directory name from which files are loaded. |
DATA_FILE_SUFFIX | final public static String DATA_FILE_SUFFIX(Code) | | |
DONE_FILE_SUFFIX | final public static String DONE_FILE_SUFFIX(Code) | | |
RECON_FILE_SUFFIX | final public static String RECON_FILE_SUFFIX(Code) | | |
feed | public void feed(String processName, boolean performNotifications)(Code) | | This method does the feeding
Parameters: processName - this merely identifies the process executing the feed. It will be used to build any error messages, butcomputationally it should be ignored. Parameters: performNotifications - whether notifications should be sent out |
getDirectoryName | public String getDirectoryName()(Code) | | Returns the directory name from which files are loaded.
the staging directory name |
|
|