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 TypeMethodDescription@Nullable String@Nullable StringgetForm()getKeys()@Nullable IntegergetLimit()@Nullable IntegergetPaths()boolean@Nullable String@Nullable StringgetSort()@Nullable String@Nullable StringgetWhere()booleanvoidsetConditions(@Nullable HashMap<String, Object> conditions) voidsetConstriction(@Nullable String constriction) voidvoidvoidvoidsetHasUserChanges(boolean hasUserChanges) voidvoidvoidvoidvoidsetPermissions(boolean permissions) voidsetRelations(@Nullable List<String> relations) voidvoidvoidsetTempFilter(@Nullable String tempFilter) void
-
Constructor Details
-
EntitySearchBean
public EntitySearchBean()
-
-
Method Details
-
getFilter
-
setFilter
-
getPaths
-
setPaths
-
getFields
-
setFields
-
getRelations
-
setRelations
-
getSearch
-
setSearch
-
getWhere
-
setWhere
-
getKeys
-
setKeys
-
getTempFilter
-
setTempFilter
-
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)
-