org.kuali.rice.kns.service.impl
Class InactivateableFromToServiceImpl

java.lang.Object
  extended by org.kuali.rice.kns.service.impl.InactivateableFromToServiceImpl
All Implemented Interfaces:
org.kuali.rice.kns.service.InactivateableFromToService

public class InactivateableFromToServiceImpl
extends Object
implements org.kuali.rice.kns.service.InactivateableFromToService

Implementation of InactivateableFromToService that uses the lookup service for query implementation

See Also:
InactivateableFromToService

Field Summary
protected  org.kuali.rice.kns.service.BusinessObjectDictionaryService businessObjectDictionaryService
           
protected  org.kuali.rice.core.api.datetime.DateTimeService dateTimeService
           
protected  org.kuali.rice.kns.service.LookupService lookupService
           
 
Constructor Summary
InactivateableFromToServiceImpl()
           
 
Method Summary
protected  String buildGroupByValueString(org.kuali.rice.kns.bo.BusinessObject businessObject, List<String> groupByList)
          Builds a string containing the values from the given business object for the fields in the given list, concatenated together using a bar.
 List<org.kuali.rice.kns.bo.InactivateableFromTo> filterOutNonActive(List<org.kuali.rice.kns.bo.InactivateableFromTo> filterList)
           
 List<org.kuali.rice.kns.bo.InactivateableFromTo> filterOutNonActive(List<org.kuali.rice.kns.bo.InactivateableFromTo> filterList, Date activeAsOfDate)
           
 List<org.kuali.rice.kns.bo.InactivateableFromTo> filterOutNonCurrent(List<org.kuali.rice.kns.bo.InactivateableFromTo> filterList)
           
 List<org.kuali.rice.kns.bo.InactivateableFromTo> filterOutNonCurrent(List<org.kuali.rice.kns.bo.InactivateableFromTo> filterList, Date currentAsOfDate)
           
 List<org.kuali.rice.kns.bo.InactivateableFromTo> findMatchingActive(Class<? extends org.kuali.rice.kns.bo.InactivateableFromTo> clazz, Map fieldValues)
          Uses lookup service which will convert the active criteria to active begin/to field criteria
 List<org.kuali.rice.kns.bo.InactivateableFromTo> findMatchingActiveAsOfDate(Class<? extends org.kuali.rice.kns.bo.InactivateableFromTo> clazz, Map fieldValues, Date activeAsOfDate)
          Uses lookup service which will convert the active criteria to active begin/to field criteria
 List<org.kuali.rice.kns.bo.InactivateableFromTo> findMatchingCurrent(Class<? extends org.kuali.rice.kns.bo.InactivateableFromTo> clazz, Map fieldValues)
          Uses lookup service which will convert the active and current criteria to active begin/to field criteria
 List<org.kuali.rice.kns.bo.InactivateableFromTo> findMatchingCurrent(Class<? extends org.kuali.rice.kns.bo.InactivateableFromTo> clazz, Map fieldValues, Date currentAsOfDate)
          Uses lookup service which will convert the active and current criteria to active begin/to field criteria
 void setBusinessObjectDictionaryService(org.kuali.rice.kns.service.BusinessObjectDictionaryService businessObjectDictionaryService)
           
 void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
           
 void setLookupService(org.kuali.rice.kns.service.LookupService lookupService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateTimeService

protected org.kuali.rice.core.api.datetime.DateTimeService dateTimeService

businessObjectDictionaryService

protected org.kuali.rice.kns.service.BusinessObjectDictionaryService businessObjectDictionaryService

lookupService

protected org.kuali.rice.kns.service.LookupService lookupService
Constructor Detail

InactivateableFromToServiceImpl

public InactivateableFromToServiceImpl()
Method Detail

findMatchingActive

public List<org.kuali.rice.kns.bo.InactivateableFromTo> findMatchingActive(Class<? extends org.kuali.rice.kns.bo.InactivateableFromTo> clazz,
                                                                           Map fieldValues)
Uses lookup service which will convert the active criteria to active begin/to field criteria

Specified by:
findMatchingActive in interface org.kuali.rice.kns.service.InactivateableFromToService
See Also:
InactivateableFromToService.findMatchingActive(java.lang.Class, java.util.Map)

findMatchingActiveAsOfDate

public List<org.kuali.rice.kns.bo.InactivateableFromTo> findMatchingActiveAsOfDate(Class<? extends org.kuali.rice.kns.bo.InactivateableFromTo> clazz,
                                                                                   Map fieldValues,
                                                                                   Date activeAsOfDate)
Uses lookup service which will convert the active criteria to active begin/to field criteria

Specified by:
findMatchingActiveAsOfDate in interface org.kuali.rice.kns.service.InactivateableFromToService
See Also:
InactivateableFromToService.findMatchingActiveAsOfDate(java.lang.Class, java.util.Map, java.util.Date)

filterOutNonActive

public List<org.kuali.rice.kns.bo.InactivateableFromTo> filterOutNonActive(List<org.kuali.rice.kns.bo.InactivateableFromTo> filterList)
Specified by:
filterOutNonActive in interface org.kuali.rice.kns.service.InactivateableFromToService
See Also:
InactivateableFromToService.filterOutNonActive(java.util.List)

filterOutNonActive

public List<org.kuali.rice.kns.bo.InactivateableFromTo> filterOutNonActive(List<org.kuali.rice.kns.bo.InactivateableFromTo> filterList,
                                                                           Date activeAsOfDate)
Specified by:
filterOutNonActive in interface org.kuali.rice.kns.service.InactivateableFromToService
See Also:
InactivateableFromToService.filterOutNonActive(java.util.List, java.util.Date)

findMatchingCurrent

public List<org.kuali.rice.kns.bo.InactivateableFromTo> findMatchingCurrent(Class<? extends org.kuali.rice.kns.bo.InactivateableFromTo> clazz,
                                                                            Map fieldValues)
Uses lookup service which will convert the active and current criteria to active begin/to field criteria

Specified by:
findMatchingCurrent in interface org.kuali.rice.kns.service.InactivateableFromToService
See Also:
InactivateableFromToService.findMatchingCurrent(java.lang.Class, java.util.Map)

findMatchingCurrent

public List<org.kuali.rice.kns.bo.InactivateableFromTo> findMatchingCurrent(Class<? extends org.kuali.rice.kns.bo.InactivateableFromTo> clazz,
                                                                            Map fieldValues,
                                                                            Date currentAsOfDate)
Uses lookup service which will convert the active and current criteria to active begin/to field criteria

Specified by:
findMatchingCurrent in interface org.kuali.rice.kns.service.InactivateableFromToService
See Also:
InactivateableFromToService.findMatchingCurrent(java.lang.Class, java.util.Map, java.util.Date)

filterOutNonCurrent

public List<org.kuali.rice.kns.bo.InactivateableFromTo> filterOutNonCurrent(List<org.kuali.rice.kns.bo.InactivateableFromTo> filterList)
Specified by:
filterOutNonCurrent in interface org.kuali.rice.kns.service.InactivateableFromToService
See Also:
InactivateableFromToService.filterOutNonCurrent(java.util.List)

filterOutNonCurrent

public List<org.kuali.rice.kns.bo.InactivateableFromTo> filterOutNonCurrent(List<org.kuali.rice.kns.bo.InactivateableFromTo> filterList,
                                                                            Date currentAsOfDate)
Specified by:
filterOutNonCurrent in interface org.kuali.rice.kns.service.InactivateableFromToService
See Also:
InactivateableFromToService.filterOutNonCurrent(java.util.List, java.util.Date)

buildGroupByValueString

protected String buildGroupByValueString(org.kuali.rice.kns.bo.BusinessObject businessObject,
                                         List<String> groupByList)
Builds a string containing the values from the given business object for the fields in the given list, concatenated together using a bar. Null values are treated as an empty string

Parameters:
businessObject - - business object instance to get values from
groupByList - - list of fields to get values for
Returns:
String

setDateTimeService

public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)

setBusinessObjectDictionaryService

public void setBusinessObjectDictionaryService(org.kuali.rice.kns.service.BusinessObjectDictionaryService businessObjectDictionaryService)

setLookupService

public void setLookupService(org.kuali.rice.kns.service.LookupService lookupService)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.