Uses of Class
com.echothree.model.data.content.common.pk.ContentCollectionPK
Packages that use ContentCollectionPK
Package
Description
-
Uses of ContentCollectionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCollectionPKModifier and TypeMethodDescriptionContentCatalogDetail.getContentCollectionPK()ContentCollectionDescription.getContentCollectionPK()ContentCollectionDetail.getContentCollectionPK()ContentForumDetail.getContentCollectionPK()ContentSectionDetail.getContentCollectionPK()ContentWebAddressDetail.getContentCollectionPK()ContentCollection.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCollectionPKModifier and TypeMethodDescriptionvoidContentCatalogDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentCollectionDescription.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentCollectionDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentForumDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentSectionDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentWebAddressDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) -
Uses of ContentCollectionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionPKModifier and TypeMethodDescriptionContentCollectionFactory.getNextPK()ContentCollectionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCollectionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionPKModifier and TypeMethodDescriptionContentCollectionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCollectionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCollectionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCollectionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionPKModifier and TypeMethodDescriptionContentCatalogDetailFactory.create(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCollectionDescriptionFactory.create(ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCollectionDetailFactory.create(ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) ContentForumDetailFactory.create(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) ContentSectionDetailFactory.create(ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) ContentCollectionFactory.getEntityFromCache(ContentCollectionPK pk) ContentCollectionFactory.getEntityFromPK(EntityPermission entityPermission, ContentCollectionPK pk) ContentCollectionFactory.getValueFromPK(ContentCollectionPK pk) voidContentCollectionFactory.remove(ContentCollectionPK pk) booleanContentCollectionFactory.validPK(ContentCollectionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionPKModifier and TypeMethodDescriptionContentCollectionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCollectionPK> pks) ContentCollectionFactory.getValuesFromPKs(Collection<ContentCollectionPK> pks) voidContentCollectionFactory.remove(Collection<ContentCollectionPK> pks) -
Uses of ContentCollectionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCollectionPKModifier and TypeMethodDescriptionContentCatalogDetailValue.getContentCollectionPK()ContentCollectionDescriptionValue.getContentCollectionPK()ContentCollectionDetailValue.getContentCollectionPK()ContentForumDetailValue.getContentCollectionPK()ContentSectionDetailValue.getContentCollectionPK()ContentWebAddressDetailValue.getContentCollectionPK()ContentCollectionValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentCollectionPKModifier and TypeMethodDescriptionvoidContentCatalogDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentCollectionDescriptionValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentCollectionDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentForumDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentSectionDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentWebAddressDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentCollectionPKModifierConstructorDescriptionContentCatalogDetailValue(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 ContentCatalogDetailValueContentCollectionDescriptionValue(ContentCollectionDescriptionPK contentCollectionDescriptionPK, ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDescriptionValueContentCollectionDescriptionValue(ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDescriptionValueContentCollectionDetailValue(ContentCollectionDetailPK contentCollectionDetailPK, ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValueContentCollectionDetailValue(ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValueContentCollectionValue(ContentCollectionPK contentCollectionPK, ContentCollectionDetailPK activeDetailPK, ContentCollectionDetailPK lastDetailPK) Creates a new instance of ContentCollectionValueContentForumDetailValue(ContentForumDetailPK contentForumDetailPK, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentForumDetailValue(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentSectionDetailValue(ContentSectionDetailPK contentSectionDetailPK, ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDetailValueContentSectionDetailValue(ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDetailValueContentWebAddressDetailValue(ContentWebAddressDetailPK contentWebAddressDetailPK, ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDetailValueContentWebAddressDetailValue(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDetailValue -
Uses of ContentCollectionPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentCollectionPKModifier and TypeMethodDescriptionContentCatalogDetails.ContentCollection()Getter forcontentcatalogdetails.cntctdt_cntc_contentcollectionid.ContentCollectionDescriptions.ContentCollection()Getter forcontentcollectiondescriptions.cntcd_cntc_contentcollectionid.ContentCollectionDetails.ContentCollection()Getter forcontentcollectiondetails.cntcdt_cntc_contentcollectionid.ContentCollections.ContentCollection()Getter forcontentcollections.cntc_contentcollectionid.ContentForumDetails.ContentCollection()Getter forcontentforumdetails.cntfrmdt_cntc_contentcollectionid.ContentSectionDetails.ContentCollection()Getter forcontentsectiondetails.cntsdt_cntc_contentcollectionid.ContentWebAddressDetails.ContentCollection()Getter forcontentwebaddressdetails.cntwadt_cntc_contentcollectionid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentCollectionPKMethods in com.echothree.model.jooq.server.records.content with parameters of type ContentCollectionPKModifier and TypeMethodDescriptionvoidContentCatalogDetails.ContentCollection(ContentCollectionPK value) Setter forcontentcatalogdetails.cntctdt_cntc_contentcollectionid.voidContentCollectionDescriptions.ContentCollection(ContentCollectionPK value) Setter forcontentcollectiondescriptions.cntcd_cntc_contentcollectionid.voidContentCollectionDetails.ContentCollection(ContentCollectionPK value) Setter forcontentcollectiondetails.cntcdt_cntc_contentcollectionid.voidContentCollections.ContentCollection(ContentCollectionPK value) Setter forcontentcollections.cntc_contentcollectionid.voidContentForumDetails.ContentCollection(ContentCollectionPK value) Setter forcontentforumdetails.cntfrmdt_cntc_contentcollectionid.voidContentSectionDetails.ContentCollection(ContentCollectionPK value) Setter forcontentsectiondetails.cntsdt_cntc_contentcollectionid.voidContentWebAddressDetails.ContentCollection(ContentCollectionPK value) Setter forcontentwebaddressdetails.cntwadt_cntc_contentcollectionid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentCollectionPKModifierConstructorDescriptionContentCatalogDetails(ContentCatalogDetailPK ContentCatalogDetail, ContentCatalogPK ContentCatalog, ContentCollectionPK ContentCollection, String ContentCatalogName, OfferUsePK DefaultOfferUse, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentCatalogDetailsContentCollectionDescriptions(ContentCollectionDescriptionPK ContentCollectionDescription, ContentCollectionPK ContentCollection, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContentCollectionDescriptionsContentCollectionDetails(ContentCollectionDetailPK ContentCollectionDetail, ContentCollectionPK ContentCollection, String ContentCollectionName, OfferUsePK DefaultOfferUse, Long FromTime, Long ThruTime) Create a detached, initialised ContentCollectionDetailsContentCollections(ContentCollectionPK ContentCollection, ContentCollectionDetailPK ActiveDetail, ContentCollectionDetailPK LastDetail) Create a detached, initialised ContentCollectionsContentForumDetails(ContentForumDetailPK ContentForumDetail, ContentForumPK ContentForum, ContentCollectionPK ContentCollection, ForumPK Forum, Boolean IsDefault, Long FromTime, Long ThruTime) Create a detached, initialised ContentForumDetailsContentSectionDetails(ContentSectionDetailPK ContentSectionDetail, ContentSectionPK ContentSection, ContentCollectionPK ContentCollection, String ContentSectionName, ContentSectionPK ParentContentSection, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentSectionDetailsContentWebAddressDetails(ContentWebAddressDetailPK ContentWebAddressDetail, ContentWebAddressPK ContentWebAddress, String ContentWebAddressName, ContentCollectionPK ContentCollection, Long FromTime, Long ThruTime) Create a detached, initialised ContentWebAddressDetails -
Uses of ContentCollectionPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCollectionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCatalogDetails, ContentCollectionPK> ContentCatalogDetails.CONTENT_COLLECTIONThe columncontentcatalogdetails.cntctdt_cntc_contentcollectionid.final org.jooq.TableField<ContentCollectionDescriptions, ContentCollectionPK> ContentCollectionDescriptions.CONTENT_COLLECTIONThe columncontentcollectiondescriptions.cntcd_cntc_contentcollectionid.final org.jooq.TableField<ContentCollectionDetails, ContentCollectionPK> ContentCollectionDetails.CONTENT_COLLECTIONThe columncontentcollectiondetails.cntcdt_cntc_contentcollectionid.final org.jooq.TableField<ContentCollections, ContentCollectionPK> ContentCollections.CONTENT_COLLECTIONThe columncontentcollections.cntc_contentcollectionid.final org.jooq.TableField<ContentForumDetails, ContentCollectionPK> ContentForumDetails.CONTENT_COLLECTIONThe columncontentforumdetails.cntfrmdt_cntc_contentcollectionid.final org.jooq.TableField<ContentSectionDetails, ContentCollectionPK> ContentSectionDetails.CONTENT_COLLECTIONThe columncontentsectiondetails.cntsdt_cntc_contentcollectionid.final org.jooq.TableField<ContentWebAddressDetails, ContentCollectionPK> ContentWebAddressDetails.CONTENT_COLLECTIONThe columncontentwebaddressdetails.cntwadt_cntc_contentcollectionid.