Uses of Class
com.echothree.model.data.content.server.value.ContentCatalogItemValue
Packages that use ContentCatalogItemValue
Package
Description
-
Uses of ContentCatalogItemValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogItemValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogItemValueModifier and TypeMethodDescriptionvoidContentCatalogItem.setContentCatalogItemValue(ContentCatalogItemValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogItemValueModifierConstructorDescriptionContentCatalogItem(ContentCatalogItemValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogItem -
Uses of ContentCatalogItemValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogItemValueModifier and TypeMethodDescriptionContentCatalogItemFactory.getValueFromPK(Session session, ContentCatalogItemPK pk) ContentCatalogItemFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogItemValueModifier and TypeMethodDescriptionContentCatalogItemFactory.getValuesFromPKs(Session session, Collection<ContentCatalogItemPK> pks) ContentCatalogItemFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogItemValueModifier and TypeMethodDescriptionContentCatalogItemFactory.getEntityFromValue(EntityPermission entityPermission, ContentCatalogItemValue value) ContentCatalogItemFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentCatalogItemValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogItemValueModifier and TypeMethodDescriptionvoidContentCatalogItemFactory.create(Session session, Collection<ContentCatalogItemValue> _values) voidContentCatalogItemFactory.create(Collection<ContentCatalogItemValue> _values) -
Uses of ContentCatalogItemValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogItemValue