Uses of Class
com.echothree.model.data.contact.server.value.ContactMechanismPurposeValue
Packages that use ContactMechanismPurposeValue
Package
Description
-
Uses of ContactMechanismPurposeValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismPurposeValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismPurposeValueModifier and TypeMethodDescriptionvoidContactMechanismPurpose.setContactMechanismPurposeValue(ContactMechanismPurposeValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismPurposeValueModifierConstructorDescriptionContactMechanismPurpose(ContactMechanismPurposeValue value, EntityPermission entityPermission) Creates a new instance of ContactMechanismPurpose -
Uses of ContactMechanismPurposeValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismPurposeValueModifier and TypeMethodDescriptionContactMechanismPurposeFactory.getValueFromPK(Session session, ContactMechanismPurposePK pk) ContactMechanismPurposeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismPurposeValueModifier and TypeMethodDescriptionContactMechanismPurposeFactory.getValuesFromPKs(Session session, Collection<ContactMechanismPurposePK> pks) ContactMechanismPurposeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismPurposeValueModifier and TypeMethodDescriptionContactMechanismPurposeFactory.getEntityFromValue(EntityPermission entityPermission, ContactMechanismPurposeValue value) ContactMechanismPurposeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactMechanismPurposeValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismPurposeValueModifier and TypeMethodDescriptionvoidContactMechanismPurposeFactory.create(Session session, Collection<ContactMechanismPurposeValue> _values) voidContactMechanismPurposeFactory.create(Collection<ContactMechanismPurposeValue> _values) -
Uses of ContactMechanismPurposeValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismPurposeValue