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()
45 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType()
53 protected void appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, in appendLookupKey()
2007 protected void appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, in appendLookupKey()
122 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); in getAccountType()616 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType()676 AccountTypeWithDataSet accountTypeWithDataSet = account.getAccountTypeWithDataSet(); in findAllInvitableAccountTypes() local