Package | Description |
---|---|
com.leonarduk.clearcheckbook | |
com.leonarduk.clearcheckbook.calls | |
com.leonarduk.clearcheckbook.dto |
Modifier and Type | Method and Description |
---|---|
String |
ClearCheckBookConnection.deletePage(String url,
ParsedNameValuePair... parameters) |
String |
ClearCheckBookConnection.getPage(String url,
ParsedNameValuePair... parameters) |
String |
ClearCheckBookConnection.postPage(String url,
ParsedNameValuePair... parameters) |
String |
ClearCheckBookConnection.putPage(String url,
ParsedNameValuePair... parameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
AccountCall.delete(ParsedNameValuePair idParameter)
Deletes a specific account
Method: delete Call: account |
boolean |
TransactionCall.delete(ParsedNameValuePair input)
Delete a specific transaction for the current user.
|
boolean |
ReminderCall.delete(ParsedNameValuePair input)
Delete a single occurrence of a reminder for the current user.
|
protected boolean |
AbstractCall.delete(ParsedNameValuePair id) |
boolean |
CategoryCall.delete(ParsedNameValuePair id)
Deletes a specific category for the current user
Method: delete Call: category |
boolean |
LimitCall.delete(ParsedNameValuePair input)
Delete a specific limit for the current user.
|
boolean |
ReminderCall.deleteAll(ParsedNameValuePair id)
Delete all occurrences of a reminder for the current user.
|
boolean |
TransactionCall.editJive(ParsedNameValuePair id,
boolean jiveStatus)
Jive or Un-jive a specific transaction for the current user.
|
AccountDataType |
AccountCall.get(ParsedNameValuePair id)
Returns an array of information for a single account
Method: get Call: account |
TransactionDataType |
TransactionCall.get(ParsedNameValuePair id)
Returns information about a specific transaction.
|
ReminderDataType |
ReminderCall.get(ParsedNameValuePair id)
Returns information about a specific reminder.
|
protected T |
AbstractCall.get(ParsedNameValuePair id)
Calls the "get" method from the API that brings back the item by id
|
LimitDataType |
LimitCall.get(ParsedNameValuePair id)
Returns information about a specific limit.
|
protected List<T> |
AbstractCall.getAll(ParsedNameValuePair... parameters)
Calls the "get" method from the API that brings back all the values
|
Modifier and Type | Method and Description |
---|---|
ParsedNameValuePair[] |
AbstractDataType.getEditParameters() |
ParsedNameValuePair |
ReminderDataType.getIdParameter()
since the getall method uses reminder_id not id, need to fix the data
|
ParsedNameValuePair |
AbstractDataType.getIdParameter() |
static ParsedNameValuePair |
AbstractDataType.getIdParameter(long id)
Helper method for use in get method.
|
ParsedNameValuePair[] |
AbstractDataType.getInsertParameters() |
static ParsedNameValuePair |
AbstractDataType.getLimitParameter(int limit) |
protected ParsedNameValuePair |
AbstractDataType.getNameValuePair(Enum<?> field) |
static ParsedNameValuePair |
AbstractDataType.getPageParameter(int page) |
Copyright © 2014 Leonard UK Ltd. All rights reserved.