org.kuali.kfs.gl.batch.service
Interface EnterpriseFeederService

All Known Implementing Classes:
FileEnterpriseFeederServiceImpl

public interface EnterpriseFeederService

The enterprise feeder is a component that feeds in origin entries from an external data source


Field Summary
static String DATA_FILE_SUFFIX
           
static String DONE_FILE_SUFFIX
           
static String RECON_FILE_SUFFIX
           
 
Method Summary
 void feed(String processName, boolean performNotifications)
          This method does the feeding
 String getDirectoryName()
          Returns the directory name from which files are loaded.
 

Field Detail

DONE_FILE_SUFFIX

static final String DONE_FILE_SUFFIX
See Also:
Constant Field Values

DATA_FILE_SUFFIX

static final String DATA_FILE_SUFFIX
See Also:
Constant Field Values

RECON_FILE_SUFFIX

static final String RECON_FILE_SUFFIX
See Also:
Constant Field Values
Method Detail

feed

void feed(String processName,
          boolean performNotifications)
This method does the feeding

Parameters:
processName - this merely identifies the process executing the feed. It will be used to build any error messages, but computationally it should be ignored.
performNotifications - whether notifications should be sent out

getDirectoryName

String getDirectoryName()
Returns the directory name from which files are loaded.

Returns:
the staging directory name


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