|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InactivatableFromTo | |
|---|---|
| org.kuali.rice.krad.bo | |
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.service.impl | |
| Uses of InactivatableFromTo in org.kuali.rice.krad.bo |
|---|
| Classes in org.kuali.rice.krad.bo that implement InactivatableFromTo | |
|---|---|
class |
InactivatableFromToImpl
|
| Uses of InactivatableFromTo in org.kuali.rice.krad.service |
|---|
| Methods in org.kuali.rice.krad.service that return types with arguments of type InactivatableFromTo | |
|---|---|
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. |
| Method parameters in org.kuali.rice.krad.service with type arguments of type InactivatableFromTo | |
|---|---|
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. |
| Uses of InactivatableFromTo in org.kuali.rice.krad.service.impl |
|---|
| Methods in org.kuali.rice.krad.service.impl that return types with arguments of type InactivatableFromTo | |
|---|---|
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 |
| Method parameters in org.kuali.rice.krad.service.impl with type arguments of type InactivatableFromTo | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||