Uses of Class
com.echothree.model.data.contact.server.value.ContactMechanismAliasValue
Packages that use ContactMechanismAliasValue
Package
Description
-
Uses of ContactMechanismAliasValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismAliasValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismAliasValueModifier and TypeMethodDescriptionvoid
ContactMechanismAlias.setContactMechanismAliasValue
(ContactMechanismAliasValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismAliasValueModifierConstructorDescriptionContactMechanismAlias
(ContactMechanismAliasValue value, EntityPermission entityPermission) Creates a new instance of ContactMechanismAlias -
Uses of ContactMechanismAliasValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismAliasValueModifier and TypeMethodDescriptionContactMechanismAliasFactory.getValueFromPK
(Session session, ContactMechanismAliasPK pk) ContactMechanismAliasFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismAliasValueModifier and TypeMethodDescriptionContactMechanismAliasFactory.getValuesFromPKs
(Session session, Collection<ContactMechanismAliasPK> pks) ContactMechanismAliasFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismAliasValueModifier and TypeMethodDescriptionContactMechanismAliasFactory.getEntityFromValue
(EntityPermission entityPermission, ContactMechanismAliasValue value) ContactMechanismAliasFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactMechanismAliasValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismAliasValueModifier and TypeMethodDescriptionvoid
ContactMechanismAliasFactory.create
(Session session, Collection<ContactMechanismAliasValue> _values) void
ContactMechanismAliasFactory.create
(Collection<ContactMechanismAliasValue> _values) -
Uses of ContactMechanismAliasValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismAliasValue