Searched defs:accountTypeWithDataSet (Results 1 – 5 of 5) sorted by relevance
59 public static int getAccountHashCode(String accountTypeWithDataSet, String accountName) { in getAccountHashCode()67 public static void appendToLookupKey(StringBuilder lookupKey, String accountTypeWithDataSet, in appendToLookupKey()
46 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType()
53 protected void appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, in appendLookupKey()
1958 protected void appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, in appendLookupKey()
107 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); in getAccountType()612 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType()672 AccountTypeWithDataSet accountTypeWithDataSet = account.getAccountTypeWithDataSet(); in findAllInvitableAccountTypes() local