Uses of Class
com.echothree.model.data.content.common.pk.ContentSectionDetailPK
Packages that use ContentSectionDetailPK
Package
Description
-
Uses of ContentSectionDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionDetailPKModifier and TypeMethodDescriptionContentSection.getActiveDetailPK()ContentSection.getLastDetailPK()ContentSectionDetail.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentSectionDetailPKModifier and TypeMethodDescriptionvoidContentSection.setActiveDetailPK(ContentSectionDetailPK activeDetailPK) voidContentSection.setLastDetailPK(ContentSectionDetailPK lastDetailPK) -
Uses of ContentSectionDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionDetailFactory.getNextPK()ContentSectionDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentSectionDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentSectionDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentSectionDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContentSectionDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionFactory.create(ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) ContentSectionDetailFactory.getEntityFromCache(ContentSectionDetailPK pk) ContentSectionDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentSectionDetailPK pk) ContentSectionDetailFactory.getValueFromPK(ContentSectionDetailPK pk) voidContentSectionDetailFactory.remove(ContentSectionDetailPK pk) booleanContentSectionDetailFactory.validPK(ContentSectionDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentSectionDetailPK> pks) ContentSectionDetailFactory.getValuesFromPKs(Collection<ContentSectionDetailPK> pks) voidContentSectionDetailFactory.remove(Collection<ContentSectionDetailPK> pks) -
Uses of ContentSectionDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionValue.getActiveDetailPK()ContentSectionValue.getLastDetailPK()ContentSectionDetailValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentSectionDetailPKModifier and TypeMethodDescriptionvoidContentSectionValue.setActiveDetailPK(ContentSectionDetailPK activeDetailPK) voidContentSectionValue.setLastDetailPK(ContentSectionDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentSectionDetailPKModifierConstructorDescriptionContentSectionDetailValue(ContentSectionDetailPK contentSectionDetailPK, ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDetailValueContentSectionValue(ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) Creates a new instance of ContentSectionValueContentSectionValue(ContentSectionPK contentSectionPK, ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) Creates a new instance of ContentSectionValue -
Uses of ContentSectionDetailPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentSectionDetailPKModifier and TypeMethodDescriptionContentSections.ActiveDetail()Getter forcontentsections.cnts_activedetailid.ContentSectionDetails.ContentSectionDetail()Getter forcontentsectiondetails.cntsdt_contentsectiondetailid.ContentSections.LastDetail()Getter forcontentsections.cnts_lastdetailid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentSectionDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentSectionDetailPK> ContentSectionDetails.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentSectionDetailPKModifier and TypeMethodDescriptionvoidContentSections.ActiveDetail(ContentSectionDetailPK value) Setter forcontentsections.cnts_activedetailid.voidContentSectionDetails.ContentSectionDetail(ContentSectionDetailPK value) Setter forcontentsectiondetails.cntsdt_contentsectiondetailid.voidContentSections.LastDetail(ContentSectionDetailPK value) Setter forcontentsections.cnts_lastdetailid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentSectionDetailPKModifierConstructorDescriptionContentSectionDetails(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 ContentSectionDetailPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentSectionDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentSections, ContentSectionDetailPK> ContentSections.ACTIVE_DETAILThe columncontentsections.cnts_activedetailid.final org.jooq.TableField<ContentSectionDetails, ContentSectionDetailPK> ContentSectionDetails.CONTENT_SECTION_DETAILThe columncontentsectiondetails.cntsdt_contentsectiondetailid.final org.jooq.TableField<ContentSections, ContentSectionDetailPK> ContentSections.LAST_DETAILThe columncontentsections.cnts_lastdetailid.