Class EntitySearchBean
java.lang.Object
ch.tocco.nice2.rest.entity.spi.beans.EntitySearchBean
- All Implemented Interfaces:
Serializable
Represents the search params which are used to query entities. Only used in
POST resources of the
group `entities`. In GET resources the search params are sent as query params with the uri.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetForm()getKeys()getLimit()getPaths()booleangetSort()getWhere()booleanvoidsetConditions(HashMap<String, Object> conditions) voidsetConstriction(String constriction) voidvoidvoidvoidsetHasUserChanges(boolean hasUserChanges) voidvoidvoidvoidvoidsetPermissions(boolean permissions) voidsetRelations(List<String> relations) voidvoidvoid
-
Constructor Details
-
EntitySearchBean
public EntitySearchBean()
-
-
Method Details
-
getFilter
-
setFilter
-
getPaths
-
setPaths
-
getFields
-
setFields
-
getRelations
-
setRelations
-
getSearch
-
setSearch
-
getWhere
-
setWhere
-
getKeys
-
setKeys
-
getConditions
-
setConditions
-
getLimit
-
setLimit
-
getOffset
-
setOffset
-
getSort
-
setSort
-
getConstriction
-
setConstriction
-
getForm
-
setForm
-
isHasUserChanges
public boolean isHasUserChanges() -
setHasUserChanges
public void setHasUserChanges(boolean hasUserChanges) -
getPermissions
public boolean getPermissions() -
setPermissions
public void setPermissions(boolean permissions)
-