Uses of Class
com.echothree.model.data.content.common.pk.ContentCatalogItemVariablePricePK
Packages that use ContentCatalogItemVariablePricePK
Package
Description
-
Uses of ContentCatalogItemVariablePricePK in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogItemVariablePricePKModifier and TypeMethodDescriptionContentControl.getContentCatalogItemVariablePriceValueByPKForUpdate(ContentCatalogItemVariablePricePK contentCatalogItemVariablePricePK) -
Uses of ContentCatalogItemVariablePricePK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogItemVariablePricePK -
Uses of ContentCatalogItemVariablePricePK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogItemVariablePricePKModifier and TypeMethodDescriptionContentCatalogItemVariablePriceFactory.getNextPK()ContentCatalogItemVariablePriceFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCatalogItemVariablePriceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogItemVariablePricePKModifier and TypeMethodDescriptionContentCatalogItemVariablePriceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCatalogItemVariablePriceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCatalogItemVariablePriceFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCatalogItemVariablePriceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogItemVariablePricePKModifier and TypeMethodDescriptionContentCatalogItemVariablePriceFactory.getEntityFromCache(ContentCatalogItemVariablePricePK pk) ContentCatalogItemVariablePriceFactory.getEntityFromPK(EntityPermission entityPermission, ContentCatalogItemVariablePricePK pk) ContentCatalogItemVariablePriceFactory.getValueFromPK(ContentCatalogItemVariablePricePK pk) voidContentCatalogItemVariablePriceFactory.remove(ContentCatalogItemVariablePricePK pk) booleanContentCatalogItemVariablePriceFactory.validPK(ContentCatalogItemVariablePricePK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogItemVariablePricePKModifier and TypeMethodDescriptionContentCatalogItemVariablePriceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCatalogItemVariablePricePK> pks) ContentCatalogItemVariablePriceFactory.getValuesFromPKs(Collection<ContentCatalogItemVariablePricePK> pks) voidContentCatalogItemVariablePriceFactory.remove(Collection<ContentCatalogItemVariablePricePK> pks) -
Uses of ContentCatalogItemVariablePricePK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogItemVariablePricePKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentCatalogItemVariablePricePKModifierConstructorDescriptionContentCatalogItemVariablePriceValue(ContentCatalogItemVariablePricePK contentCatalogItemVariablePricePK, ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemVariablePriceValue -
Uses of ContentCatalogItemVariablePricePK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentCatalogItemVariablePricePKModifier and TypeMethodDescriptionContentCatalogItemVariablePrices.ContentCatalogItemVariablePrice()Getter forcontentcatalogitemvariableprices.cntctivp_contentcatalogitemvariablepriceid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentCatalogItemVariablePricePKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentCatalogItemVariablePricePK> ContentCatalogItemVariablePrices.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentCatalogItemVariablePricePKModifier and TypeMethodDescriptionvoidContentCatalogItemVariablePrices.ContentCatalogItemVariablePrice(ContentCatalogItemVariablePricePK value) Setter forcontentcatalogitemvariableprices.cntctivp_contentcatalogitemvariablepriceid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentCatalogItemVariablePricePKModifierConstructorDescriptionContentCatalogItemVariablePrices(ContentCatalogItemVariablePricePK ContentCatalogItemVariablePrice, ContentCatalogItemPK ContentCatalogItem, Long MinimumUnitPrice, Long MaximumUnitPrice, Long UnitPriceIncrement, Long FromTime, Long ThruTime) Create a detached, initialised ContentCatalogItemVariablePrices -
Uses of ContentCatalogItemVariablePricePK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCatalogItemVariablePricePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCatalogItemVariablePrices, ContentCatalogItemVariablePricePK> ContentCatalogItemVariablePrices.CONTENT_CATALOG_ITEM_VARIABLE_PRICEThe columncontentcatalogitemvariableprices.cntctivp_contentcatalogitemvariablepriceid.