Package | Description |
---|---|
org.kuali.rice.krad.bo | |
org.kuali.rice.krad.service | |
org.kuali.rice.krad.service.impl |
Modifier and Type | Class and Description |
---|---|
class |
InactivatableFromToImpl |
Modifier and Type | Method and Description |
---|---|
List<InactivatableFromTo> |
InactivateableFromToService.filterOutNonActive(List<InactivatableFromTo> filterList)
Removes instances from the given list that are inactive based on the current date
|
List<InactivatableFromTo> |
InactivateableFromToService.filterOutNonActive(List<InactivatableFromTo> filterList,
Date activeAsOfDate)
Removes instances from the given list that are inactive based on the given date
|
List<InactivatableFromTo> |
InactivateableFromToService.filterOutNonCurrent(List<InactivatableFromTo> filterList)
Removes instances from the given list that are not current based on the current date
|
List<InactivatableFromTo> |
InactivateableFromToService.filterOutNonCurrent(List<InactivatableFromTo> filterList,
Date currentAsOfDate)
Removes instances from the given list that are not current based on the given date
|
List<InactivatableFromTo> |
InactivateableFromToService.findMatchingActive(Class<? extends InactivatableFromTo> clazz,
Map fieldValues)
Performs search on given class and criteria and returns only results that active based on the active to/from dates and the current
date
|
List<InactivatableFromTo> |
InactivateableFromToService.findMatchingActiveAsOfDate(Class<? extends InactivatableFromTo> clazz,
Map fieldValues,
Date activeAsOfDate)
Performs search on given class and criteria and returns only results that active based on the active to/from dates and the given
active as of date
|
List<InactivatableFromTo> |
InactivateableFromToService.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz,
Map fieldValues)
Performs search on given class and criteria and returns that are active and most current.
|
List<InactivatableFromTo> |
InactivateableFromToService.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz,
Map fieldValues,
Date currentAsOfDate)
Performs search on given class and criteria and returns that are active and most current based on the given date.
|
Modifier and Type | Method and Description |
---|---|
List<InactivatableFromTo> |
InactivateableFromToService.filterOutNonActive(List<InactivatableFromTo> filterList)
Removes instances from the given list that are inactive based on the current date
|
List<InactivatableFromTo> |
InactivateableFromToService.filterOutNonActive(List<InactivatableFromTo> filterList,
Date activeAsOfDate)
Removes instances from the given list that are inactive based on the given date
|
List<InactivatableFromTo> |
InactivateableFromToService.filterOutNonCurrent(List<InactivatableFromTo> filterList)
Removes instances from the given list that are not current based on the current date
|
List<InactivatableFromTo> |
InactivateableFromToService.filterOutNonCurrent(List<InactivatableFromTo> filterList,
Date currentAsOfDate)
Removes instances from the given list that are not current based on the given date
|
List<InactivatableFromTo> |
InactivateableFromToService.findMatchingActive(Class<? extends InactivatableFromTo> clazz,
Map fieldValues)
Performs search on given class and criteria and returns only results that active based on the active to/from dates and the current
date
|
List<InactivatableFromTo> |
InactivateableFromToService.findMatchingActiveAsOfDate(Class<? extends InactivatableFromTo> clazz,
Map fieldValues,
Date activeAsOfDate)
Performs search on given class and criteria and returns only results that active based on the active to/from dates and the given
active as of date
|
List<InactivatableFromTo> |
InactivateableFromToService.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz,
Map fieldValues)
Performs search on given class and criteria and returns that are active and most current.
|
List<InactivatableFromTo> |
InactivateableFromToService.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz,
Map fieldValues,
Date currentAsOfDate)
Performs search on given class and criteria and returns that are active and most current based on the given date.
|
Modifier and Type | Method and Description |
---|---|
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.filterOutNonActive(List<InactivatableFromTo> filterList) |
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.filterOutNonActive(List<InactivatableFromTo> filterList,
Date activeAsOfDate) |
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.filterOutNonCurrent(List<InactivatableFromTo> filterList) |
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.filterOutNonCurrent(List<InactivatableFromTo> filterList,
Date currentAsOfDate) |
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.findMatchingActive(Class<? extends InactivatableFromTo> clazz,
Map fieldValues)
Uses lookup service which will convert the active criteria to active begin/to field criteria
|
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.findMatchingActiveAsOfDate(Class<? extends InactivatableFromTo> clazz,
Map fieldValues,
Date activeAsOfDate)
Uses lookup service which will convert the active criteria to active begin/to field criteria
|
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz,
Map fieldValues)
Uses lookup service which will convert the active and current criteria to active begin/to field criteria
|
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz,
Map fieldValues,
Date currentAsOfDate)
Uses lookup service which will convert the active and current criteria to active begin/to field criteria
|
Modifier and Type | Method and Description |
---|---|
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.filterOutNonActive(List<InactivatableFromTo> filterList) |
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.filterOutNonActive(List<InactivatableFromTo> filterList,
Date activeAsOfDate) |
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.filterOutNonCurrent(List<InactivatableFromTo> filterList) |
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.filterOutNonCurrent(List<InactivatableFromTo> filterList,
Date currentAsOfDate) |
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.findMatchingActive(Class<? extends InactivatableFromTo> clazz,
Map fieldValues)
Uses lookup service which will convert the active criteria to active begin/to field criteria
|
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.findMatchingActiveAsOfDate(Class<? extends InactivatableFromTo> clazz,
Map fieldValues,
Date activeAsOfDate)
Uses lookup service which will convert the active criteria to active begin/to field criteria
|
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz,
Map fieldValues)
Uses lookup service which will convert the active and current criteria to active begin/to field criteria
|
List<InactivatableFromTo> |
InactivateableFromToServiceImpl.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz,
Map fieldValues,
Date currentAsOfDate)
Uses lookup service which will convert the active and current criteria to active begin/to field criteria
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.