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(Session session, ContentCatalogItemVariablePricePK pk) ContentCatalogItemVariablePriceFactory.getEntityFromPK(EntityPermission entityPermission, ContentCatalogItemVariablePricePK pk) ContentCatalogItemVariablePriceFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentCatalogItemVariablePricePK pk) ContentCatalogItemVariablePriceFactory.getValueFromPK(Session session, ContentCatalogItemVariablePricePK pk) voidContentCatalogItemVariablePriceFactory.remove(Session session, ContentCatalogItemVariablePricePK pk) booleanContentCatalogItemVariablePriceFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentCatalogItemVariablePricePK> pks) ContentCatalogItemVariablePriceFactory.getValuesFromPKs(Session session, Collection<ContentCatalogItemVariablePricePK> pks) voidContentCatalogItemVariablePriceFactory.remove(Session session, 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