Package org.apache.ofbiz.party.party
Class PartyRelationshipHelper
- java.lang.Object
-
- org.apache.ofbiz.party.party.PartyRelationshipHelper
-
public final class PartyRelationshipHelper extends java.lang.Object
PartyRelationshipHelper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<GenericValue>
getActivePartyRelationships(Delegator delegator, java.util.Map<java.lang.String,?> partyRelationshipValues)
Return A List of the active Party Relationships (ie with valid from and thru dates)
-
-
-
Method Detail
-
getActivePartyRelationships
public static java.util.List<GenericValue> getActivePartyRelationships(Delegator delegator, java.util.Map<java.lang.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
-
-