org.kuali.kfs.module.ld.service.impl
Class LaborOriginEntryServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.ld.service.impl.LaborOriginEntryServiceImpl
All Implemented Interfaces:
LaborOriginEntryService

@Transactional
public class LaborOriginEntryServiceImpl
extends Object
implements LaborOriginEntryService

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

LaborOriginEntryServiceImpl

public LaborOriginEntryServiceImpl()
Method Detail

getStatistics

public OriginEntryStatistics getStatistics(String fileName)
Description copied from interface: LaborOriginEntryService
Get statistics from a group

Specified by:
getStatistics in interface LaborOriginEntryService

getEntriesByGroupIdWithPath

public Map getEntriesByGroupIdWithPath(String fileNameWithPath,
                                       List<LaborOriginEntry> originEntryList)
Description copied from interface: LaborOriginEntryService
get all entries with groupId

Specified by:
getEntriesByGroupIdWithPath in interface LaborOriginEntryService
See Also:
org.kuali.kfs.module.ld.service.LaborOriginEntryService#getMatchingEntriesByList(java.util.Map)

getEntriesByBufferedReader

public Map getEntriesByBufferedReader(BufferedReader inputBufferedReader,
                                      List<LaborOriginEntry> originEntryList)
Specified by:
getEntriesByBufferedReader in interface LaborOriginEntryService

getGroupCount

public Integer getGroupCount(String fileNameWithPath)
Description copied from interface: LaborOriginEntryService
Counts the number of entries in a group

Specified by:
getGroupCount in interface LaborOriginEntryService
Returns:
the count of the entries in that group
See Also:
org.kuali.kfs.module.ld.service.LaborOriginEntryService#getGroupCount(java.lang.Integer)

setDateTimeService

public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService attribute value.

Parameters:
dateTimeService - The dateTimeService to set.

setOriginEntryGroupService

public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
Sets the originEntryGroupService attribute value.

Parameters:
originEntryGroupService - The originEntryGroupService to set.

setBatchFileDirectoryName

public void setBatchFileDirectoryName(String batchFileDirectoryName)


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