Uses of Class
com.echothree.model.data.content.common.pk.ContentCollectionDescriptionPK
Packages that use ContentCollectionDescriptionPK
Package
Description
-
Uses of ContentCollectionDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCollectionDescriptionPK -
Uses of ContentCollectionDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getNextPK()ContentCollectionDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCollectionDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCollectionDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCollectionDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCollectionDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getEntityFromCache(ContentCollectionDescriptionPK pk) ContentCollectionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentCollectionDescriptionPK pk) ContentCollectionDescriptionFactory.getValueFromPK(ContentCollectionDescriptionPK pk) voidContentCollectionDescriptionFactory.remove(ContentCollectionDescriptionPK pk) booleanContentCollectionDescriptionFactory.validPK(ContentCollectionDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCollectionDescriptionPK> pks) ContentCollectionDescriptionFactory.getValuesFromPKs(Collection<ContentCollectionDescriptionPK> pks) voidContentCollectionDescriptionFactory.remove(Collection<ContentCollectionDescriptionPK> pks) -
Uses of ContentCollectionDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCollectionDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentCollectionDescriptionPKModifierConstructorDescriptionContentCollectionDescriptionValue(ContentCollectionDescriptionPK contentCollectionDescriptionPK, ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDescriptionValue -
Uses of ContentCollectionDescriptionPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptions.ContentCollectionDescription()Getter forcontentcollectiondescriptions.cntcd_contentcollectiondescriptionid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentCollectionDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentCollectionDescriptionPK> ContentCollectionDescriptions.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentCollectionDescriptionPKModifier and TypeMethodDescriptionvoidContentCollectionDescriptions.ContentCollectionDescription(ContentCollectionDescriptionPK value) Setter forcontentcollectiondescriptions.cntcd_contentcollectiondescriptionid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentCollectionDescriptionPKModifierConstructorDescriptionContentCollectionDescriptions(ContentCollectionDescriptionPK ContentCollectionDescription, ContentCollectionPK ContentCollection, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContentCollectionDescriptions -
Uses of ContentCollectionDescriptionPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCollectionDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCollectionDescriptions, ContentCollectionDescriptionPK> ContentCollectionDescriptions.CONTENT_COLLECTION_DESCRIPTIONThe columncontentcollectiondescriptions.cntcd_contentcollectiondescriptionid.