Uses of Class
com.echothree.model.data.content.common.pk.ContentSectionPK
Packages that use ContentSectionPK
Package
Description
-
Uses of ContentSectionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionPKModifier and TypeMethodDescriptionContentPageDetail.getContentSectionPK()ContentSectionDescription.getContentSectionPK()ContentSectionDetail.getContentSectionPK()ContentSectionDetail.getParentContentSectionPK()ContentSection.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentSectionPKModifier and TypeMethodDescriptionvoidContentPageDetail.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDescription.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDetail.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDetail.setParentContentSectionPK(ContentSectionPK parentContentSectionPK) -
Uses of ContentSectionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getNextPK()ContentSectionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentSectionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentSectionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentSectionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentSectionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionPKModifier and TypeMethodDescriptionContentPageDetailFactory.create(ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create(ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentSectionDetailFactory.create(ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionFactory.getEntityFromCache(ContentSectionPK pk) ContentSectionFactory.getEntityFromPK(EntityPermission entityPermission, ContentSectionPK pk) ContentSectionFactory.getValueFromPK(ContentSectionPK pk) voidContentSectionFactory.remove(ContentSectionPK pk) booleanContentSectionFactory.validPK(ContentSectionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentSectionPK> pks) ContentSectionFactory.getValuesFromPKs(Collection<ContentSectionPK> pks) voidContentSectionFactory.remove(Collection<ContentSectionPK> pks) -
Uses of ContentSectionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentSectionPKModifier and TypeMethodDescriptionContentPageDetailValue.getContentSectionPK()ContentSectionDescriptionValue.getContentSectionPK()ContentSectionDetailValue.getContentSectionPK()ContentSectionDetailValue.getParentContentSectionPK()ContentSectionValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentSectionPKModifier and TypeMethodDescriptionvoidContentPageDetailValue.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDescriptionValue.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDetailValue.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDetailValue.setParentContentSectionPK(ContentSectionPK parentContentSectionPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentSectionPKModifierConstructorDescriptionContentPageDetailValue(ContentPageDetailPK contentPageDetailPK, ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentPageDetailValue(ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentSectionDescriptionValue(ContentSectionDescriptionPK contentSectionDescriptionPK, ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDescriptionValueContentSectionDescriptionValue(ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDescriptionValueContentSectionDetailValue(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 ContentSectionDetailValueContentSectionValue(ContentSectionPK contentSectionPK, ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) Creates a new instance of ContentSectionValue -
Uses of ContentSectionPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentSectionPKModifier and TypeMethodDescriptionContentPageDetails.ContentSection()Getter forcontentpagedetails.cntpdt_cnts_contentsectionid.ContentSectionDescriptions.ContentSection()Getter forcontentsectiondescriptions.cntsd_cnts_contentsectionid.ContentSectionDetails.ContentSection()Getter forcontentsectiondetails.cntsdt_cnts_contentsectionid.ContentSections.ContentSection()Getter forcontentsections.cnts_contentsectionid.ContentSectionDetails.ParentContentSection()Getter forcontentsectiondetails.cntsdt_parentcontentsectionid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentSectionPKMethods in com.echothree.model.jooq.server.records.content with parameters of type ContentSectionPKModifier and TypeMethodDescriptionvoidContentPageDetails.ContentSection(ContentSectionPK value) Setter forcontentpagedetails.cntpdt_cnts_contentsectionid.voidContentSectionDescriptions.ContentSection(ContentSectionPK value) Setter forcontentsectiondescriptions.cntsd_cnts_contentsectionid.voidContentSectionDetails.ContentSection(ContentSectionPK value) Setter forcontentsectiondetails.cntsdt_cnts_contentsectionid.voidContentSections.ContentSection(ContentSectionPK value) Setter forcontentsections.cnts_contentsectionid.voidContentSectionDetails.ParentContentSection(ContentSectionPK value) Setter forcontentsectiondetails.cntsdt_parentcontentsectionid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentSectionPKModifierConstructorDescriptionContentPageDetails(ContentPageDetailPK ContentPageDetail, ContentPagePK ContentPage, ContentSectionPK ContentSection, String ContentPageName, ContentPageLayoutPK ContentPageLayout, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentPageDetailsContentSectionDescriptions(ContentSectionDescriptionPK ContentSectionDescription, ContentSectionPK ContentSection, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContentSectionDescriptionsContentSectionDetails(ContentSectionDetailPK ContentSectionDetail, ContentSectionPK ContentSection, ContentCollectionPK ContentCollection, String ContentSectionName, ContentSectionPK ParentContentSection, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentSectionDetailsContentSections(ContentSectionPK ContentSection, ContentSectionDetailPK ActiveDetail, ContentSectionDetailPK LastDetail) Create a detached, initialised ContentSections -
Uses of ContentSectionPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentSectionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageDetails, ContentSectionPK> ContentPageDetails.CONTENT_SECTIONThe columncontentpagedetails.cntpdt_cnts_contentsectionid.final org.jooq.TableField<ContentSectionDescriptions, ContentSectionPK> ContentSectionDescriptions.CONTENT_SECTIONThe columncontentsectiondescriptions.cntsd_cnts_contentsectionid.final org.jooq.TableField<ContentSectionDetails, ContentSectionPK> ContentSectionDetails.CONTENT_SECTIONThe columncontentsectiondetails.cntsdt_cnts_contentsectionid.final org.jooq.TableField<ContentSections, ContentSectionPK> ContentSections.CONTENT_SECTIONThe columncontentsections.cnts_contentsectionid.final org.jooq.TableField<ContentSectionDetails, ContentSectionPK> ContentSectionDetails.PARENT_CONTENT_SECTIONThe columncontentsectiondetails.cntsdt_parentcontentsectionid.