Uses of Class
com.echothree.model.data.party.server.value.PartyRelationshipValue
Packages that use PartyRelationshipValue
Package
Description
-
Uses of PartyRelationshipValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyRelationshipValueMethods in com.echothree.model.data.party.server.entity with parameters of type PartyRelationshipValueModifier and TypeMethodDescriptionvoid
PartyRelationship.setPartyRelationshipValue
(PartyRelationshipValue value) Constructors in com.echothree.model.data.party.server.entity with parameters of type PartyRelationshipValueModifierConstructorDescriptionPartyRelationship
(PartyRelationshipValue value, EntityPermission entityPermission) Creates a new instance of PartyRelationship -
Uses of PartyRelationshipValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyRelationshipValueModifier and TypeMethodDescriptionPartyRelationshipFactory.getValueFromPK
(Session session, PartyRelationshipPK pk) PartyRelationshipFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyRelationshipValueModifier and TypeMethodDescriptionPartyRelationshipFactory.getValuesFromPKs
(Session session, Collection<PartyRelationshipPK> pks) PartyRelationshipFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyRelationshipValueModifier and TypeMethodDescriptionPartyRelationshipFactory.getEntityFromValue
(EntityPermission entityPermission, PartyRelationshipValue value) PartyRelationshipFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyRelationshipValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyRelationshipValueModifier and TypeMethodDescriptionvoid
PartyRelationshipFactory.create
(Session session, Collection<PartyRelationshipValue> _values) void
PartyRelationshipFactory.create
(Collection<PartyRelationshipValue> _values) -
Uses of PartyRelationshipValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyRelationshipValue