Uses of Class
com.echothree.model.data.content.common.pk.ContentCatalogPK
Packages that use ContentCatalogPK
Package
Description
-
Uses of ContentCatalogPK in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionContentControl.getContentCatalogByPK(ContentCatalogPK contentCatalogPK) -
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 TypeMethodDescriptionvoidContentCatalogDescription.setContentCatalogPK(ContentCatalogPK contentCatalogPK) voidContentCatalogDetail.setContentCatalogPK(ContentCatalogPK contentCatalogPK) voidContentCatalogItem.setContentCatalogPK(ContentCatalogPK contentCatalogPK) voidContentCategoryDetail.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) ContentCatalogDetailFactory.create(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) ContentCategoryDetailFactory.create(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogFactory.getEntityFromCache(ContentCatalogPK pk) ContentCatalogFactory.getEntityFromPK(EntityPermission entityPermission, ContentCatalogPK pk) ContentCatalogFactory.getValueFromPK(ContentCatalogPK pk) voidContentCatalogFactory.remove(ContentCatalogPK pk) booleanContentCatalogFactory.validPK(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.getValuesFromPKs(Collection<ContentCatalogPK> pks) voidContentCatalogFactory.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 TypeMethodDescriptionvoidContentCatalogDescriptionValue.setContentCatalogPK(ContentCatalogPK contentCatalogPK) voidContentCatalogDetailValue.setContentCatalogPK(ContentCatalogPK contentCatalogPK) voidContentCatalogItemValue.setContentCatalogPK(ContentCatalogPK contentCatalogPK) voidContentCategoryDetailValue.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 -
Uses of ContentCatalogPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return ContentCatalogPKMethods in com.echothree.model.data.order.server.entity with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionvoidOrderContentCatalog.setContentCatalogPK(ContentCatalogPK contentCatalogPK) -
Uses of ContentCatalogPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionOrderContentCatalogFactory.create(OrderPK orderPK, ContentCatalogPK contentCatalogPK, Long fromTime, Long thruTime) -
Uses of ContentCatalogPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return ContentCatalogPKMethods in com.echothree.model.data.order.server.value with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionvoidOrderContentCatalogValue.setContentCatalogPK(ContentCatalogPK contentCatalogPK) Constructors in com.echothree.model.data.order.server.value with parameters of type ContentCatalogPKModifierConstructorDescriptionOrderContentCatalogValue(OrderContentCatalogPK orderContentCatalogPK, OrderPK orderPK, ContentCatalogPK contentCatalogPK, Long fromTime, Long thruTime) Creates a new instance of OrderContentCatalogValueOrderContentCatalogValue(OrderPK orderPK, ContentCatalogPK contentCatalogPK, Long fromTime, Long thruTime) Creates a new instance of OrderContentCatalogValue -
Uses of ContentCatalogPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentCatalogPKModifier and TypeMethodDescriptionContentCatalogDescriptions.ContentCatalog()Getter forcontentcatalogdescriptions.cntctd_cntct_contentcatalogid.ContentCatalogDetails.ContentCatalog()Getter forcontentcatalogdetails.cntctdt_cntct_contentcatalogid.ContentCatalogItems.ContentCatalog()Getter forcontentcatalogitems.cntcti_cntct_contentcatalogid.ContentCatalogs.ContentCatalog()Getter forcontentcatalogs.cntct_contentcatalogid.ContentCategoryDetails.ContentCatalog()Getter forcontentcategorydetails.cntcgdt_cntct_contentcatalogid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentCatalogPKMethods in com.echothree.model.jooq.server.records.content with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionvoidContentCatalogDescriptions.ContentCatalog(ContentCatalogPK value) Setter forcontentcatalogdescriptions.cntctd_cntct_contentcatalogid.voidContentCatalogDetails.ContentCatalog(ContentCatalogPK value) Setter forcontentcatalogdetails.cntctdt_cntct_contentcatalogid.voidContentCatalogItems.ContentCatalog(ContentCatalogPK value) Setter forcontentcatalogitems.cntcti_cntct_contentcatalogid.voidContentCatalogs.ContentCatalog(ContentCatalogPK value) Setter forcontentcatalogs.cntct_contentcatalogid.voidContentCategoryDetails.ContentCatalog(ContentCatalogPK value) Setter forcontentcategorydetails.cntcgdt_cntct_contentcatalogid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentCatalogPKModifierConstructorDescriptionContentCatalogDescriptions(ContentCatalogDescriptionPK ContentCatalogDescription, ContentCatalogPK ContentCatalog, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContentCatalogDescriptionsContentCatalogDetails(ContentCatalogDetailPK ContentCatalogDetail, ContentCatalogPK ContentCatalog, ContentCollectionPK ContentCollection, String ContentCatalogName, OfferUsePK DefaultOfferUse, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentCatalogDetailsContentCatalogItems(ContentCatalogItemPK ContentCatalogItem, ContentCatalogPK ContentCatalog, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, CurrencyPK Currency, Long FromTime, Long ThruTime) Create a detached, initialised ContentCatalogItemsContentCatalogs(ContentCatalogPK ContentCatalog, ContentCatalogDetailPK ActiveDetail, ContentCatalogDetailPK LastDetail) Create a detached, initialised ContentCatalogsContentCategoryDetails(ContentCategoryDetailPK ContentCategoryDetail, ContentCategoryPK ContentCategory, ContentCatalogPK ContentCatalog, String ContentCategoryName, ContentCategoryPK ParentContentCategory, OfferUsePK DefaultOfferUse, SelectorPK ContentCategoryItemSelector, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentCategoryDetails -
Uses of ContentCatalogPK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return ContentCatalogPKModifier and TypeMethodDescriptionOrderContentCatalogs.ContentCatalog()Getter forordercontentcatalogs.ordcntct_cntct_contentcatalogid.Methods in com.echothree.model.jooq.server.records.order with parameters of type ContentCatalogPKModifier and TypeMethodDescriptionvoidOrderContentCatalogs.ContentCatalog(ContentCatalogPK value) Setter forordercontentcatalogs.ordcntct_cntct_contentcatalogid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type ContentCatalogPKModifierConstructorDescriptionOrderContentCatalogs(OrderContentCatalogPK OrderContentCatalog, OrderPK Order, ContentCatalogPK ContentCatalog, Long FromTime, Long ThruTime) Create a detached, initialised OrderContentCatalogs -
Uses of ContentCatalogPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCatalogPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCatalogDescriptions, ContentCatalogPK> ContentCatalogDescriptions.CONTENT_CATALOGThe columncontentcatalogdescriptions.cntctd_cntct_contentcatalogid.final org.jooq.TableField<ContentCatalogDetails, ContentCatalogPK> ContentCatalogDetails.CONTENT_CATALOGThe columncontentcatalogdetails.cntctdt_cntct_contentcatalogid.final org.jooq.TableField<ContentCatalogItems, ContentCatalogPK> ContentCatalogItems.CONTENT_CATALOGThe columncontentcatalogitems.cntcti_cntct_contentcatalogid.final org.jooq.TableField<ContentCatalogs, ContentCatalogPK> ContentCatalogs.CONTENT_CATALOGThe columncontentcatalogs.cntct_contentcatalogid.final org.jooq.TableField<ContentCategoryDetails, ContentCatalogPK> ContentCategoryDetails.CONTENT_CATALOGThe columncontentcategorydetails.cntcgdt_cntct_contentcatalogid. -
Uses of ContentCatalogPK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type ContentCatalogPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderContentCatalogs, ContentCatalogPK> OrderContentCatalogs.CONTENT_CATALOGThe columnordercontentcatalogs.ordcntct_cntct_contentcatalogid.