Package org.cyclos.model
Class SearchData<Q extends QueryParameters>
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<Q>
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractUserSearchData,AccessClientsSearchData,AccountFeeExecutionSearchData,AccountFeeLogsSearchData,AdSearchData,BulkActionsSearchData,ConfigurationSearchData,ConnectedUserSearchData,ContactSearchData,DocumentSearchData,ErrorLogSearchData,GeneralReferenceSearchData,GroupSearchData,ImportedFileSearchData,InstallmentOverviewSearchData,InstallmentSearchData,MailingListSearchData,MessageSearchData,NetworkSearchData,OidcAuthorizationSearchData,OidcClientSearchData,OperatorsSearchData,OrderSearchData,ProductSearchData,RecordSearchData,SystemAlertSearchData,SystemCustomImagesSearchData,TokenSearchData,TransactionFeedbackSearchData,TransactionOverviewSearchData,TransactionSearchData,TransferSearchData,UserAccountFeeLogSearchData,UserAlertSearchData,VouchersSearchData
public abstract class SearchData<Q extends QueryParameters> extends Bean
Base class for search data objects, which contains aQueryParametersand other contextual data needed search some kind of entity- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<QueryParameters,SearchData>QUERY
-
Constructor Summary
Constructors Constructor Description SearchData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()QgetQuery()voidsetQuery(Q query)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
QUERY
public static final BasicProperty<QueryParameters,SearchData> QUERY
-
-