Uses of Class
com.echothree.model.data.content.common.pk.ContentCatalogPK
Packages that use ContentCatalogPK
Package
Description
-
Uses of ContentCatalogPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogPKModifier and TypeMethodDescriptionContentCatalogDescription.getContentCatalogPK()
ContentCatalogDetail.getContentCatalogPK()
ContentCatalogItem.getContentCatalogPK()
ContentCategoryDetail.getContentCatalogPK()
ContentCatalog.getPrimaryKey()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionvoid
ContentCatalogDescription.setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
ContentCatalogDetail.setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
ContentCatalogItem.setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
ContentCategoryDetail.setContentCatalogPK
(ContentCatalogPK contentCatalogPK) -
Uses of ContentCatalogPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogPKModifier and TypeMethodDescriptionContentCatalogFactory.getNextPK()
ContentCatalogFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentCatalogFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogPKModifier and TypeMethodDescriptionContentCatalogFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentCatalogFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentCatalogFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentCatalogFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.create
(ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCatalogDescriptionFactory.create
(Session session, ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCatalogDetailFactory.create
(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogDetailFactory.create
(Session session, ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogItemFactory.create
(ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) ContentCatalogItemFactory.create
(Session session, ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(Session session, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogFactory.getEntityFromCache
(Session session, ContentCatalogPK pk) ContentCatalogFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCatalogPK pk) ContentCatalogFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCatalogPK pk) ContentCatalogFactory.getValueFromPK
(Session session, ContentCatalogPK pk) void
ContentCatalogFactory.remove
(Session session, ContentCatalogPK pk) boolean
ContentCatalogFactory.validPK
(Session session, ContentCatalogPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogPKModifier and TypeMethodDescriptionContentCatalogFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCatalogPK> pks) ContentCatalogFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCatalogPK> pks) ContentCatalogFactory.getValuesFromPKs
(Session session, Collection<ContentCatalogPK> pks) void
ContentCatalogFactory.remove
(Session session, Collection<ContentCatalogPK> pks) void
ContentCatalogFactory.remove
(Collection<ContentCatalogPK> pks) -
Uses of ContentCatalogPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogPKModifier and TypeMethodDescriptionContentCatalogDescriptionValue.getContentCatalogPK()
ContentCatalogDetailValue.getContentCatalogPK()
ContentCatalogItemValue.getContentCatalogPK()
ContentCategoryDetailValue.getContentCatalogPK()
ContentCatalogValue.getPrimaryKey()
Methods in com.echothree.model.data.content.server.value with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionvoid
ContentCatalogDescriptionValue.setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
ContentCatalogDetailValue.setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
ContentCatalogItemValue.setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
ContentCategoryDetailValue.setContentCatalogPK
(ContentCatalogPK contentCatalogPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentCatalogPKModifierConstructorDescriptionContentCatalogDescriptionValue
(ContentCatalogDescriptionPK contentCatalogDescriptionPK, ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDescriptionValueContentCatalogDescriptionValue
(ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDescriptionValueContentCatalogDetailValue
(ContentCatalogDetailPK contentCatalogDetailPK, ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDetailValueContentCatalogDetailValue
(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDetailValueContentCatalogItemValue
(ContentCatalogItemPK contentCatalogItemPK, ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemValueContentCatalogItemValue
(ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemValueContentCatalogValue
(ContentCatalogPK contentCatalogPK, ContentCatalogDetailPK activeDetailPK, ContentCatalogDetailPK lastDetailPK) Creates a new instance of ContentCatalogValueContentCategoryDetailValue
(ContentCategoryDetailPK contentCategoryDetailPK, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValueContentCategoryDetailValue
(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValue