Uses of Class
com.echothree.model.data.contact.server.value.PartyContactMechanismAliasValue
Packages that use PartyContactMechanismAliasValue
Package
Description
-
Uses of PartyContactMechanismAliasValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismAliasValueModifier and TypeMethodDescriptionPartyContactMechanismAlias.getPartyContactMechanismAliasValue()
Methods in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismAliasValueModifier and TypeMethodDescriptionvoid
PartyContactMechanismAlias.setPartyContactMechanismAliasValue
(PartyContactMechanismAliasValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismAliasValueModifierConstructorDescriptionPartyContactMechanismAlias
(PartyContactMechanismAliasValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismAlias -
Uses of PartyContactMechanismAliasValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismAliasValueModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.getValueFromPK
(Session session, PartyContactMechanismAliasPK pk) PartyContactMechanismAliasFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismAliasValueModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.getValuesFromPKs
(Session session, Collection<PartyContactMechanismAliasPK> pks) PartyContactMechanismAliasFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismAliasValueModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.getEntityFromValue
(EntityPermission entityPermission, PartyContactMechanismAliasValue value) PartyContactMechanismAliasFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyContactMechanismAliasValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismAliasValueModifier and TypeMethodDescriptionvoid
PartyContactMechanismAliasFactory.create
(Session session, Collection<PartyContactMechanismAliasValue> _values) void
PartyContactMechanismAliasFactory.create
(Collection<PartyContactMechanismAliasValue> _values) -
Uses of PartyContactMechanismAliasValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismAliasValue