Class EntitySearchBean

java.lang.Object
ch.tocco.nice2.rest.entity.spi.beans.EntitySearchBean
All Implemented Interfaces:
Serializable

public class EntitySearchBean extends Object implements 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 Details

    • EntitySearchBean

      public EntitySearchBean()
  • Method Details

    • getFilter

      public List<String> getFilter()
    • setFilter

      public void setFilter(List<String> filter)
    • getPaths

      public List<String> getPaths()
    • setPaths

      public void setPaths(List<String> paths)
    • getFields

      public List<String> getFields()
    • setFields

      public void setFields(List<String> fields)
    • getRelations

      public List<String> getRelations()
    • setRelations

      public void setRelations(List<String> relations)
    • getSearch

      public String getSearch()
    • setSearch

      public void setSearch(String search)
    • getWhere

      public String getWhere()
    • setWhere

      public void setWhere(String where)
    • getKeys

      public List<String> getKeys()
    • setKeys

      public void setKeys(List<String> keys)
    • getConditions

      public HashMap<String,Object> getConditions()
    • setConditions

      public void setConditions(HashMap<String,Object> conditions)
    • getLimit

      public Integer getLimit()
    • setLimit

      public void setLimit(Integer limit)
    • getOffset

      public Integer getOffset()
    • setOffset

      public void setOffset(Integer offset)
    • getSort

      public String getSort()
    • setSort

      public void setSort(String sort)
    • getConstriction

      public String getConstriction()
    • setConstriction

      public void setConstriction(String constriction)
    • getForm

      public String getForm()
    • setForm

      public void setForm(String form)
    • isHasUserChanges

      public boolean isHasUserChanges()
    • setHasUserChanges

      public void setHasUserChanges(boolean hasUserChanges)
    • getPermissions

      public boolean getPermissions()
    • setPermissions

      public void setPermissions(boolean permissions)