Uses of Class
com.echothree.model.data.contact.server.value.PartyContactMechanismPurposeValue
Packages that use PartyContactMechanismPurposeValue
Package
Description
-
Uses of PartyContactMechanismPurposeValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismPurposeValueModifier and TypeMethodDescriptionPartyContactMechanismPurpose.getPartyContactMechanismPurposeValue()
Methods in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismPurposeValueModifier and TypeMethodDescriptionvoid
PartyContactMechanismPurpose.setPartyContactMechanismPurposeValue
(PartyContactMechanismPurposeValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismPurposeValueModifierConstructorDescriptionPartyContactMechanismPurpose
(PartyContactMechanismPurposeValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismPurpose -
Uses of PartyContactMechanismPurposeValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismPurposeValueModifier and TypeMethodDescriptionPartyContactMechanismPurposeFactory.getValueFromPK
(Session session, PartyContactMechanismPurposePK pk) PartyContactMechanismPurposeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismPurposeValueModifier and TypeMethodDescriptionPartyContactMechanismPurposeFactory.getValuesFromPKs
(Session session, Collection<PartyContactMechanismPurposePK> pks) PartyContactMechanismPurposeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismPurposeValueModifier and TypeMethodDescriptionPartyContactMechanismPurposeFactory.getEntityFromValue
(EntityPermission entityPermission, PartyContactMechanismPurposeValue value) PartyContactMechanismPurposeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyContactMechanismPurposeValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismPurposeValueModifier and TypeMethodDescriptionvoid
PartyContactMechanismPurposeFactory.create
(Session session, Collection<PartyContactMechanismPurposeValue> _values) void
PartyContactMechanismPurposeFactory.create
(Collection<PartyContactMechanismPurposeValue> _values) -
Uses of PartyContactMechanismPurposeValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismPurposeValue