Package org.apache.ofbiz.party.party
Class PartyRelationshipHelper
java.lang.Object
org.apache.ofbiz.party.party.PartyRelationshipHelper
PartyRelationshipHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<GenericValue>
getActivePartyRelationships
(Delegator delegator, Map<String, ?> partyRelationshipValues) Return A List of the active Party Relationships (ie with valid from and thru dates)
-
Method Details
-
getActivePartyRelationships
public static List<GenericValue> getActivePartyRelationships(Delegator delegator, Map<String, ?> partyRelationshipValues) Return A List of the active Party Relationships (ie with valid from and thru dates)- Parameters:
delegator
- needed DelegatorpartyRelationshipValues
- Map containing the input parameters (primaries keys + partyRelationshipTypeId)- Returns:
- List of the active Party Relationships
-