Uses of Class
com.echothree.model.data.content.common.pk.ContentCatalogItemFixedPricePK
Packages that use ContentCatalogItemFixedPricePK
Package
Description
-
Uses of ContentCatalogItemFixedPricePK in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogItemFixedPricePKModifier and TypeMethodDescriptionContentControl.getContentCatalogItemFixedPriceValueByPKForUpdate(ContentCatalogItemFixedPricePK contentCatalogItemFixedPricePK) -
Uses of ContentCatalogItemFixedPricePK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogItemFixedPricePK -
Uses of ContentCatalogItemFixedPricePK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogItemFixedPricePKModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.getNextPK()ContentCatalogItemFixedPriceFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCatalogItemFixedPriceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogItemFixedPricePKModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCatalogItemFixedPriceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCatalogItemFixedPriceFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCatalogItemFixedPriceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogItemFixedPricePKModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.getEntityFromCache(Session session, ContentCatalogItemFixedPricePK pk) ContentCatalogItemFixedPriceFactory.getEntityFromPK(EntityPermission entityPermission, ContentCatalogItemFixedPricePK pk) ContentCatalogItemFixedPriceFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentCatalogItemFixedPricePK pk) ContentCatalogItemFixedPriceFactory.getValueFromPK(Session session, ContentCatalogItemFixedPricePK pk) voidContentCatalogItemFixedPriceFactory.remove(Session session, ContentCatalogItemFixedPricePK pk) booleanContentCatalogItemFixedPriceFactory.validPK(Session session, ContentCatalogItemFixedPricePK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogItemFixedPricePKModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCatalogItemFixedPricePK> pks) ContentCatalogItemFixedPriceFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentCatalogItemFixedPricePK> pks) ContentCatalogItemFixedPriceFactory.getValuesFromPKs(Session session, Collection<ContentCatalogItemFixedPricePK> pks) voidContentCatalogItemFixedPriceFactory.remove(Session session, Collection<ContentCatalogItemFixedPricePK> pks) voidContentCatalogItemFixedPriceFactory.remove(Collection<ContentCatalogItemFixedPricePK> pks) -
Uses of ContentCatalogItemFixedPricePK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogItemFixedPricePKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentCatalogItemFixedPricePKModifierConstructorDescriptionContentCatalogItemFixedPriceValue(ContentCatalogItemFixedPricePK contentCatalogItemFixedPricePK, ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemFixedPriceValue