Uses of Class
com.echothree.model.data.contact.common.pk.ContactEmailAddressPK
Packages that use ContactEmailAddressPK
Package
Description
-
Uses of ContactEmailAddressPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactEmailAddressPK -
Uses of ContactEmailAddressPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactEmailAddressPKModifier and TypeMethodDescriptionContactEmailAddressFactory.getNextPK()ContactEmailAddressFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactEmailAddressFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactEmailAddressPKModifier and TypeMethodDescriptionContactEmailAddressFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactEmailAddressFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactEmailAddressFactory.getPKsFromResultSetAsList(ResultSet rs) ContactEmailAddressFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactEmailAddressPKModifier and TypeMethodDescriptionContactEmailAddressFactory.getEntityFromCache(ContactEmailAddressPK pk) ContactEmailAddressFactory.getEntityFromPK(EntityPermission entityPermission, ContactEmailAddressPK pk) ContactEmailAddressFactory.getValueFromPK(ContactEmailAddressPK pk) voidContactEmailAddressFactory.remove(ContactEmailAddressPK pk) booleanContactEmailAddressFactory.validPK(ContactEmailAddressPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactEmailAddressPKModifier and TypeMethodDescriptionContactEmailAddressFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactEmailAddressPK> pks) ContactEmailAddressFactory.getValuesFromPKs(Collection<ContactEmailAddressPK> pks) voidContactEmailAddressFactory.remove(Collection<ContactEmailAddressPK> pks) -
Uses of ContactEmailAddressPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactEmailAddressPKConstructors in com.echothree.model.data.contact.server.value with parameters of type ContactEmailAddressPKModifierConstructorDescriptionContactEmailAddressValue(ContactEmailAddressPK contactEmailAddressPK, ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) Creates a new instance of ContactEmailAddressValue -
Uses of ContactEmailAddressPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return ContactEmailAddressPKModifier and TypeMethodDescriptionContactEmailAddresses.ContactEmailAddress()Getter forcontactemailaddresses.ctea_contactemailaddressid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type ContactEmailAddressPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContactEmailAddressPK> ContactEmailAddresses.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type ContactEmailAddressPKModifier and TypeMethodDescriptionvoidContactEmailAddresses.ContactEmailAddress(ContactEmailAddressPK value) Setter forcontactemailaddresses.ctea_contactemailaddressid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type ContactEmailAddressPKModifierConstructorDescriptionContactEmailAddresses(ContactEmailAddressPK ContactEmailAddress, ContactMechanismPK ContactMechanism, String EmailAddress, Long FromTime, Long ThruTime) Create a detached, initialised ContactEmailAddresses -
Uses of ContactEmailAddressPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactEmailAddressPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactEmailAddresses, ContactEmailAddressPK> ContactEmailAddresses.CONTACT_EMAIL_ADDRESSThe columncontactemailaddresses.ctea_contactemailaddressid.