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 TypeMethodDescriptionvoidContactControl.deleteContactTelephone(ContactTelephone contactTelephone, BasePK deletedBy) ContactControl.getContactTelephoneTransfer(UserVisit userVisit, ContactTelephone contactTelephone) -
Uses of ContactTelephone in com.echothree.model.control.contact.server.graphql
Constructors in com.echothree.model.control.contact.server.graphql with parameters of type ContactTelephoneModifierConstructorDescriptionContactTelephoneObject(BasePK basePrimaryKey, 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(UserVisit userVisit, 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.getEntityFromCache(ContactTelephonePK pk) ContactTelephoneFactory.getEntityFromPK(EntityPermission entityPermission, ContactTelephonePK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContactTelephoneFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactTelephoneModifier and TypeMethodDescriptionvoidContactTelephoneFactory.remove(ContactTelephone entity) voidContactTelephoneFactory.store(ContactTelephone entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactTelephoneModifier and TypeMethodDescriptionvoidContactTelephoneFactory.store(Collection<ContactTelephone> entities)