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