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
-
Method Summary
Modifier and TypeMethodDescriptiongetForm()
getKeys()
getLimit()
getPaths()
boolean
getSort()
getWhere()
boolean
void
setConditions
(HashMap<String, Object> conditions) void
setConstriction
(String constriction) void
void
void
void
setHasUserChanges
(boolean hasUserChanges) void
void
void
void
void
setPermissions
(boolean permissions) void
setRelations
(List<String> relations) void
void
void
-
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)
-