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 TypeMethodDescriptionvoidPartyRelationship.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(PartyRelationshipPK pk) PartyRelationshipFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyRelationshipValueModifier and TypeMethodDescriptionPartyRelationshipFactory.getValuesFromPKs(Collection<PartyRelationshipPK> pks) PartyRelationshipFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyRelationshipValueModifier and TypeMethodDescriptionPartyRelationshipFactory.getEntityFromValue(EntityPermission entityPermission, PartyRelationshipValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyRelationshipValueModifier and TypeMethodDescriptionvoidPartyRelationshipFactory.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