Package de.janrufmonitor.repository.filter

Filter capability for persistency of the framework.

See:
          Description

Interface Summary
IFilter This interface must be implemented by a filter object.
IFilterSerializer This interface should be implemented by a class which offeres serializer capabilities for repository filters.
 

Class Summary
AbstractFilter This class is an abstract implementation of the IFilter interface.
AbstractFilterSerializer This class is an abstract implementation of a filter serializer.
AttributeFilter This class is an attribute filter.
CallerFilter This class is a caller filter.
CipFilter This class is a CIP filter.
DateFilter This class is an date filter which can be used as a "from-to date filter" or a "to date filter".
FilterType This class defines several FilterTypes for an IFilter implementation.
ItemCountFilter This class is a item count filter, whcih limits the number of elements in a list.
MsnFilter This class is a MSN filter.
PhonenumberFilter This class is a phonenumber filter.
UUIDFilter This class is a UUID filter.
 

Package de.janrufmonitor.repository.filter Description

Filter capability for persistency of the framework.

This package offers the possibility for defining filters for the persistencies of the framework. A filter can select a subset of the repositories content.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.