Package org.dspace.app.rest.model
Class FacetResultsRest
- java.lang.Object
-
- org.dspace.app.rest.model.RestAddressableModel
-
- org.dspace.app.rest.model.BaseObjectRest<String>
-
- org.dspace.app.rest.model.DiscoveryResultsRest
-
- org.dspace.app.rest.model.FacetResultsRest
-
- All Implemented Interfaces:
Serializable,RestModel
public class FacetResultsRest extends DiscoveryResultsRest
This class provides a container for the information to be used in the FacetResultsResource- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.model.DiscoveryResultsRest
CATEGORY, NAME
-
Fields inherited from class org.dspace.app.rest.model.BaseObjectRest
id
-
Fields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW
-
-
Constructor Summary
Constructors Constructor Description FacetResultsRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToFacetResultList(SearchFacetValueRest facetResult)SearchFacetEntryRestgetFacetEntry()List<SearchFacetValueRest>getFacetResultList()StringgetPrefix()voidsetFacetEntry(SearchFacetEntryRest facetEntry)voidsetPrefix(String prefix)-
Methods inherited from class org.dspace.app.rest.model.DiscoveryResultsRest
addAppliedFilter, getAppliedFilters, getCategory, getConfiguration, getController, getDsoTypes, getQuery, getScope, getSearchFilters, getSort, getType, setAppliedFilters, setConfiguration, setDsoTypes, setQuery, setScope, setSearchFilters, setSort, setSort
-
Methods inherited from class org.dspace.app.rest.model.BaseObjectRest
getErrors, getId, setErrors, setId
-
Methods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.app.rest.model.RestModel
getTypePlural
-
-
-
-
Method Detail
-
addToFacetResultList
public void addToFacetResultList(SearchFacetValueRest facetResult)
-
getFacetResultList
public List<SearchFacetValueRest> getFacetResultList()
-
getFacetEntry
public SearchFacetEntryRest getFacetEntry()
-
setFacetEntry
public void setFacetEntry(SearchFacetEntryRest facetEntry)
-
setPrefix
public void setPrefix(String prefix)
-
getPrefix
public String getPrefix()
-
-