|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ld.service.impl.LaborOriginEntryServiceImpl
@Transactional public class LaborOriginEntryServiceImpl
Service implementation of LaborOriginEntryService.
Constructor Summary | |
---|---|
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 fileNameWithPath)
Counts the number of entries in a group |
OriginEntryStatistics |
getStatistics(String fileName)
Get statistics from a group |
void |
setBatchFileDirectoryName(String batchFileDirectoryName)
|
void |
setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService attribute value. |
void |
setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
Sets the originEntryGroupService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaborOriginEntryServiceImpl()
Method Detail |
---|
public OriginEntryStatistics getStatistics(String fileName)
LaborOriginEntryService
getStatistics
in interface LaborOriginEntryService
public Map getEntriesByGroupIdWithPath(String fileNameWithPath, List<LaborOriginEntry> originEntryList)
LaborOriginEntryService
getEntriesByGroupIdWithPath
in interface LaborOriginEntryService
org.kuali.kfs.module.ld.service.LaborOriginEntryService#getMatchingEntriesByList(java.util.Map)
public Map getEntriesByBufferedReader(BufferedReader inputBufferedReader, List<LaborOriginEntry> originEntryList)
getEntriesByBufferedReader
in interface LaborOriginEntryService
public Integer getGroupCount(String fileNameWithPath)
LaborOriginEntryService
getGroupCount
in interface LaborOriginEntryService
org.kuali.kfs.module.ld.service.LaborOriginEntryService#getGroupCount(java.lang.Integer)
public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
dateTimeService
- The dateTimeService to set.public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
originEntryGroupService
- The originEntryGroupService to set.public void setBatchFileDirectoryName(String batchFileDirectoryName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |