Uses of Class
com.echothree.model.data.content.common.pk.ContentCatalogItemPK
Packages that use ContentCatalogItemPK
Package
Description
-
Uses of ContentCatalogItemPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogItemPKModifier and TypeMethodDescriptionContentCatalogItemFixedPrice.getContentCatalogItemPK()
ContentCatalogItemVariablePrice.getContentCatalogItemPK()
ContentCategoryItem.getContentCatalogItemPK()
ContentCatalogItem.getPrimaryKey()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogItemPKModifier and TypeMethodDescriptionvoid
ContentCatalogItemFixedPrice.setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) void
ContentCatalogItemVariablePrice.setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) void
ContentCategoryItem.setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) -
Uses of ContentCatalogItemPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogItemPKModifier and TypeMethodDescriptionContentCatalogItemFactory.getNextPK()
ContentCatalogItemFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentCatalogItemFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogItemPKModifier and TypeMethodDescriptionContentCatalogItemFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentCatalogItemFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentCatalogItemFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentCatalogItemFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogItemPKModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.create
(ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) ContentCatalogItemFixedPriceFactory.create
(Session session, ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) ContentCatalogItemVariablePriceFactory.create
(ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) ContentCatalogItemVariablePriceFactory.create
(Session session, ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) ContentCategoryItemFactory.create
(ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.create
(Session session, ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogItemFactory.getEntityFromCache
(Session session, ContentCatalogItemPK pk) ContentCatalogItemFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCatalogItemPK pk) ContentCatalogItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCatalogItemPK pk) ContentCatalogItemFactory.getValueFromPK
(Session session, ContentCatalogItemPK pk) void
ContentCatalogItemFactory.remove
(Session session, ContentCatalogItemPK pk) boolean
ContentCatalogItemFactory.validPK
(Session session, ContentCatalogItemPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogItemPKModifier and TypeMethodDescriptionContentCatalogItemFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCatalogItemPK> pks) ContentCatalogItemFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCatalogItemPK> pks) ContentCatalogItemFactory.getValuesFromPKs
(Session session, Collection<ContentCatalogItemPK> pks) void
ContentCatalogItemFactory.remove
(Session session, Collection<ContentCatalogItemPK> pks) void
ContentCatalogItemFactory.remove
(Collection<ContentCatalogItemPK> pks) -
Uses of ContentCatalogItemPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogItemPKModifier and TypeMethodDescriptionContentCatalogItemFixedPriceValue.getContentCatalogItemPK()
ContentCatalogItemVariablePriceValue.getContentCatalogItemPK()
ContentCategoryItemValue.getContentCatalogItemPK()
ContentCatalogItemValue.getPrimaryKey()
Methods in com.echothree.model.data.content.server.value with parameters of type ContentCatalogItemPKModifier and TypeMethodDescriptionvoid
ContentCatalogItemFixedPriceValue.setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) void
ContentCatalogItemVariablePriceValue.setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) void
ContentCategoryItemValue.setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentCatalogItemPKModifierConstructorDescriptionContentCatalogItemFixedPriceValue
(ContentCatalogItemFixedPricePK contentCatalogItemFixedPricePK, ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemFixedPriceValueContentCatalogItemFixedPriceValue
(ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemFixedPriceValueContentCatalogItemValue
(ContentCatalogItemPK contentCatalogItemPK, ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemValueContentCatalogItemVariablePriceValue
(ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemVariablePriceValueContentCatalogItemVariablePriceValue
(ContentCatalogItemVariablePricePK contentCatalogItemVariablePricePK, ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemVariablePriceValueContentCategoryItemValue
(ContentCategoryItemPK contentCategoryItemPK, ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryItemValueContentCategoryItemValue
(ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryItemValue