Uses of Class
com.echothree.model.data.content.common.pk.ContentCatalogItemPK
Packages that use ContentCatalogItemPK
Package
Description
-
Uses of ContentCatalogItemPK in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogItemPKModifier and TypeMethodDescriptionContentControl.getContentCatalogItemByPK(ContentCatalogItemPK contentCatalogItemPK) -
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 TypeMethodDescriptionvoidContentCatalogItemFixedPrice.setContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) voidContentCatalogItemVariablePrice.setContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) voidContentCategoryItem.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) ContentCatalogItemVariablePriceFactory.create(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) ContentCatalogItemFactory.getEntityFromCache(ContentCatalogItemPK pk) ContentCatalogItemFactory.getEntityFromPK(EntityPermission entityPermission, ContentCatalogItemPK pk) ContentCatalogItemFactory.getValueFromPK(ContentCatalogItemPK pk) voidContentCatalogItemFactory.remove(ContentCatalogItemPK pk) booleanContentCatalogItemFactory.validPK(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.getValuesFromPKs(Collection<ContentCatalogItemPK> pks) voidContentCatalogItemFactory.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 TypeMethodDescriptionvoidContentCatalogItemFixedPriceValue.setContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) voidContentCatalogItemVariablePriceValue.setContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) voidContentCategoryItemValue.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