Uses of Class
com.echothree.model.data.content.common.pk.ContentCatalogDescriptionPK
Packages that use ContentCatalogDescriptionPK
Package
Description
-
Uses of ContentCatalogDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogDescriptionPK -
Uses of ContentCatalogDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getNextPK()ContentCatalogDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCatalogDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCatalogDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCatalogDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCatalogDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getEntityFromCache(ContentCatalogDescriptionPK pk) ContentCatalogDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentCatalogDescriptionPK pk) ContentCatalogDescriptionFactory.getValueFromPK(ContentCatalogDescriptionPK pk) voidContentCatalogDescriptionFactory.remove(ContentCatalogDescriptionPK pk) booleanContentCatalogDescriptionFactory.validPK(ContentCatalogDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCatalogDescriptionPK> pks) ContentCatalogDescriptionFactory.getValuesFromPKs(Collection<ContentCatalogDescriptionPK> pks) voidContentCatalogDescriptionFactory.remove(Collection<ContentCatalogDescriptionPK> pks) -
Uses of ContentCatalogDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentCatalogDescriptionPKModifierConstructorDescriptionContentCatalogDescriptionValue(ContentCatalogDescriptionPK contentCatalogDescriptionPK, ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDescriptionValue -
Uses of ContentCatalogDescriptionPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptions.ContentCatalogDescription()Getter forcontentcatalogdescriptions.cntctd_contentcatalogdescriptionid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentCatalogDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentCatalogDescriptionPK> ContentCatalogDescriptions.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentCatalogDescriptionPKModifier and TypeMethodDescriptionvoidContentCatalogDescriptions.ContentCatalogDescription(ContentCatalogDescriptionPK value) Setter forcontentcatalogdescriptions.cntctd_contentcatalogdescriptionid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentCatalogDescriptionPKModifierConstructorDescriptionContentCatalogDescriptions(ContentCatalogDescriptionPK ContentCatalogDescription, ContentCatalogPK ContentCatalog, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContentCatalogDescriptions -
Uses of ContentCatalogDescriptionPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCatalogDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCatalogDescriptions, ContentCatalogDescriptionPK> ContentCatalogDescriptions.CONTENT_CATALOG_DESCRIPTIONThe columncontentcatalogdescriptions.cntctd_contentcatalogdescriptionid.