findHierarchicalCustomer(long, Address, Identification, boolean, Long, String, Integer, Integer, Integer, int, String) method

Find customers considering the hierarchy the customers are in.

Syntax

Map< Customer, Integer > findHierarchicalCustomer ( long callingAgentId , Address address , Identification identification , boolean anyIdOrgUnit , Long blacklistReason , String displayName , Integer customerType , Integer minHierarchyLevel , Integer maxHierarchyLevel , int maxRecords , String orgUnit )

Parameters

Returns

A map containing Customers (Key) with the corresponding hierarchylevel(Value)

Usage

If the min or max HierarchyLevel are to be ignored set the corresponding value to null.

A map containing Customers (Key) with the corresponding hierarchylevel(Value)