Uses of Class
com.echothree.model.data.contact.server.value.ContactMechanismValue
Packages that use ContactMechanismValue
Package
Description
-
Uses of ContactMechanismValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismValueModifier and TypeMethodDescriptionvoidContactMechanism.setContactMechanismValue(ContactMechanismValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismValueModifierConstructorDescriptionContactMechanism(ContactMechanismValue value, EntityPermission entityPermission) Creates a new instance of ContactMechanism -
Uses of ContactMechanismValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismValueModifier and TypeMethodDescriptionContactMechanismFactory.getValueFromPK(ContactMechanismPK pk) ContactMechanismFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismValueModifier and TypeMethodDescriptionContactMechanismFactory.getValuesFromPKs(Collection<ContactMechanismPK> pks) ContactMechanismFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismValueModifier and TypeMethodDescriptionContactMechanismFactory.getEntityFromValue(EntityPermission entityPermission, ContactMechanismValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismValueModifier and TypeMethodDescriptionvoidContactMechanismFactory.create(Collection<ContactMechanismValue> _values) -
Uses of ContactMechanismValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismValue