Home | History | Annotate | Download | only in model

Lines Matching defs:getAccountType

123     public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet);
125 public final AccountType getAccountType(String accountType, String dataSet) {
126 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
130 return getAccountType(account.getAccountTypeWithDataSet());
618 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {