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

Yet another findHierarchicalCustomer method, but additionaly to findHierarchicalCustomer includes the customers identifications in the result list.

Syntax

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

Usage

So the returned list contains entries of Object[] with the following information:

  • element 0: the Customer object
  • element 1: a List<Identification> object
  • element 2: an Integer object representing the hierarchy level)

see

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