Uses of Class
com.echothree.model.data.content.common.pk.ContentSectionDescriptionPK
Packages that use ContentSectionDescriptionPK
Package
Description
-
Uses of ContentSectionDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionDescriptionPK -
Uses of ContentSectionDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getNextPK()ContentSectionDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentSectionDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getEntityFromCache(ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getValueFromPK(ContentSectionDescriptionPK pk) voidContentSectionDescriptionFactory.remove(ContentSectionDescriptionPK pk) booleanContentSectionDescriptionFactory.validPK(ContentSectionDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentSectionDescriptionPK> pks) ContentSectionDescriptionFactory.getValuesFromPKs(Collection<ContentSectionDescriptionPK> pks) voidContentSectionDescriptionFactory.remove(Collection<ContentSectionDescriptionPK> pks) -
Uses of ContentSectionDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentSectionDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentSectionDescriptionPKModifierConstructorDescriptionContentSectionDescriptionValue(ContentSectionDescriptionPK contentSectionDescriptionPK, ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDescriptionValue -
Uses of ContentSectionDescriptionPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptions.ContentSectionDescription()Getter forcontentsectiondescriptions.cntsd_contentsectiondescriptionid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentSectionDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentSectionDescriptionPK> ContentSectionDescriptions.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentSectionDescriptionPKModifier and TypeMethodDescriptionvoidContentSectionDescriptions.ContentSectionDescription(ContentSectionDescriptionPK value) Setter forcontentsectiondescriptions.cntsd_contentsectiondescriptionid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentSectionDescriptionPKModifierConstructorDescriptionContentSectionDescriptions(ContentSectionDescriptionPK ContentSectionDescription, ContentSectionPK ContentSection, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContentSectionDescriptions -
Uses of ContentSectionDescriptionPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentSectionDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentSectionDescriptions, ContentSectionDescriptionPK> ContentSectionDescriptions.CONTENT_SECTION_DESCRIPTIONThe columncontentsectiondescriptions.cntsd_contentsectiondescriptionid.