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.implMethods in systems.dmx.core.impl that return FacetValueModel Modifier and Type Method Description FacetValueModelModelFactoryImpl. newFacetValueModel(String childTypeUri)FacetValueModelModelFactoryImpl. newFacetValueModel(org.codehaus.jettison.json.JSONObject facetValue)
- 
Uses of FacetValueModel in systems.dmx.core.model.facetsMethods in systems.dmx.core.model.facets that return FacetValueModel Modifier and Type Method Description FacetValueModelFacetValueModel. addDeletionRef(long assocId)Adds a topic deletion reference to a multiple-valued facet.FacetValueModelFacetValueModel. addRef(long refTopicId)Adds a by-ID topic reference to a multiple-valued facet.FacetValueModelFacetValueModel. addRef(String refTopicUri)Adds a by-URI topic reference to a multiple-valued facet.FacetValueModelFacetValueModel. set(Object value)Convenience method to put a *simple* value in a single-valued facet.FacetValueModelFacetValueModel. set(List<RelatedTopicModel> values)Sets the values of a multiple-valued facet.FacetValueModelFacetValueModel. set(ChildTopicsModel value)Convenience method to put a *composite* value in a single-valued facet.FacetValueModelFacetValueModel. set(RelatedTopicModel value)Puts a value in a single-valued facet.FacetValueModelFacetValueModel. set(TopicModel value)FacetValueModelFacetValueModel. setDeletionRef(long refTopicId)Puts a by-ID topic deletion reference in a single-valued facet.FacetValueModelFacetValueModel. setDeletionRef(String refTopicUri)Puts a by-URI topic deletion reference in a single-valued facet.FacetValueModelFacetValueModel. setRef(long refTopicId)Puts a by-ID topic reference in a single-valued facet.FacetValueModelFacetValueModel. setRef(String refTopicUri)Puts a by-URI topic reference in a single-valued facet.
- 
Uses of FacetValueModel in systems.dmx.core.serviceMethods in systems.dmx.core.service that return FacetValueModel Modifier and Type Method Description FacetValueModelModelFactory. newFacetValueModel(String childTypeUri)FacetValueModelModelFactory. newFacetValueModel(org.codehaus.jettison.json.JSONObject facetValue)
- 
Uses of FacetValueModel in systems.dmx.facetsMethods in systems.dmx.facets with parameters of type FacetValueModel Modifier and Type Method Description voidFacetsPlugin. updateFacet(long topicId, String facetTypeUri, FacetValueModel value)voidFacetsPlugin. updateFacet(DMXObject object, String facetTypeUri, FacetValueModel value)voidFacetsService. updateFacet(long topicId, String facetTypeUri, FacetValueModel value)voidFacetsService. updateFacet(DMXObject object, String facetTypeUri, FacetValueModel value)Updates a facet.
 
-