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 TypeMethodDescriptionvoid
ContactMechanism.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
(Session session, ContactMechanismPK pk) ContactMechanismFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismValueModifier and TypeMethodDescriptionContactMechanismFactory.getValuesFromPKs
(Session session, Collection<ContactMechanismPK> pks) ContactMechanismFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismValueModifier and TypeMethodDescriptionContactMechanismFactory.getEntityFromValue
(EntityPermission entityPermission, ContactMechanismValue value) ContactMechanismFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactMechanismValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismValueModifier and TypeMethodDescriptionvoid
ContactMechanismFactory.create
(Session session, Collection<ContactMechanismValue> _values) void
ContactMechanismFactory.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