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(ContactMechanismPurposePK pk) ContactMechanismPurposeFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismPurposeValueModifier and TypeMethodDescriptionContactMechanismPurposeFactory.getValuesFromPKs(Collection<ContactMechanismPurposePK> pks) ContactMechanismPurposeFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismPurposeValueModifier and TypeMethodDescriptionContactMechanismPurposeFactory.getEntityFromValue(EntityPermission entityPermission, ContactMechanismPurposeValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismPurposeValueModifier and TypeMethodDescriptionvoidContactMechanismPurposeFactory.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