Uses of Interface
org.kuali.rice.krad.bo.InactivatableFromTo
Packages that use InactivatableFromTo
-
Uses of InactivatableFromTo in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return types with arguments of type InactivatableFromToModifier and TypeMethodDescriptionInactivateableFromToService.filterOutNonActive(List<InactivatableFromTo> filterList) Removes instances from the given list that are inactive based on the current dateInactivateableFromToService.filterOutNonActive(List<InactivatableFromTo> filterList, Date activeAsOfDate) Removes instances from the given list that are inactive based on the given dateInactivateableFromToService.filterOutNonCurrent(List<InactivatableFromTo> filterList) Removes instances from the given list that are not current based on the current dateInactivateableFromToService.filterOutNonCurrent(List<InactivatableFromTo> filterList, Date currentAsOfDate) Removes instances from the given list that are not current based on the given dateInactivateableFromToService.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 dateInactivateableFromToService.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 dateInactivateableFromToService.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz, Map fieldValues) Performs search on given class and criteria and returns that are active and most current.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 InactivatableFromToModifier and TypeMethodDescriptionInactivateableFromToService.filterOutNonActive(List<InactivatableFromTo> filterList) Removes instances from the given list that are inactive based on the current dateInactivateableFromToService.filterOutNonActive(List<InactivatableFromTo> filterList, Date activeAsOfDate) Removes instances from the given list that are inactive based on the given dateInactivateableFromToService.filterOutNonCurrent(List<InactivatableFromTo> filterList) Removes instances from the given list that are not current based on the current dateInactivateableFromToService.filterOutNonCurrent(List<InactivatableFromTo> filterList, Date currentAsOfDate) Removes instances from the given list that are not current based on the given dateInactivateableFromToService.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 dateInactivateableFromToService.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 dateInactivateableFromToService.findMatchingCurrent(Class<? extends InactivatableFromTo> clazz, Map fieldValues) Performs search on given class and criteria and returns that are active and most current.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.