Uses of Class
com.echothree.model.data.contact.server.value.ContactMechanismDetailValue
Packages that use ContactMechanismDetailValue
Package
Description
-
Uses of ContactMechanismDetailValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactMechanismDetailValueModifier and TypeMethodDescriptionContactControl.getContactMechanismDetailValue(ContactMechanismDetail contactMechanismDetail) ContactControl.getContactMechanismDetailValueByNameForUpdate(String contactMechanismName) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactMechanismDetailValueModifier and TypeMethodDescriptionvoidContactControl.updateContactMechanismFromValue(ContactMechanismDetailValue contactMechanismDetailValue, BasePK updatedBy) -
Uses of ContactMechanismDetailValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismDetailValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismDetailValueModifier and TypeMethodDescriptionvoidContactMechanismDetail.setContactMechanismDetailValue(ContactMechanismDetailValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismDetailValueModifierConstructorDescriptionContactMechanismDetail(ContactMechanismDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactMechanismDetail -
Uses of ContactMechanismDetailValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismDetailValueModifier and TypeMethodDescriptionContactMechanismDetailFactory.getValueFromPK(Session session, ContactMechanismDetailPK pk) ContactMechanismDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismDetailValueModifier and TypeMethodDescriptionContactMechanismDetailFactory.getValuesFromPKs(Session session, Collection<ContactMechanismDetailPK> pks) ContactMechanismDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismDetailValueModifier and TypeMethodDescriptionContactMechanismDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContactMechanismDetailValue value) ContactMechanismDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactMechanismDetailValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismDetailValueModifier and TypeMethodDescriptionvoidContactMechanismDetailFactory.create(Session session, Collection<ContactMechanismDetailValue> _values) voidContactMechanismDetailFactory.create(Collection<ContactMechanismDetailValue> _values) -
Uses of ContactMechanismDetailValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismDetailValue