Uses of Class
com.echothree.model.data.contact.server.entity.ContactTelephone
Packages that use ContactTelephone
Package
Description
-
Uses of ContactTelephone in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactTelephoneModifier and TypeMethodDescriptionContactControl.createContactTelephone
(ContactMechanism contactMechanism, GeoCode countryGeoCode, String areaCode, String telephoneNumber, String telephoneExtension, BasePK createdBy) ContactControl.getContactTelephone
(ContactMechanism contactMechanism) ContactControl.getContactTelephoneForUpdate
(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactTelephoneModifier and TypeMethodDescriptionvoid
ContactControl.deleteContactTelephone
(ContactTelephone contactTelephone, BasePK deletedBy) ContactControl.getContactTelephoneTransfer
(UserVisit userVisit, ContactTelephone contactTelephone) -
Uses of ContactTelephone in com.echothree.model.control.contact.server.transfer
Methods in com.echothree.model.control.contact.server.transfer with parameters of type ContactTelephoneModifier and TypeMethodDescriptionContactTelephoneTransferCache.getContactTelephoneTransfer
(ContactTelephone contactTelephone) -
Uses of ContactTelephone in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactTelephoneModifier and TypeMethodDescriptionContactTelephoneFactory.create
(ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) ContactTelephoneFactory.create
(ContactMechanism contactMechanism, GeoCode countryGeoCode, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) ContactTelephoneFactory.create
(Session session, ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) ContactTelephoneFactory.create
(Session session, ContactMechanism contactMechanism, GeoCode countryGeoCode, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) ContactTelephoneFactory.getEntityFromCache
(Session session, ContactTelephonePK pk) ContactTelephoneFactory.getEntityFromPK
(EntityPermission entityPermission, ContactTelephonePK pk) ContactTelephoneFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactTelephonePK pk) ContactTelephoneFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContactTelephoneFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactTelephoneFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactTelephoneFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactTelephoneFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactTelephoneFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactTelephoneFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactTelephoneFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContactTelephoneFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContactTelephoneFactory.getEntityFromValue
(EntityPermission entityPermission, ContactTelephoneValue value) ContactTelephoneFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactTelephoneValue value) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactTelephoneModifier and TypeMethodDescriptionContactTelephoneFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContactTelephonePK> pks) ContactTelephoneFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactTelephonePK> pks) ContactTelephoneFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContactTelephoneFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactTelephoneFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactTelephoneFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactTelephoneFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactTelephoneFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactTelephoneFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactTelephoneFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContactTelephoneFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactTelephoneModifier and TypeMethodDescriptionvoid
ContactTelephoneFactory.remove
(Session session, ContactTelephone entity) void
ContactTelephoneFactory.store
(Session session, ContactTelephone entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactTelephoneModifier and TypeMethodDescriptionvoid
ContactTelephoneFactory.store
(Session session, Collection<ContactTelephone> entities) void
ContactTelephoneFactory.store
(Collection<ContactTelephone> entities)