Uses of Class
com.echothree.model.data.content.common.pk.ContentPageDescriptionPK
Packages that use ContentPageDescriptionPK
Package
Description
-
Uses of ContentPageDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageDescriptionPK -
Uses of ContentPageDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptionFactory.getNextPK()ContentPageDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentPageDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptionFactory.getEntityFromCache(ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getValueFromPK(ContentPageDescriptionPK pk) voidContentPageDescriptionFactory.remove(ContentPageDescriptionPK pk) booleanContentPageDescriptionFactory.validPK(ContentPageDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageDescriptionPK> pks) ContentPageDescriptionFactory.getValuesFromPKs(Collection<ContentPageDescriptionPK> pks) voidContentPageDescriptionFactory.remove(Collection<ContentPageDescriptionPK> pks) -
Uses of ContentPageDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentPageDescriptionPKModifierConstructorDescriptionContentPageDescriptionValue(ContentPageDescriptionPK contentPageDescriptionPK, ContentPagePK contentPagePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentPageDescriptionValue -
Uses of ContentPageDescriptionPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptions.ContentPageDescription()Getter forcontentpagedescriptions.cntpd_contentpagedescriptionid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentPageDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentPageDescriptionPK> ContentPageDescriptions.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentPageDescriptionPKModifier and TypeMethodDescriptionvoidContentPageDescriptions.ContentPageDescription(ContentPageDescriptionPK value) Setter forcontentpagedescriptions.cntpd_contentpagedescriptionid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentPageDescriptionPKModifierConstructorDescriptionContentPageDescriptions(ContentPageDescriptionPK ContentPageDescription, ContentPagePK ContentPage, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContentPageDescriptions -
Uses of ContentPageDescriptionPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageDescriptions, ContentPageDescriptionPK> ContentPageDescriptions.CONTENT_PAGE_DESCRIPTIONThe columncontentpagedescriptions.cntpd_contentpagedescriptionid.