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
(Session session, ContactWebAddressPK pk) ContactWebAddressFactory.getEntityFromPK
(EntityPermission entityPermission, ContactWebAddressPK pk) ContactWebAddressFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactWebAddressPK pk) ContactWebAddressFactory.getValueFromPK
(Session session, ContactWebAddressPK pk) void
ContactWebAddressFactory.remove
(Session session, ContactWebAddressPK pk) boolean
ContactWebAddressFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactWebAddressPK> pks) ContactWebAddressFactory.getValuesFromPKs
(Session session, Collection<ContactWebAddressPK> pks) void
ContactWebAddressFactory.remove
(Session session, Collection<ContactWebAddressPK> pks) void
ContactWebAddressFactory.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