Uses of Class
com.echothree.model.data.content.common.pk.ContentWebAddressDescriptionPK
Packages that use ContentWebAddressDescriptionPK
Package
Description
-
Uses of ContentWebAddressDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentWebAddressDescriptionPK -
Uses of ContentWebAddressDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressDescriptionPKModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getNextPK()ContentWebAddressDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressDescriptionPKModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentWebAddressDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressDescriptionPKModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getEntityFromCache(ContentWebAddressDescriptionPK pk) ContentWebAddressDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) ContentWebAddressDescriptionFactory.getValueFromPK(ContentWebAddressDescriptionPK pk) voidContentWebAddressDescriptionFactory.remove(ContentWebAddressDescriptionPK pk) booleanContentWebAddressDescriptionFactory.validPK(ContentWebAddressDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressDescriptionPKModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) ContentWebAddressDescriptionFactory.getValuesFromPKs(Collection<ContentWebAddressDescriptionPK> pks) voidContentWebAddressDescriptionFactory.remove(Collection<ContentWebAddressDescriptionPK> pks) -
Uses of ContentWebAddressDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentWebAddressDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentWebAddressDescriptionPKModifierConstructorDescriptionContentWebAddressDescriptionValue(ContentWebAddressDescriptionPK contentWebAddressDescriptionPK, ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDescriptionValue -
Uses of ContentWebAddressDescriptionPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentWebAddressDescriptionPKModifier and TypeMethodDescriptionContentWebAddressDescriptions.ContentWebAddressDescription()Getter forcontentwebaddressdescriptions.cntwad_contentwebaddressdescriptionid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentWebAddressDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentWebAddressDescriptionPK> ContentWebAddressDescriptions.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentWebAddressDescriptionPKModifier and TypeMethodDescriptionvoidContentWebAddressDescriptions.ContentWebAddressDescription(ContentWebAddressDescriptionPK value) Setter forcontentwebaddressdescriptions.cntwad_contentwebaddressdescriptionid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentWebAddressDescriptionPKModifierConstructorDescriptionContentWebAddressDescriptions(ContentWebAddressDescriptionPK ContentWebAddressDescription, ContentWebAddressPK ContentWebAddress, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContentWebAddressDescriptions -
Uses of ContentWebAddressDescriptionPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentWebAddressDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentWebAddressDescriptions, ContentWebAddressDescriptionPK> ContentWebAddressDescriptions.CONTENT_WEB_ADDRESS_DESCRIPTIONThe columncontentwebaddressdescriptions.cntwad_contentwebaddressdescriptionid.