Class B2BRegistrationTestsUtil

java.lang.Object
de.hybris.platform.b2b.util.B2BRegistrationTestsUtil

public class B2BRegistrationTestsUtil extends Object
  • Constructor Details

    • B2BRegistrationTestsUtil

      public B2BRegistrationTestsUtil()
  • Method Details

    • impexFileToString

      public static String impexFileToString(String file) throws Exception
      Throws:
      Exception
    • getEmployeesUidsFromImpex

      public static List<String> getEmployeesUidsFromImpex(String impexContent, String userGroup, int uidIndex, int userGroupIndex)
    • employeesToUids

      public static List<String> employeesToUids(List<EmployeeModel> employees)
    • getUserGroupsFromImpex

      public static List<String> getUserGroupsFromImpex(String impexContent, int uidIndex)
    • getEmailsFromImpex

      public static List<String> getEmailsFromImpex(String impexContent, List<String> listUids, int isContactAddressIndex, int uidIndex, int emailIndex, boolean isContactAddress)
    • compareLists

      public static boolean compareLists(List<String> listA, List<String> listB)