Package atg.service.collections.filter

Class Summary
CachedCollectionFilter This class provides the base implementation and interfaces for creating collection filters with cache management.
ChainedFilter This filter chains together two or more CachedCollectionFilters.
CollectionCacheKey This object is used as the key for collections in a filter cache.
FilterConstants This contains all of the public constants, including messsage strings read from the resource file.
StartEndDateFilter This filter will filter objects in the collection by the startDate and endDate properties.
ValidatorFilter This filter uses a collection of validators to filter objects in the collection.
 

Exception Summary
FilterException This exception indicates that a severe error occured while performing a filter operation.