org.kuali.kfs.gl.service
Interface OriginEntryGroupService

All Known Subinterfaces:
LaborOriginEntryGroupService
All Known Implementing Classes:
LaborOriginEntryGroupServiceImpl, OriginEntryGroupServiceImpl

public interface OriginEntryGroupService

An interface of methods to interact with Origin Entry Groups


Method Summary
 void createBackupGroup()
          Create the backup group which has all the entries from all the groups where all the flags are set Y.
 File createGroup(String fileName)
           
 void deleteFile(String fileName)
           
 File[] getAllFileInBatchDirectory()
           
 File getFileWithFileName(String fileName)
           
 boolean getGroupExists(String groupId)
           
 String getNewestScrubberErrorFileName()
           
 

Method Detail

createBackupGroup

void createBackupGroup()
Create the backup group which has all the entries from all the groups where all the flags are set Y.


createGroup

File createGroup(String fileName)

getGroupExists

boolean getGroupExists(String groupId)

getNewestScrubberErrorFileName

String getNewestScrubberErrorFileName()

getAllFileInBatchDirectory

File[] getAllFileInBatchDirectory()

getFileWithFileName

File getFileWithFileName(String fileName)

deleteFile

void deleteFile(String fileName)


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