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