Uses of Interface
systems.dmx.core.model.facets.FacetValueModel
-
Packages that use FacetValueModel Package Description systems.dmx.core.impl systems.dmx.core.model.facets systems.dmx.core.service systems.dmx.facets -
-
Uses of FacetValueModel in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return FacetValueModel Modifier and Type Method Description FacetValueModel
ModelFactoryImpl. newFacetValueModel(String childTypeUri)
FacetValueModel
ModelFactoryImpl. newFacetValueModel(org.codehaus.jettison.json.JSONObject facetValue)
-
Uses of FacetValueModel in systems.dmx.core.model.facets
Methods in systems.dmx.core.model.facets that return FacetValueModel Modifier and Type Method Description FacetValueModel
FacetValueModel. addDeletionRef(long assocId)
Adds a topic deletion reference to a multiple-valued facet.FacetValueModel
FacetValueModel. addRef(long refTopicId)
Adds a by-ID topic reference to a multiple-valued facet.FacetValueModel
FacetValueModel. addRef(String refTopicUri)
Adds a by-URI topic reference to a multiple-valued facet.FacetValueModel
FacetValueModel. set(Object value)
Convenience method to put a *simple* value in a single-valued facet.FacetValueModel
FacetValueModel. set(List<RelatedTopicModel> values)
Sets the values of a multiple-valued facet.FacetValueModel
FacetValueModel. set(ChildTopicsModel value)
Convenience method to put a *composite* value in a single-valued facet.FacetValueModel
FacetValueModel. set(RelatedTopicModel value)
Puts a value in a single-valued facet.FacetValueModel
FacetValueModel. set(TopicModel value)
FacetValueModel
FacetValueModel. setDeletionRef(long refTopicId)
Puts a by-ID topic deletion reference in a single-valued facet.FacetValueModel
FacetValueModel. setDeletionRef(String refTopicUri)
Puts a by-URI topic deletion reference in a single-valued facet.FacetValueModel
FacetValueModel. setRef(long refTopicId)
Puts a by-ID topic reference in a single-valued facet.FacetValueModel
FacetValueModel. setRef(String refTopicUri)
Puts a by-URI topic reference in a single-valued facet. -
Uses of FacetValueModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return FacetValueModel Modifier and Type Method Description FacetValueModel
ModelFactory. newFacetValueModel(String childTypeUri)
FacetValueModel
ModelFactory. newFacetValueModel(org.codehaus.jettison.json.JSONObject facetValue)
-
Uses of FacetValueModel in systems.dmx.facets
Methods in systems.dmx.facets with parameters of type FacetValueModel Modifier and Type Method Description void
FacetsPlugin. updateFacet(long topicId, String facetTypeUri, FacetValueModel value)
void
FacetsPlugin. updateFacet(DMXObject object, String facetTypeUri, FacetValueModel value)
void
FacetsService. updateFacet(long topicId, String facetTypeUri, FacetValueModel value)
void
FacetsService. updateFacet(DMXObject object, String facetTypeUri, FacetValueModel value)
Updates a facet.
-