| Package | Description | 
|---|---|
| systems.dmx.core.impl | |
| systems.dmx.core.model.facets | |
| systems.dmx.core.service | |
| systems.dmx.facets | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
FacetValueModelImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
FacetValueModel | 
FacetValueModelImpl.addDeletionRef(long refTopicId)  | 
FacetValueModel | 
FacetValueModelImpl.addDeletionRef(String refTopicUri)  | 
FacetValueModel | 
FacetValueModelImpl.addRef(long refTopicId)  | 
FacetValueModel | 
FacetValueModelImpl.addRef(String refTopicUri)  | 
FacetValueModel | 
ModelFactoryImpl.newFacetValueModel(org.codehaus.jettison.json.JSONObject facetValue)  | 
FacetValueModel | 
ModelFactoryImpl.newFacetValueModel(String childTypeUri)  | 
FacetValueModel | 
FacetValueModelImpl.put(ChildTopicsModel value)  | 
FacetValueModel | 
FacetValueModelImpl.put(List<RelatedTopicModel> values)  | 
FacetValueModel | 
FacetValueModelImpl.put(Object value)  | 
FacetValueModel | 
FacetValueModelImpl.put(RelatedTopicModel value)  | 
FacetValueModel | 
FacetValueModelImpl.put(TopicModel value)  | 
FacetValueModel | 
FacetValueModelImpl.putDeletionRef(long refTopicId)  | 
FacetValueModel | 
FacetValueModelImpl.putDeletionRef(String refTopicUri)  | 
FacetValueModel | 
FacetValueModelImpl.putRef(long refTopicId)  | 
FacetValueModel | 
FacetValueModelImpl.putRef(String refTopicUri)  | 
| Modifier and Type | Method and Description | 
|---|---|
FacetValueModel | 
FacetValueModel.addDeletionRef(long refTopicId)
Adds a by-ID topic deletion reference to a multiple-valued facet. 
 | 
FacetValueModel | 
FacetValueModel.addDeletionRef(String refTopicUri)
Adds a by-URI 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.put(ChildTopicsModel value)
Convenience method to put a *composite* value in a single-valued facet. 
 | 
FacetValueModel | 
FacetValueModel.put(List<RelatedTopicModel> values)
Sets the values of a multiple-valued facet. 
 | 
FacetValueModel | 
FacetValueModel.put(Object value)
Convenience method to put a *simple* value in a single-valued facet. 
 | 
FacetValueModel | 
FacetValueModel.put(RelatedTopicModel value)
Puts a value in a single-valued facet. 
 | 
FacetValueModel | 
FacetValueModel.put(TopicModel value)  | 
FacetValueModel | 
FacetValueModel.putDeletionRef(long refTopicId)
Puts a by-ID topic deletion reference in a single-valued facet. 
 | 
FacetValueModel | 
FacetValueModel.putDeletionRef(String refTopicUri)
Puts a by-URI topic deletion reference in a single-valued facet. 
 | 
FacetValueModel | 
FacetValueModel.putRef(long refTopicId)
Puts a by-ID topic reference in a single-valued facet. 
 | 
FacetValueModel | 
FacetValueModel.putRef(String refTopicUri)
Puts a by-URI topic reference in a single-valued facet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FacetValueModel | 
ModelFactory.newFacetValueModel(org.codehaus.jettison.json.JSONObject facetValue)  | 
FacetValueModel | 
ModelFactory.newFacetValueModel(String childTypeUri)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FacetsPlugin.updateFacet(DMXObject object,
           String facetTypeUri,
           FacetValueModel value)  | 
void | 
FacetsService.updateFacet(DMXObject object,
           String facetTypeUri,
           FacetValueModel value)
Updates a facet. 
 | 
void | 
FacetsPlugin.updateFacet(long topicId,
           String facetTypeUri,
           FacetValueModel value)  | 
void | 
FacetsService.updateFacet(long topicId,
           String facetTypeUri,
           FacetValueModel value)  | 
Copyright © 2018. All Rights Reserved.