org.kuali.kfs.module.ld.service
Interface LaborOriginEntryService

All Known Implementing Classes:
LaborOriginEntryServiceImpl

public interface LaborOriginEntryService

Defines methods that must be implemented by classes providing a LaborOriginEntryServiceImpl.


Method Summary
 Map getEntriesByBufferedReader(BufferedReader inputBufferedReader, List<LaborOriginEntry> originEntryList)
           
 Map getEntriesByGroupIdWithPath(String fileNameWithPath, List<LaborOriginEntry> originEntryList)
          get all entries with groupId
 Integer getGroupCount(String fileName)
          Counts the number of entries in a group
 OriginEntryStatistics getStatistics(String fileName)
          Get statistics from a group
 

Method Detail

getStatistics

OriginEntryStatistics getStatistics(String fileName)
Get statistics from a group


getEntriesByGroupIdWithPath

Map getEntriesByGroupIdWithPath(String fileNameWithPath,
                                List<LaborOriginEntry> originEntryList)
get all entries with groupId

Parameters:
groupId -

getEntriesByBufferedReader

Map getEntriesByBufferedReader(BufferedReader inputBufferedReader,
                               List<LaborOriginEntry> originEntryList)

getGroupCount

Integer getGroupCount(String fileName)
Counts the number of entries in a group

Parameters:
the - id of an origin entry group
Returns:
the count of the entries in that group


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