Uses of Class
com.echothree.model.data.contact.server.value.ContactTelephoneValue
Packages that use ContactTelephoneValue
Package
Description
-
Uses of ContactTelephoneValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactTelephoneValueModifier and TypeMethodDescriptionContactControl.getContactTelephoneValueForUpdate(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactTelephoneValueModifier and TypeMethodDescriptionvoidContactControl.updateContactTelephoneFromValue(ContactTelephoneValue contactTelephoneValue, BasePK updatedBy) -
Uses of ContactTelephoneValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactTelephoneValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactTelephoneValueModifier and TypeMethodDescriptionvoidContactTelephone.setContactTelephoneValue(ContactTelephoneValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactTelephoneValueModifierConstructorDescriptionContactTelephone(ContactTelephoneValue value, EntityPermission entityPermission) Creates a new instance of ContactTelephone -
Uses of ContactTelephoneValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactTelephoneValueModifier and TypeMethodDescriptionContactTelephoneFactory.getValueFromPK(Session session, ContactTelephonePK pk) ContactTelephoneFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactTelephoneValueModifier and TypeMethodDescriptionContactTelephoneFactory.getValuesFromPKs(Session session, Collection<ContactTelephonePK> pks) ContactTelephoneFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactTelephoneValueModifier and TypeMethodDescriptionContactTelephoneFactory.getEntityFromValue(EntityPermission entityPermission, ContactTelephoneValue value) ContactTelephoneFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactTelephoneValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactTelephoneValueModifier and TypeMethodDescriptionvoidContactTelephoneFactory.create(Session session, Collection<ContactTelephoneValue> _values) voidContactTelephoneFactory.create(Collection<ContactTelephoneValue> _values) -
Uses of ContactTelephoneValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactTelephoneValue