Uses of Class
com.echothree.model.data.contact.common.pk.ContactWebAddressPK
Packages that use ContactWebAddressPK
Package
Description
-
Uses of ContactWebAddressPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactWebAddressPK -
Uses of ContactWebAddressPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactWebAddressPKModifier and TypeMethodDescriptionContactWebAddressFactory.getNextPK()ContactWebAddressFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactWebAddressFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactWebAddressPKModifier and TypeMethodDescriptionContactWebAddressFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactWebAddressFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactWebAddressFactory.getPKsFromResultSetAsList(ResultSet rs) ContactWebAddressFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactWebAddressPKModifier and TypeMethodDescriptionContactWebAddressFactory.getEntityFromCache(ContactWebAddressPK pk) ContactWebAddressFactory.getEntityFromPK(EntityPermission entityPermission, ContactWebAddressPK pk) ContactWebAddressFactory.getValueFromPK(ContactWebAddressPK pk) voidContactWebAddressFactory.remove(ContactWebAddressPK pk) booleanContactWebAddressFactory.validPK(ContactWebAddressPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactWebAddressPKModifier and TypeMethodDescriptionContactWebAddressFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactWebAddressPK> pks) ContactWebAddressFactory.getValuesFromPKs(Collection<ContactWebAddressPK> pks) voidContactWebAddressFactory.remove(Collection<ContactWebAddressPK> pks) -
Uses of ContactWebAddressPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactWebAddressPKConstructors in com.echothree.model.data.contact.server.value with parameters of type ContactWebAddressPKModifierConstructorDescriptionContactWebAddressValue(ContactWebAddressPK contactWebAddressPK, ContactMechanismPK contactMechanismPK, String url, Long fromTime, Long thruTime) Creates a new instance of ContactWebAddressValue -
Uses of ContactWebAddressPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return ContactWebAddressPKModifier and TypeMethodDescriptionContactWebAddresses.ContactWebAddress()Getter forcontactwebaddresses.ctwa_contactwebaddressid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type ContactWebAddressPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContactWebAddressPK> ContactWebAddresses.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type ContactWebAddressPKModifier and TypeMethodDescriptionvoidContactWebAddresses.ContactWebAddress(ContactWebAddressPK value) Setter forcontactwebaddresses.ctwa_contactwebaddressid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type ContactWebAddressPKModifierConstructorDescriptionContactWebAddresses(ContactWebAddressPK ContactWebAddress, ContactMechanismPK ContactMechanism, String Url, Long FromTime, Long ThruTime) Create a detached, initialised ContactWebAddresses -
Uses of ContactWebAddressPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactWebAddressPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactWebAddresses, ContactWebAddressPK> ContactWebAddresses.CONTACT_WEB_ADDRESSThe columncontactwebaddresses.ctwa_contactwebaddressid.