Package | Description |
---|---|
com.leonarduk.clearcheckbook | |
com.leonarduk.clearcheckbook.calls | |
com.leonarduk.clearcheckbook.dto | |
com.leonarduk.clearcheckbook.file |
Modifier and Type | Method and Description |
---|---|
protected List<TransactionDataType> |
ClearCheckBookHelper.getChangesOnly(List<TransactionDataType> modified,
List<TransactionDataType> original) |
List<TransactionDataType> |
ClearCheckBookHelper.getTransactions() |
List<TransactionDataType> |
ClearCheckBookHelper.getTransactions(AccountDataType account) |
List<TransactionDataType> |
ClearCheckBookHelper.importTransactions(String transactionsFileName,
FilePreProcessor preprocessor) |
Modifier and Type | Method and Description |
---|---|
TransactionDataType |
TransactionCall.get(ParsedNameValuePair id)
Returns information about a specific transaction.
|
Modifier and Type | Method and Description |
---|---|
List<TransactionDataType> |
TransactionCall.getAll()
Returns an array of transactions for the current user
Method: get Call: transactions |
List<TransactionDataType> |
TransactionCall.getAll(AccountDataType account) |
List<TransactionDataType> |
TransactionCall.getAll(int page,
int limit) |
List<TransactionDataType> |
TransactionCall.getAll(long accountId) |
List<TransactionDataType> |
TransactionCall.getAll(long accountId,
int page,
int limit) |
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionCall.edit(TransactionDataType input)
Edit a specific transaction for the current user.
|
String |
TransactionCall.insert(TransactionDataType input)
Inserts a transaction for the current user
Method: post Call: transaction |
String |
TransactionCall.process(TransactionDataType dataType) |
Modifier and Type | Method and Description |
---|---|
List<String> |
TransactionCall.bulkProcess(List<TransactionDataType> dataTypeList) |
Modifier and Type | Method and Description |
---|---|
static TransactionDataType |
TransactionDataType.create(Long id,
String date,
double amount,
long accountId,
long categoryId,
String description,
boolean jive,
long fromAccountId,
long toAccountId,
String checkNum,
String memo,
String payee)
Version with id field.
|
static TransactionDataType |
TransactionDataType.create(String date,
Double amount,
Long accountId,
Long categoryId,
String description,
Boolean jive,
Long fromAccountId,
Long toAccountId,
String checkNum,
String memo,
String payee) |
TransactionDataType |
ReminderDataType.getTransactionDataType()
Converts all the "trans_" fields to a TransactionDataType object
|
Modifier and Type | Method and Description |
---|---|
static ReminderDataType |
ReminderDataType.create(String title,
Boolean email,
Integer emailDays,
Integer start_year,
String start_month,
String start_day,
Integer end_year,
Integer end_month,
Integer end_day,
Boolean occur_once,
Boolean occur_repeating,
Boolean occur_floating,
Integer repeat_every,
Integer repeat_evey_num,
Integer float_every_num,
Integer float_every,
TransactionDataType transactionDataType) |
void |
ReminderDataType.setTransactionDataType(TransactionDataType transactionDataType)
Converts the
TransactionDataType object into the fields expected,
ie the ones starting "trans_". |
Constructor and Description |
---|
TransactionDataType(TransactionDataType original) |
Modifier and Type | Method and Description |
---|---|
List<TransactionDataType> |
ClearCheckBookFileHandler.importTransactions(String fileName,
FilePreProcessor processor) |
Modifier and Type | Method and Description |
---|---|
File |
ClearCheckBookFileHandler.exportTransactions(String fileName,
List<TransactionDataType> transactions) |
Copyright © 2014 Leonard UK Ltd. All rights reserved.