Uses of Class
com.echothree.model.data.content.common.pk.ContentCategoryDetailPK
Packages that use ContentCategoryDetailPK
Package
Description
-
Uses of ContentCategoryDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategory.getActiveDetailPK()ContentCategory.getLastDetailPK()ContentCategoryDetail.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryDetailPKModifier and TypeMethodDescriptionvoidContentCategory.setActiveDetailPK(ContentCategoryDetailPK activeDetailPK) voidContentCategory.setLastDetailPK(ContentCategoryDetailPK lastDetailPK) -
Uses of ContentCategoryDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryDetailFactory.getNextPK()ContentCategoryDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCategoryDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCategoryDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCategoryDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCategoryDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryFactory.create(ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) ContentCategoryDetailFactory.getEntityFromCache(ContentCategoryDetailPK pk) ContentCategoryDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentCategoryDetailPK pk) ContentCategoryDetailFactory.getValueFromPK(ContentCategoryDetailPK pk) voidContentCategoryDetailFactory.remove(ContentCategoryDetailPK pk) booleanContentCategoryDetailFactory.validPK(ContentCategoryDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCategoryDetailPK> pks) ContentCategoryDetailFactory.getValuesFromPKs(Collection<ContentCategoryDetailPK> pks) voidContentCategoryDetailFactory.remove(Collection<ContentCategoryDetailPK> pks) -
Uses of ContentCategoryDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryValue.getActiveDetailPK()ContentCategoryValue.getLastDetailPK()ContentCategoryDetailValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentCategoryDetailPKModifier and TypeMethodDescriptionvoidContentCategoryValue.setActiveDetailPK(ContentCategoryDetailPK activeDetailPK) voidContentCategoryValue.setLastDetailPK(ContentCategoryDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentCategoryDetailPKModifierConstructorDescriptionContentCategoryDetailValue(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 ContentCategoryDetailValueContentCategoryValue(ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) Creates a new instance of ContentCategoryValueContentCategoryValue(ContentCategoryPK contentCategoryPK, ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) Creates a new instance of ContentCategoryValue -
Uses of ContentCategoryDetailPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategories.ActiveDetail()Getter forcontentcategories.cntcg_activedetailid.ContentCategoryDetails.ContentCategoryDetail()Getter forcontentcategorydetails.cntcgdt_contentcategorydetailid.ContentCategories.LastDetail()Getter forcontentcategories.cntcg_lastdetailid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentCategoryDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentCategoryDetailPK> ContentCategoryDetails.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentCategoryDetailPKModifier and TypeMethodDescriptionvoidContentCategories.ActiveDetail(ContentCategoryDetailPK value) Setter forcontentcategories.cntcg_activedetailid.voidContentCategoryDetails.ContentCategoryDetail(ContentCategoryDetailPK value) Setter forcontentcategorydetails.cntcgdt_contentcategorydetailid.voidContentCategories.LastDetail(ContentCategoryDetailPK value) Setter forcontentcategories.cntcg_lastdetailid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentCategoryDetailPKModifierConstructorDescriptionContentCategories(ContentCategoryPK ContentCategory, ContentCategoryDetailPK ActiveDetail, ContentCategoryDetailPK LastDetail) Create a detached, initialised ContentCategoriesContentCategoryDetails(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 ContentCategoryDetailPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCategoryDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCategories, ContentCategoryDetailPK> ContentCategories.ACTIVE_DETAILThe columncontentcategories.cntcg_activedetailid.final org.jooq.TableField<ContentCategoryDetails, ContentCategoryDetailPK> ContentCategoryDetails.CONTENT_CATEGORY_DETAILThe columncontentcategorydetails.cntcgdt_contentcategorydetailid.final org.jooq.TableField<ContentCategories, ContentCategoryDetailPK> ContentCategories.LAST_DETAILThe columncontentcategories.cntcg_lastdetailid.