Searched defs:accountTypeWithDataSet (Results 1 – 5 of 5) sorted by relevance
57 public static int getAccountHashCode(String accountTypeWithDataSet, String accountName) { in getAccountHashCode()65 public static void appendToLookupKey(StringBuilder lookupKey, String accountTypeWithDataSet, in appendToLookupKey()
45 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType()
53 protected void appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, in appendLookupKey()
1546 protected void appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, in appendLookupKey()
123 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); in getAccountType()615 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType()675 AccountTypeWithDataSet accountTypeWithDataSet = account.getAccountTypeWithDataSet(); in findAllInvitableAccountTypes() local