Home | History | Annotate | Download | only in model

Lines Matching refs:getAccountType

122     public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet);
124 public final AccountType getAccountType(String accountType, String dataSet) {
125 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
129 return getAccountType(account.getAccountTypeWithDataSet());
616 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {