Uses of Class
com.echothree.model.data.contact.server.value.PartyContactMechanismRelationshipValue
Packages that use PartyContactMechanismRelationshipValue
Package
Description
-
Uses of PartyContactMechanismRelationshipValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismRelationshipValueModifier and TypeMethodDescriptionPartyContactMechanismRelationship.getPartyContactMechanismRelationshipValue()
Methods in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismRelationshipValueModifier and TypeMethodDescriptionvoid
PartyContactMechanismRelationship.setPartyContactMechanismRelationshipValue
(PartyContactMechanismRelationshipValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismRelationshipValueModifierConstructorDescriptionPartyContactMechanismRelationship
(PartyContactMechanismRelationshipValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismRelationship -
Uses of PartyContactMechanismRelationshipValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismRelationshipValueModifier and TypeMethodDescriptionPartyContactMechanismRelationshipFactory.getValueFromPK
(Session session, PartyContactMechanismRelationshipPK pk) PartyContactMechanismRelationshipFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismRelationshipValueModifier and TypeMethodDescriptionPartyContactMechanismRelationshipFactory.getValuesFromPKs
(Session session, Collection<PartyContactMechanismRelationshipPK> pks) PartyContactMechanismRelationshipFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismRelationshipValueModifier and TypeMethodDescriptionPartyContactMechanismRelationshipFactory.getEntityFromValue
(EntityPermission entityPermission, PartyContactMechanismRelationshipValue value) PartyContactMechanismRelationshipFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyContactMechanismRelationshipValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismRelationshipValueModifier and TypeMethodDescriptionvoid
PartyContactMechanismRelationshipFactory.create
(Session session, Collection<PartyContactMechanismRelationshipValue> _values) void
PartyContactMechanismRelationshipFactory.create
(Collection<PartyContactMechanismRelationshipValue> _values) -
Uses of PartyContactMechanismRelationshipValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismRelationshipValue