Package org.cyclos.model.users.contacts
Class ContactQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.users.contacts.ContactQuery
-
- All Implemented Interfaces:
Serializable
public class ContactQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic SetProperty<CustomFieldValueForSearchDTO,ContactQuery>CUSTOM_VALUESstatic BasicProperty<String,ContactQuery>KEYWORDSstatic BasicProperty<ContactOrderBy,ContactQuery>ORDER_BYstatic BasicProperty<UserLocatorVO,ContactQuery>OWNERstatic SetProperty<UserVO,ContactQuery>USERS_TO_EXCLUDE-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description ContactQuery()ContactQuery(Property<T,? super ContactQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<CustomFieldValueForSearchDTO>getCustomValues()StringgetKeywords()ContactOrderBygetOrderBy()UserLocatorVOgetOwner()Set<UserVO>getUsersToExclude()voidsetCustomValues(Set<CustomFieldValueForSearchDTO> customValues)voidsetKeywords(String keywords)voidsetOrderBy(ContactOrderBy orderBy)voidsetOwner(UserLocatorVO owner)voidsetUsersToExclude(Set<UserVO> usersToExclude)-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CUSTOM_VALUES
public static final SetProperty<CustomFieldValueForSearchDTO,ContactQuery> CUSTOM_VALUES
-
KEYWORDS
public static final BasicProperty<String,ContactQuery> KEYWORDS
-
ORDER_BY
public static final BasicProperty<ContactOrderBy,ContactQuery> ORDER_BY
-
OWNER
public static final BasicProperty<UserLocatorVO,ContactQuery> OWNER
-
USERS_TO_EXCLUDE
public static final SetProperty<UserVO,ContactQuery> USERS_TO_EXCLUDE
-
-
Constructor Detail
-
ContactQuery
public ContactQuery()
-
ContactQuery
public ContactQuery(Property<T,? super ContactQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getCustomValues
public Set<CustomFieldValueForSearchDTO> getCustomValues()
-
setCustomValues
public void setCustomValues(Set<CustomFieldValueForSearchDTO> customValues)
-
getKeywords
public String getKeywords()
-
setKeywords
public void setKeywords(String keywords)
-
getOrderBy
public ContactOrderBy getOrderBy()
-
setOrderBy
public void setOrderBy(ContactOrderBy orderBy)
-
getOwner
public UserLocatorVO getOwner()
-
setOwner
public void setOwner(UserLocatorVO owner)
-
-