| Package | Description |
|---|---|
| com.leonarduk.clearcheckbook | |
| com.leonarduk.clearcheckbook.calls | |
| com.leonarduk.clearcheckbook.dto | |
| com.leonarduk.clearcheckbook.file |
| Modifier and Type | Method and Description |
|---|---|
List<LimitDataType> |
ClearCheckBookHelper.getLimits() |
| Modifier and Type | Method and Description |
|---|---|
File |
ClearCheckBookHelper.exportLimits(String fileName,
List<LimitDataType> limits) |
| Modifier and Type | Method and Description |
|---|---|
LimitDataType |
LimitCall.get(ParsedNameValuePair id)
Returns information about a specific limit.
|
| Modifier and Type | Method and Description |
|---|---|
List<LimitDataType> |
LimitCall.getAll()
Returns an array of limits for the current user
Method: get Call: limits |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LimitCall.edit(LimitDataType dataType)
Edit a specific limit for the current user.
|
String |
LimitCall.insert(LimitDataType input)
Inserts a limit for the current user
Method: post Call: limit |
| Modifier and Type | Method and Description |
|---|---|
static LimitDataType |
LimitDataType.create(long accountId,
long categoryId,
int amount,
LimitDataType.Duration duration,
int reset_day,
String start_date,
boolean rollover,
boolean transfer,
boolean deposit) |
| Modifier and Type | Method and Description |
|---|---|
List<LimitDataType> |
ClearCheckBookFileHandler.importLimits(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
File |
ClearCheckBookFileHandler.exportLimits(String fileName,
List<LimitDataType> limits) |
Copyright © 2014 Leonard UK Ltd. All rights reserved.