Package | Description |
---|---|
com.leonarduk.clearcheckbook | |
com.leonarduk.clearcheckbook.calls | |
com.leonarduk.clearcheckbook.dto | |
com.leonarduk.clearcheckbook.file |
Modifier and Type | Method and Description |
---|---|
List<AccountDataType> |
ClearCheckBookHelper.getAccounts()
fetch accounts from memory cache if fetched already.
|
Map<Long,AccountDataType> |
ClearCheckBookHelper.getAccountsMap()
fetch accounts from memory cache if fetched already.
|
List<AccountDataType> |
ClearCheckBookHelper.importAccounts(String fileName) |
Modifier and Type | Method and Description |
---|---|
List<TransactionDataType> |
ClearCheckBookHelper.getTransactions(AccountDataType account) |
Modifier and Type | Method and Description |
---|---|
File |
ClearCheckBookHelper.exportAccounts(String fileName,
List<AccountDataType> accounts) |
void |
ClearCheckBookHelper.processAccounts(List<AccountDataType> accounts) |
Modifier and Type | Method and Description |
---|---|
AccountDataType |
AccountCall.get(ParsedNameValuePair id)
Returns an array of information for a single account
Method: get Call: account |
Modifier and Type | Method and Description |
---|---|
List<AccountDataType> |
AccountCall.getAll()
Returns an array of all accounts and account balances for this user.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccountCall.edit(AccountDataType input)
Edit the details of an account
Method: put Call: account |
List<TransactionDataType> |
TransactionCall.getAll(AccountDataType account) |
String |
AccountCall.insert(AccountDataType input)
Adds an account to the site
Method: post Call: account |
String |
AccountCall.process(AccountDataType dataType) |
Modifier and Type | Method and Description |
---|---|
List<String> |
AccountCall.bulkProcess(List<AccountDataType> dataTypeList) |
Modifier and Type | Method and Description |
---|---|
static AccountDataType |
AccountDataType.create(String name,
AccountDataType.Type type_id,
double initial_balance) |
Modifier and Type | Method and Description |
---|---|
List<AccountDataType> |
ClearCheckBookFileHandler.importAccounts(String fileName) |
Modifier and Type | Method and Description |
---|---|
File |
ClearCheckBookFileHandler.exportAccounts(String fileName,
List<AccountDataType> accounts) |
Copyright © 2014 Leonard UK Ltd. All rights reserved.