Package | Description |
---|---|
com.leonarduk.clearcheckbook | |
com.leonarduk.clearcheckbook.calls | |
com.leonarduk.clearcheckbook.dto | |
com.leonarduk.clearcheckbook.file |
Modifier and Type | Method and Description |
---|---|
List<ReminderDataType> |
ClearCheckBookHelper.getReminders() |
Modifier and Type | Method and Description |
---|---|
File |
ClearCheckBookHelper.exportReminders(String fileName,
List<ReminderDataType> reminders) |
Modifier and Type | Method and Description |
---|---|
ReminderDataType |
ReminderCall.get(ParsedNameValuePair id)
Returns information about a specific reminder.
|
Modifier and Type | Method and Description |
---|---|
List<ReminderDataType> |
ReminderCall.getAll()
Returns an array of reminders for the current user
Method: get Call: reminders |
Modifier and Type | Method and Description |
---|---|
boolean |
ReminderCall.edit(ReminderDataType dataType)
Edit a specific reminder for the current user.
|
String |
ReminderCall.insert(ReminderDataType input)
Inserts a reminder for the current user
Method: post Call: reminder |
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) |
Modifier and Type | Method and Description |
---|---|
List<ReminderDataType> |
ClearCheckBookFileHandler.importReminders(String fileName) |
Modifier and Type | Method and Description |
---|---|
File |
ClearCheckBookFileHandler.exportReminders(String fileName,
List<ReminderDataType> reminders) |
Copyright © 2014 Leonard UK Ltd. All rights reserved.