Uses of Class
com.echothree.model.data.contact.common.pk.ContactMechanismPurposeDescriptionPK
Packages that use ContactMechanismPurposeDescriptionPK
Package
Description
-
Uses of ContactMechanismPurposeDescriptionPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismPurposeDescriptionPK -
Uses of ContactMechanismPurposeDescriptionPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismPurposeDescriptionPKModifier and TypeMethodDescriptionContactMechanismPurposeDescriptionFactory.getNextPK()ContactMechanismPurposeDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactMechanismPurposeDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismPurposeDescriptionPKModifier and TypeMethodDescriptionContactMechanismPurposeDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactMechanismPurposeDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactMechanismPurposeDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContactMechanismPurposeDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismPurposeDescriptionPKModifier and TypeMethodDescriptionContactMechanismPurposeDescriptionFactory.getEntityFromCache(ContactMechanismPurposeDescriptionPK pk) ContactMechanismPurposeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContactMechanismPurposeDescriptionPK pk) ContactMechanismPurposeDescriptionFactory.getValueFromPK(ContactMechanismPurposeDescriptionPK pk) voidContactMechanismPurposeDescriptionFactory.remove(ContactMechanismPurposeDescriptionPK pk) booleanContactMechanismPurposeDescriptionFactory.validPK(ContactMechanismPurposeDescriptionPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismPurposeDescriptionPKModifier and TypeMethodDescriptionContactMechanismPurposeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactMechanismPurposeDescriptionPK> pks) ContactMechanismPurposeDescriptionFactory.getValuesFromPKs(Collection<ContactMechanismPurposeDescriptionPK> pks) voidContactMechanismPurposeDescriptionFactory.remove(Collection<ContactMechanismPurposeDescriptionPK> pks) -
Uses of ContactMechanismPurposeDescriptionPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismPurposeDescriptionPKConstructors in com.echothree.model.data.contact.server.value with parameters of type ContactMechanismPurposeDescriptionPKModifierConstructorDescriptionContactMechanismPurposeDescriptionValue(ContactMechanismPurposeDescriptionPK contactMechanismPurposeDescriptionPK, ContactMechanismPurposePK contactMechanismPurposePK, LanguagePK languagePK, String description) Creates a new instance of ContactMechanismPurposeDescriptionValue -
Uses of ContactMechanismPurposeDescriptionPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return ContactMechanismPurposeDescriptionPKModifier and TypeMethodDescriptionContactMechanismPurposeDescriptions.ContactMechanismPurposeDescription()Getter forcontactmechanismpurposedescriptions.cmprd_contactmechanismpurposedescriptionid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type ContactMechanismPurposeDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContactMechanismPurposeDescriptionPK> ContactMechanismPurposeDescriptions.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type ContactMechanismPurposeDescriptionPKModifier and TypeMethodDescriptionvoidContactMechanismPurposeDescriptions.ContactMechanismPurposeDescription(ContactMechanismPurposeDescriptionPK value) Setter forcontactmechanismpurposedescriptions.cmprd_contactmechanismpurposedescriptionid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type ContactMechanismPurposeDescriptionPKModifierConstructorDescriptionContactMechanismPurposeDescriptions(ContactMechanismPurposeDescriptionPK ContactMechanismPurposeDescription, ContactMechanismPurposePK ContactMechanismPurpose, LanguagePK Language, String Description) Create a detached, initialised ContactMechanismPurposeDescriptions -
Uses of ContactMechanismPurposeDescriptionPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactMechanismPurposeDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactMechanismPurposeDescriptions, ContactMechanismPurposeDescriptionPK> ContactMechanismPurposeDescriptions.CONTACT_MECHANISM_PURPOSE_DESCRIPTIONThe columncontactmechanismpurposedescriptions.cmprd_contactmechanismpurposedescriptionid.