Uses of Class
com.echothree.model.data.content.server.value.ContentCatalogItemFixedPriceValue
Packages that use ContentCatalogItemFixedPriceValue
Package
Description
-
Uses of ContentCatalogItemFixedPriceValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCatalogItemFixedPriceValueModifier and TypeMethodDescriptionContentControl.getContentCatalogItemFixedPriceValue
(ContentCatalogItemFixedPrice contentCatalogItemFixedPrice) ContentControl.getContentCatalogItemFixedPriceValueByPKForUpdate
(ContentCatalogItemFixedPricePK contentCatalogItemFixedPricePK) ContentControl.getContentCatalogItemFixedPriceValueForUpdate
(ContentCatalogItem contentCatalogItem) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogItemFixedPriceValueModifier and TypeMethodDescriptionvoid
ContentControl.updateContentCatalogItemFixedPriceFromValue
(ContentCatalogItemFixedPriceValue contentCatalogItemFixedPriceValue, BasePK updatedBy) -
Uses of ContentCatalogItemFixedPriceValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogItemFixedPriceValueModifier and TypeMethodDescriptionContentCatalogItemFixedPrice.getContentCatalogItemFixedPriceValue()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogItemFixedPriceValueModifier and TypeMethodDescriptionvoid
ContentCatalogItemFixedPrice.setContentCatalogItemFixedPriceValue
(ContentCatalogItemFixedPriceValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogItemFixedPriceValueModifierConstructorDescriptionContentCatalogItemFixedPrice
(ContentCatalogItemFixedPriceValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogItemFixedPrice -
Uses of ContentCatalogItemFixedPriceValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogItemFixedPriceValueModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.getValueFromPK
(Session session, ContentCatalogItemFixedPricePK pk) ContentCatalogItemFixedPriceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogItemFixedPriceValueModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.getValuesFromPKs
(Session session, Collection<ContentCatalogItemFixedPricePK> pks) ContentCatalogItemFixedPriceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogItemFixedPriceValueModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCatalogItemFixedPriceValue value) ContentCatalogItemFixedPriceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentCatalogItemFixedPriceValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogItemFixedPriceValueModifier and TypeMethodDescriptionvoid
ContentCatalogItemFixedPriceFactory.create
(Session session, Collection<ContentCatalogItemFixedPriceValue> _values) void
ContentCatalogItemFixedPriceFactory.create
(Collection<ContentCatalogItemFixedPriceValue> _values) -
Uses of ContentCatalogItemFixedPriceValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogItemFixedPriceValue