Uses of Class
com.echothree.model.data.content.server.value.ContentCatalogItemVariablePriceValue
Packages that use ContentCatalogItemVariablePriceValue
Package
Description
-
Uses of ContentCatalogItemVariablePriceValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCatalogItemVariablePriceValueModifier and TypeMethodDescriptionContentControl.getContentCatalogItemVariablePriceValue
(ContentCatalogItemVariablePrice contentCatalogItemVariablePrice) ContentControl.getContentCatalogItemVariablePriceValueByPKForUpdate
(ContentCatalogItemVariablePricePK contentCatalogItemVariablePricePK) ContentControl.getContentCatalogItemVariablePriceValueForUpdate
(ContentCatalogItem contentCatalogItem) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogItemVariablePriceValueModifier and TypeMethodDescriptionvoid
ContentControl.updateContentCatalogItemVariablePriceFromValue
(ContentCatalogItemVariablePriceValue contentCatalogItemVariablePriceValue, BasePK updatedBy) -
Uses of ContentCatalogItemVariablePriceValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogItemVariablePriceValueModifier and TypeMethodDescriptionContentCatalogItemVariablePrice.getContentCatalogItemVariablePriceValue()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogItemVariablePriceValueModifier and TypeMethodDescriptionvoid
ContentCatalogItemVariablePrice.setContentCatalogItemVariablePriceValue
(ContentCatalogItemVariablePriceValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogItemVariablePriceValueModifierConstructorDescriptionContentCatalogItemVariablePrice
(ContentCatalogItemVariablePriceValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogItemVariablePrice -
Uses of ContentCatalogItemVariablePriceValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogItemVariablePriceValueModifier and TypeMethodDescriptionContentCatalogItemVariablePriceFactory.getValueFromPK
(Session session, ContentCatalogItemVariablePricePK pk) ContentCatalogItemVariablePriceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogItemVariablePriceValueModifier and TypeMethodDescriptionContentCatalogItemVariablePriceFactory.getValuesFromPKs
(Session session, Collection<ContentCatalogItemVariablePricePK> pks) ContentCatalogItemVariablePriceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogItemVariablePriceValueModifier and TypeMethodDescriptionContentCatalogItemVariablePriceFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCatalogItemVariablePriceValue value) ContentCatalogItemVariablePriceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentCatalogItemVariablePriceValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogItemVariablePriceValueModifier and TypeMethodDescriptionvoid
ContentCatalogItemVariablePriceFactory.create
(Session session, Collection<ContentCatalogItemVariablePriceValue> _values) void
ContentCatalogItemVariablePriceFactory.create
(Collection<ContentCatalogItemVariablePriceValue> _values) -
Uses of ContentCatalogItemVariablePriceValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogItemVariablePriceValue