A B C D E F G H I L M N P R S T U V 

A

AbstractCall<T extends AbstractDataType<?>> - Class in com.leonarduk.clearcheckbook.calls
Abstract template class to hold the main processing shared by the API calls.
AbstractCall(ClearCheckBookConnection, Class<T>) - Constructor for class com.leonarduk.clearcheckbook.calls.AbstractCall
 
AbstractDataType<U extends AbstractDataType<?>> - Class in com.leonarduk.clearcheckbook.dto
 
AbstractDataType() - Constructor for class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
AbstractDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
AbstractDataType(U) - Constructor for class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
AbstractDataType.ControlField - Enum in com.leonarduk.clearcheckbook.dto
 
account() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
AccountCall - Class in com.leonarduk.clearcheckbook.calls
 
AccountCall(ClearCheckBookConnection) - Constructor for class com.leonarduk.clearcheckbook.calls.AccountCall
 
AccountDataType - Class in com.leonarduk.clearcheckbook.dto
 
AccountDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.AccountDataType
 
AccountDataType.Fields - Enum in com.leonarduk.clearcheckbook.dto
 
AccountDataType.Type - Enum in com.leonarduk.clearcheckbook.dto
 
addField(Enum<?>, String) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
AMEXFilePreprocessor - Class in com.leonarduk.clearcheckbook.file
 
AMEXFilePreprocessor() - Constructor for class com.leonarduk.clearcheckbook.file.AMEXFilePreprocessor
 
AMEXFilePreprocessor(long) - Constructor for class com.leonarduk.clearcheckbook.file.AMEXFilePreprocessor
 

B

baseurl - Variable in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
bulkProcess(List<T>) - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
Helper wrapper function to iterate over a list of items to insert/edit/delete calling the relevant method on each.
bulkProcess(List<AccountDataType>) - Method in class com.leonarduk.clearcheckbook.calls.AccountCall
 
bulkProcess(List<T>) - Method in interface com.leonarduk.clearcheckbook.calls.BulkProcessable
bulkProcess(List<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
 
BulkProcessable<T extends AbstractDataType<?>> - Interface in com.leonarduk.clearcheckbook.calls
 

C

category() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
CategoryCall - Class in com.leonarduk.clearcheckbook.calls
 
CategoryCall(ClearCheckBookConnection) - Constructor for class com.leonarduk.clearcheckbook.calls.CategoryCall
 
CategoryDataType - Class in com.leonarduk.clearcheckbook.dto
 
CategoryDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
CategoryDataType.Fields - Enum in com.leonarduk.clearcheckbook.dto
 
CheckSites - Class in com.leonarduk.utils
Ping N web sites in parallel.
CheckSites() - Constructor for class com.leonarduk.utils.CheckSites
 
ClearCheckBookCLI - Class in com.leonarduk.clearcheckbook
A simple Command line Interface to use the API.
ClearCheckBookCLI(String, String, int) - Constructor for class com.leonarduk.clearcheckbook.ClearCheckBookCLI
 
ClearCheckBookConnection - Class in com.leonarduk.clearcheckbook
 
ClearCheckBookConnection(String, String) - Constructor for class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
ClearCheckBookDataTypeConsumer<T extends AbstractDataType<?>> - Class in com.leonarduk.clearcheckbook.processor.parallel
 
ClearCheckBookDataTypeConsumer(BlockingQueue<T>, BulkProcessable<T>, List<String>) - Constructor for class com.leonarduk.clearcheckbook.processor.parallel.ClearCheckBookDataTypeConsumer
 
ClearCheckBookDataTypeParallelProcessor<T extends AbstractDataType<?>> - Class in com.leonarduk.clearcheckbook.processor.parallel
This co-ordinates the splitting of a set of requests to the Clearcheckbook website into individual messages and farming to consumers
ClearCheckBookDataTypeParallelProcessor(BulkProcessable<T>, int, int) - Constructor for class com.leonarduk.clearcheckbook.processor.parallel.ClearCheckBookDataTypeParallelProcessor
 
ClearCheckBookDataTypeProducer<T extends AbstractDataType<?>> - Class in com.leonarduk.clearcheckbook.processor.parallel
 
ClearCheckBookDataTypeProducer(BlockingQueue<T>, List<T>) - Constructor for class com.leonarduk.clearcheckbook.processor.parallel.ClearCheckBookDataTypeProducer
 
ClearcheckbookException - Exception in com.leonarduk.clearcheckbook
 
ClearcheckbookException(String) - Constructor for exception com.leonarduk.clearcheckbook.ClearcheckbookException
 
ClearcheckbookException(String, Throwable) - Constructor for exception com.leonarduk.clearcheckbook.ClearcheckbookException
 
ClearCheckBookFileHandler - Class in com.leonarduk.clearcheckbook.file
 
ClearCheckBookFileHandler() - Constructor for class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
ClearCheckBookHelper - Class in com.leonarduk.clearcheckbook
A class to hold helper methods around the API.
ClearCheckBookHelper(String, String, int) - Constructor for class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
ClearCheckBookTaskProcessor<T extends AbstractDataType<?>> - Interface in com.leonarduk.clearcheckbook.processor
 
ClearCheckBookTaskSerialProcessor<T extends AbstractDataType<?>> - Class in com.leonarduk.clearcheckbook.processor
 
ClearCheckBookTaskSerialProcessor(BulkProcessable<T>) - Constructor for class com.leonarduk.clearcheckbook.processor.ClearCheckBookTaskSerialProcessor
 
com.leonarduk.clearcheckbook - package com.leonarduk.clearcheckbook
 
com.leonarduk.clearcheckbook.calls - package com.leonarduk.clearcheckbook.calls
 
com.leonarduk.clearcheckbook.dto - package com.leonarduk.clearcheckbook.dto
 
com.leonarduk.clearcheckbook.file - package com.leonarduk.clearcheckbook.file
 
com.leonarduk.clearcheckbook.processor - package com.leonarduk.clearcheckbook.processor
 
com.leonarduk.clearcheckbook.processor.parallel - package com.leonarduk.clearcheckbook.processor.parallel
 
com.leonarduk.utils - package com.leonarduk.utils
 
Config - Class in com.leonarduk.utils
 
Config() - Constructor for class com.leonarduk.utils.Config
 
create(String, AccountDataType.Type, double) - Static method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
create(String, Long) - Static method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
create(Long, String, Long) - Static method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
create(long, long, int, LimitDataType.Duration, int, String, boolean, boolean, boolean) - Static method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
create(String, Boolean, Integer, Integer, String, String, Integer, Integer, Integer, Boolean, Boolean, Boolean, Integer, Integer, Integer, Integer, TransactionDataType) - Static method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
create(Long, String, double, long, long, String, boolean, long, long, String, String, String) - Static method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
Version with id field.
create(String, Double, Long, Long, String, Boolean, Long, Long, String, String, String) - Static method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
create(String, String, String) - Static method in class com.leonarduk.clearcheckbook.dto.UserDataType
 
create(String, String, String, String) - Static method in class com.leonarduk.clearcheckbook.dto.UserDataType
Create user passing the optional application parameter.

D

DateUtils - Class in com.leonarduk.utils
 
DateUtils() - Constructor for class com.leonarduk.utils.DateUtils
 
delete(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
 
delete(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.AccountCall
Deletes a specific account
Method: delete
Call: account
delete(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.CategoryCall
Deletes a specific category for the current user
Method: delete
Call: category
delete(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.LimitCall
Delete a specific limit for the current user.
delete(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.ReminderCall
Delete a single occurrence of a reminder for the current user.
delete(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
Delete a specific transaction for the current user.
deleteAll(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.ReminderCall
Delete all occurrences of a reminder for the current user.
deletePage(String, ParsedNameValuePair...) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 

E

edit(T) - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
 
edit(AccountDataType) - Method in class com.leonarduk.clearcheckbook.calls.AccountCall
Edit the details of an account
Method: put
Call: account
edit(CategoryDataType) - Method in class com.leonarduk.clearcheckbook.calls.CategoryCall
Edit a specific category for the current user.
edit(LimitDataType) - Method in class com.leonarduk.clearcheckbook.calls.LimitCall
Edit a specific limit for the current user.
edit(ReminderDataType) - Method in class com.leonarduk.clearcheckbook.calls.ReminderCall
Edit a specific reminder for the current user.
edit(TransactionDataType) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
Edit a specific transaction for the current user.
editJive(ParsedNameValuePair, boolean) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
Jive or Un-jive a specific transaction for the current user.
equals(Object) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
exportAccounts(String, List<AccountDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
exportAccounts(String, List<AccountDataType>) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
exportCategories(String, List<CategoryDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
exportCategories(String, List<CategoryDataType>) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
exportLimits(String, List<LimitDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
exportLimits(String, List<LimitDataType>) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
exportReminders(String, List<ReminderDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
exportReminders(String, List<ReminderDataType>) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
exportTransactions(String, List<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
exportTransactions(String, List<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 

F

FilePreProcessor - Interface in com.leonarduk.clearcheckbook.file
 
formatMoney(Double) - Static method in class com.leonarduk.utils.NumberUtils
Formats to 2 decimal places/
fromOrdinal(int) - Static method in enum com.leonarduk.clearcheckbook.dto.AccountDataType.Type
 
fromOrdinal(int) - Static method in enum com.leonarduk.clearcheckbook.dto.LimitDataType.Duration
 
fromOrdinal(int) - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.Type
 
fromString(String) - Static method in enum com.leonarduk.clearcheckbook.dto.AccountDataType.Type
 
fromString(String) - Static method in enum com.leonarduk.clearcheckbook.dto.LimitDataType.Duration
 
fromString(String) - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.Type
 

G

get(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
Calls the "get" method from the API that brings back the item by id
get() - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
 
get(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.AccountCall
Returns an array of information for a single account
Method: get
Call: account
get(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.LimitCall
Returns information about a specific limit.
get() - Method in class com.leonarduk.clearcheckbook.calls.PremiumCall
Determines whether or not this user is a premium member.
get(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.ReminderCall
Returns information about a specific reminder.
get(ParsedNameValuePair) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
Returns information about a specific transaction.
get() - Method in class com.leonarduk.clearcheckbook.calls.UserCall
Gets the details for the current user.
getAccountId() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getAccountId() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getAccountId(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
getAccounts() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
fetch accounts from memory cache if fetched already.
getAccountsMap() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
fetch accounts from memory cache if fetched already.
getAll() - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
Calls the "get" method from the API that brings back all the values
getAll(ParsedNameValuePair...) - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
Calls the "get" method from the API that brings back all the values
getAll() - Method in class com.leonarduk.clearcheckbook.calls.AccountCall
Returns an array of all accounts and account balances for this user.
getAll() - Method in class com.leonarduk.clearcheckbook.calls.CategoryCall
Gets all of the current users categories
Method: get
Call: categories
getAll() - Method in class com.leonarduk.clearcheckbook.calls.LimitCall
Returns an array of limits for the current user
Method: get
Call: limits
getAll() - Method in class com.leonarduk.clearcheckbook.calls.ReminderCall
Returns an array of reminders for the current user
Method: get
Call: reminders
getAll(ReportDataType.Type, int, String, int, int) - Method in class com.leonarduk.clearcheckbook.calls.ReportCall
Returns an array of images containing reports for the current user
Method: get
Call: reports
getAll(ReportDataType.Type, int) - Method in class com.leonarduk.clearcheckbook.calls.ReportCall
 
getAll(ReportDataType.Type) - Method in class com.leonarduk.clearcheckbook.calls.ReportCall
Brings back a list of links to graphs in google graph
getAll() - Method in class com.leonarduk.clearcheckbook.calls.ReportCall
 
getAll() - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
Returns an array of transactions for the current user
Method: get
Call: transactions
getAll(long) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
 
getAll(AccountDataType) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
 
getAll(long, int, int) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
 
getAll(int, int) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
 
getAmount() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getAmount() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getAmount(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.AMEXFilePreprocessor
 
getAmount(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.NationwideFilePreprocessor
 
getAmount(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
getApplication() - Method in class com.leonarduk.clearcheckbook.dto.UserDataType
 
getBaseurl() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
getBooleanValue(Enum<?>) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getCategories() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
getCategoryId() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getCategoryId() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getChangesOnly(List<TransactionDataType>, List<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
getCheckNum() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getCheckNum(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.NationwideFilePreprocessor
 
getCheckNum(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
getConfigLocation() - Method in class com.leonarduk.utils.Config
Helper method to show where the config file is stored.
getConnection() - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
 
getCurrentBalance() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
Extension of the API to take the deposit - withdrawal values to give balance.
getDate() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getDate(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.AMEXFilePreprocessor
 
getDate(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.NationwideFilePreprocessor
 
getDate(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
getDate(String, String) - Static method in class com.leonarduk.utils.DateUtils
 
getDeposit() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
getDeposit() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getDescription() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getDesription(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.NationwideFilePreprocessor
 
getDesription(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
getDouble(String) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
Helper function to remove all but numbers and periods
getDoubleValue(Enum<?>) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getDuration() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getDurationName() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getEditFields() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getEditFields() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
getEditFields() - Method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
getEditFields() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getEditFields() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getEditFields() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getEditParameters() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getEmail() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getEmail() - Method in class com.leonarduk.clearcheckbook.dto.UserDataType
 
getEmailDays() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getEnd_date() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getEnd_date() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getEnd_day() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getEnd_month() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getEnd_year() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.PremiumDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.ReportDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getFields() - Method in class com.leonarduk.clearcheckbook.dto.UserDataType
 
getFieldsMap() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getFieldsToIgnoreInEqualsMethod() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getFieldsToIgnoreInEqualsMethod() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
There are some issues with Reminder data: reminder_id is used instead of id in get all.
getFileFields() - Static method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getFloat_every() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getFloat_every_num() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getFormattedDate(String, Date) - Static method in class com.leonarduk.utils.DateUtils
 
getFormattedDate(String) - Static method in class com.leonarduk.utils.DateUtils
 
getFormById(HtmlPage, String) - Static method in class com.leonarduk.utils.HtmlUnitUtils
 
getFromAccountId() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getId() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getId() - Method in class com.leonarduk.clearcheckbook.processor.parallel.ClearCheckBookDataTypeConsumer
 
getIdParameter(long) - Static method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
Helper method for use in get method.
getIdParameter() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getIdParameter() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
since the getall method uses reminder_id not id, need to fix the data
getInsertFields() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getInsertFields() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
getInsertFields() - Method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
getInsertFields() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getInsertFields() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getInsertFields() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getInsertFields() - Method in class com.leonarduk.clearcheckbook.dto.UserDataType
 
getInsertParameters() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getIntegerValue(Enum<?>) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getJive() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getJiveDeposit() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
getJiveWithdrawal() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
getLabel() - Method in class com.leonarduk.clearcheckbook.dto.ReportDataType
 
getLimitParameter(int) - Static method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getLimits() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
getLongValue(Enum<?>) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getMandatoryPropertyValue(String) - Method in class com.leonarduk.utils.Config
Looks for value of the named parameter, using command line parameters in preference to those in the config if they exist.
getMemo() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getMemo(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.NationwideFilePreprocessor
 
getMemo(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
getName() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
getName() - Method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
getNameValuePair(Enum<?>) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getNonNullValue(Enum<?>) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getNowyyyyMMddHHmm() - Static method in class com.leonarduk.utils.DateUtils
 
getNowyyyyMMddHHmmss() - Static method in class com.leonarduk.utils.DateUtils
 
getOccur_floating() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getOccur_once() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getOccur_repeating() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getOptionalPropertyValue(String) - Method in class com.leonarduk.utils.Config
Parameters passed on the command line over-ride values from file
getPage(String, ParsedNameValuePair...) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
getPage(String, HttpMethod, String, String, NameValuePair...) - Static method in class com.leonarduk.utils.HtmlUnitUtils
 
getPage(String, HttpMethod, NameValuePair...) - Static method in class com.leonarduk.utils.HtmlUnitUtils
 
getPageParameter(int) - Static method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getPageText(String, String, NameValuePair...) - Static method in class com.leonarduk.utils.HtmlUnitUtils
 
getPageText(String, String, String, String, NameValuePair...) - Static method in class com.leonarduk.utils.HtmlUnitUtils
 
getParent() - Method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
getPassword() - Method in class com.leonarduk.clearcheckbook.dto.UserDataType
 
getPayee() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getPayee(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.AMEXFilePreprocessor
 
getPayee(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.NationwideFilePreprocessor
 
getPayee(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
getPluralUrl() - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
 
getPluralUrl() - Method in class com.leonarduk.clearcheckbook.calls.CategoryCall
 
getPropertyDoubleValue(String) - Method in class com.leonarduk.utils.Config
 
getPropertyIntegerValue(String) - Method in class com.leonarduk.utils.Config
 
getPropertyLongValue(String) - Method in class com.leonarduk.utils.Config
 
getReminders() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
getRepeat_every() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getRepeat_evey_num() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getReset_day() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getRollover() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getRowsToSkip() - Method in interface com.leonarduk.clearcheckbook.file.FilePreProcessor
 
getRowsToSkip() - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
getStart_date() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getStart_date() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getStart_day() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getStart_month() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getStart_year() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getTitle() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
getToAccount() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getTodaysDateyyyyMMdd() - Static method in class com.leonarduk.utils.DateUtils
 
getTransactionDataType() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
Converts all the "trans_" fields to a TransactionDataType object
getTransactions() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
getTransactions(AccountDataType) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
getTransactionType() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getTransfer() - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
getTypeId() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
getUrl() - Method in class com.leonarduk.clearcheckbook.dto.ReportDataType
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.AccountCall
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.CategoryCall
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.LimitCall
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.PremiumCall
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.ReminderCall
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.ReportCall
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
 
getUrlSuffix() - Method in class com.leonarduk.clearcheckbook.calls.UserCall
 
getUserName() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
getUsername() - Method in class com.leonarduk.clearcheckbook.dto.UserDataType
 
getValue(Enum<?>) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getValue(String) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getValue() - Method in class com.leonarduk.clearcheckbook.dto.ParsedNameValuePair
 
getValues() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
getValues() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
getWithdrawal() - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 

H

hasCheck_num() - Method in class com.leonarduk.clearcheckbook.dto.PremiumDataType
 
hasMemo() - Method in class com.leonarduk.clearcheckbook.dto.PremiumDataType
 
hasPayee() - Method in class com.leonarduk.clearcheckbook.dto.PremiumDataType
 
hasPremium() - Method in class com.leonarduk.clearcheckbook.dto.PremiumDataType
 
HtmlUnitUtils - Class in com.leonarduk.utils
 
HtmlUnitUtils() - Constructor for class com.leonarduk.utils.HtmlUnitUtils
 

I

importAccounts(String) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
importAccounts(String) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
importCategories(String) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
importFromFile(String, Class<D>) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
importFromFile(String, Class<D>, FilePreProcessor) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
importLimits(String) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
importReminders(String) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
importTransactions(String, FilePreProcessor) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
importTransactions(String, FilePreProcessor) - Method in class com.leonarduk.clearcheckbook.file.ClearCheckBookFileHandler
 
insert(T) - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
 
insert(AccountDataType) - Method in class com.leonarduk.clearcheckbook.calls.AccountCall
Adds an account to the site
Method: post
Call: account
insert(CategoryDataType) - Method in class com.leonarduk.clearcheckbook.calls.CategoryCall
Adds a category to the current users accout.
insert(LimitDataType) - Method in class com.leonarduk.clearcheckbook.calls.LimitCall
Inserts a limit for the current user
Method: post
Call: limit
insert(ReminderDataType) - Method in class com.leonarduk.clearcheckbook.calls.ReminderCall
Inserts a reminder for the current user
Method: post
Call: reminder
insert(TransactionDataType) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
Inserts a transaction for the current user
Method: post
Call: transaction
insert(UserDataType) - Method in class com.leonarduk.clearcheckbook.calls.UserCall
Creates a new ClearCheckbook.com user account
Method: post
Call: user
isAccountIdValid(Long) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
API extension to compare the provided account id with the list of ids for this user.
isMember(String) - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.Type
 
isOccur_floating() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
isOccur_once() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
isOccur_repeating() - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 

L

limit() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
LimitCall - Class in com.leonarduk.clearcheckbook.calls
 
LimitCall(ClearCheckBookConnection) - Constructor for class com.leonarduk.clearcheckbook.calls.LimitCall
 
LimitDataType - Class in com.leonarduk.clearcheckbook.dto
 
LimitDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.LimitDataType
 
LimitDataType.Duration - Enum in com.leonarduk.clearcheckbook.dto
 
LimitDataType.Fields - Enum in com.leonarduk.clearcheckbook.dto
 

M

main(String[]) - Static method in class com.leonarduk.clearcheckbook.ClearCheckBookCLI
 
main(String...) - Static method in class com.leonarduk.utils.CheckSites
Run this tool.
markToBeDeleted() - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
MonitorThread - Class in com.leonarduk.clearcheckbook.processor.parallel
 
MonitorThread(ThreadPoolExecutor, int) - Constructor for class com.leonarduk.clearcheckbook.processor.parallel.MonitorThread
 

N

NationwideFilePreprocessor - Class in com.leonarduk.clearcheckbook.file
 
NationwideFilePreprocessor() - Constructor for class com.leonarduk.clearcheckbook.file.NationwideFilePreprocessor
"Account Name:","Smart Junior ISA ****07843"
"Account Balance:","£3720.00"
"Available Balance: ","£3720.00"

"Date","Transaction type","Description","Paid out","Paid in","Balance"
"21 Nov 2013","Transfer from","0275/636 848 557","","£120.00","£120.00"
"25 Nov 2013","Transfer from","07-10-40 54817554 Credit 24 November 2013" ,"","£3300.00","£3420.00"
"25 Nov 2013","Transfer from","0275/636 848 557 Credit 24 November 2013", "","£300.00","£3720.00"
NationwideFilePreprocessor(Long) - Constructor for class com.leonarduk.clearcheckbook.file.NationwideFilePreprocessor
 
NumberUtils - Class in com.leonarduk.utils
Helper class for such things as formatting numbers to 2 dp
NumberUtils() - Constructor for class com.leonarduk.utils.NumberUtils
 

P

ParsedNameValuePair - Class in com.leonarduk.clearcheckbook.dto
This is a special work-around to convert boolean values to 1 or 0 rather than true or false.
ParsedNameValuePair(String, String) - Constructor for class com.leonarduk.clearcheckbook.dto.ParsedNameValuePair
This is a special work-around to convert boolean values to 1 or 0 rather than true or false.
postPage(String, ParsedNameValuePair...) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
premium() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
PremiumCall - Class in com.leonarduk.clearcheckbook.calls
 
PremiumCall(ClearCheckBookConnection) - Constructor for class com.leonarduk.clearcheckbook.calls.PremiumCall
 
PremiumDataType - Class in com.leonarduk.clearcheckbook.dto
 
PremiumDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.PremiumDataType
 
process(T) - Method in class com.leonarduk.clearcheckbook.calls.AbstractCall
 
process(AccountDataType) - Method in class com.leonarduk.clearcheckbook.calls.AccountCall
 
process(T) - Method in interface com.leonarduk.clearcheckbook.calls.BulkProcessable
process(TransactionDataType) - Method in class com.leonarduk.clearcheckbook.calls.TransactionCall
 
processAccounts(List<AccountDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
processHeaderRow(String, String) - Method in class com.leonarduk.clearcheckbook.file.AMEXFilePreprocessor
 
processHeaderRow(String, String) - Method in interface com.leonarduk.clearcheckbook.file.FilePreProcessor
 
processHeaderRow(String, String) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
processQueue(List<T>) - Method in interface com.leonarduk.clearcheckbook.processor.ClearCheckBookTaskProcessor
 
processQueue(List<T>) - Method in class com.leonarduk.clearcheckbook.processor.ClearCheckBookTaskSerialProcessor
 
processQueue(List<T>) - Method in class com.leonarduk.clearcheckbook.processor.parallel.ClearCheckBookDataTypeParallelProcessor
 
processRow(Map<String, String>) - Method in interface com.leonarduk.clearcheckbook.file.FilePreProcessor
// "DATE","AMOUNT","DESCRIPTION","CHECK_NUM","MEMO","PAYEE"
processRow(Map<String, String>) - Method in class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
processTransactions(List<TransactionDataType>, ClearCheckBookTaskProcessor<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
processTransactions(List<TransactionDataType>, List<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
processTransactions(List<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
processTransactions(List<TransactionDataType>, List<TransactionDataType>, ClearCheckBookTaskProcessor<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
processTransactionsInParallel(List<TransactionDataType>, List<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
processTransactionsInParallel(List<TransactionDataType>) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookHelper
 
putPage(String, ParsedNameValuePair...) - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 

R

reminder() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
ReminderCall - Class in com.leonarduk.clearcheckbook.calls
 
ReminderCall(ClearCheckBookConnection) - Constructor for class com.leonarduk.clearcheckbook.calls.ReminderCall
 
ReminderDataType - Class in com.leonarduk.clearcheckbook.dto
 
ReminderDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
ReminderDataType.Fields - Enum in com.leonarduk.clearcheckbook.dto
 
report() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
ReportCall - Class in com.leonarduk.clearcheckbook.calls
 
ReportCall(ClearCheckBookConnection) - Constructor for class com.leonarduk.clearcheckbook.calls.ReportCall
 
ReportDataType - Class in com.leonarduk.clearcheckbook.dto
 
ReportDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.ReportDataType
 
ReportDataType.Fields - Enum in com.leonarduk.clearcheckbook.dto
 
ReportDataType.Type - Enum in com.leonarduk.clearcheckbook.dto
 
run() - Method in class com.leonarduk.clearcheckbook.processor.parallel.ClearCheckBookDataTypeConsumer
 
run() - Method in class com.leonarduk.clearcheckbook.processor.parallel.ClearCheckBookDataTypeProducer
 
run() - Method in class com.leonarduk.clearcheckbook.processor.parallel.MonitorThread
 

S

setAccountId(long) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setAccountId(Long) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setAmount(int) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setAmount(Double) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setCategoryId(long) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setCategoryId(Long) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setCheckNum(String) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setDate(String) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setDeposit(double) - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
setDeposit(boolean) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setDescription(String) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setDuration(LimitDataType.Duration) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setEmail(Boolean) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setEmailDays(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setEnd_Date(String) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setEnd_day(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setEnd_month(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setEnd_year(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setField(HtmlForm, String, String) - Static method in class com.leonarduk.utils.HtmlUnitUtils
 
setFloat_every(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setFloat_every_num(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setFromAccountId(Long) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setIntValueFromBooleanString(Enum<?>, String) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
setJive(Boolean) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setJiveDeposit(Double) - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
setJiveWithdrawal(Double) - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
setLabel(String) - Method in class com.leonarduk.clearcheckbook.dto.ReportDataType
 
setMemo(String) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setName(String) - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
setName(String) - Method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
setOccur_floating(Boolean) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setOccur_once(Boolean) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setOccur_repeating(Boolean) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setParent(Long) - Method in class com.leonarduk.clearcheckbook.dto.CategoryDataType
 
setPasswordField(HtmlForm, String, String) - Static method in class com.leonarduk.utils.HtmlUnitUtils
 
setPayee(String) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setRepeat_every(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setRepeat_evey_num(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setReset_day(int) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setRollover(boolean) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setStart_date(String) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setStart_day(String) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setStart_month(String) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setStart_year(Integer) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setTitle(String) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
 
setToAccountId(Long) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setTransactionDataType(TransactionDataType) - Method in class com.leonarduk.clearcheckbook.dto.ReminderDataType
Converts the TransactionDataType object into the fields expected, ie the ones starting "trans_".
setTransactionType(TransactionDataType.Type) - Method in class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
setTransfer(boolean) - Method in class com.leonarduk.clearcheckbook.dto.LimitDataType
 
setTypeId(AccountDataType.Type) - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
setUrl(String) - Method in class com.leonarduk.clearcheckbook.dto.ReportDataType
 
setValue(Enum<?>, Object) - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
setWithdrawal(Double) - Method in class com.leonarduk.clearcheckbook.dto.AccountDataType
 
shutdown() - Method in class com.leonarduk.clearcheckbook.processor.parallel.MonitorThread
 

T

toString() - Method in class com.leonarduk.clearcheckbook.dto.AbstractDataType
 
toString() - Method in enum com.leonarduk.clearcheckbook.dto.AccountDataType.Type
 
toString() - Method in enum com.leonarduk.clearcheckbook.dto.LimitDataType.Duration
 
toString() - Method in class com.leonarduk.clearcheckbook.dto.ParsedNameValuePair
 
toString() - Method in class com.leonarduk.clearcheckbook.dto.PremiumDataType
 
toString() - Method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.Type
 
toString() - Method in class com.leonarduk.clearcheckbook.dto.UserDataType
 
transaction() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
TransactionCall - Class in com.leonarduk.clearcheckbook.calls
 
TransactionCall(ClearCheckBookConnection) - Constructor for class com.leonarduk.clearcheckbook.calls.TransactionCall
 
TransactionDataType - Class in com.leonarduk.clearcheckbook.dto
 
TransactionDataType(TransactionDataType) - Constructor for class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
TransactionDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.TransactionDataType
 
TransactionDataType.Fields - Enum in com.leonarduk.clearcheckbook.dto
This holds the output fields
TransactionDataType.NonoutputFields - Enum in com.leonarduk.clearcheckbook.dto
 
TransactionDataType.Type - Enum in com.leonarduk.clearcheckbook.dto
 
TransactionFilePreprocessor - Class in com.leonarduk.clearcheckbook.file
 
TransactionFilePreprocessor() - Constructor for class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
TransactionFilePreprocessor(int) - Constructor for class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
TransactionFilePreprocessor(Long) - Constructor for class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
TransactionFilePreprocessor(int, Long) - Constructor for class com.leonarduk.clearcheckbook.file.TransactionFilePreprocessor
 
TYPE - Static variable in class com.leonarduk.clearcheckbook.calls.AccountCall
 
TYPE - Static variable in class com.leonarduk.clearcheckbook.calls.CategoryCall
 
TYPE - Static variable in class com.leonarduk.clearcheckbook.calls.LimitCall
 
TYPE - Static variable in class com.leonarduk.clearcheckbook.calls.PremiumCall
 
TYPE - Static variable in class com.leonarduk.clearcheckbook.calls.ReminderCall
 
TYPE - Static variable in class com.leonarduk.clearcheckbook.calls.ReportCall
 
TYPE - Static variable in class com.leonarduk.clearcheckbook.calls.TransactionCall
 
TYPE - Static variable in class com.leonarduk.clearcheckbook.calls.UserCall
 

U

user() - Method in class com.leonarduk.clearcheckbook.ClearCheckBookConnection
 
UserCall - Class in com.leonarduk.clearcheckbook.calls
 
UserCall(ClearCheckBookConnection) - Constructor for class com.leonarduk.clearcheckbook.calls.UserCall
 
UserDataType - Class in com.leonarduk.clearcheckbook.dto
 
UserDataType(Map<String, String>) - Constructor for class com.leonarduk.clearcheckbook.dto.UserDataType
 

V

valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.AbstractDataType.ControlField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.AccountDataType.Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.AccountDataType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.CategoryDataType.Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.LimitDataType.Duration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.LimitDataType.Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.ReminderDataType.Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.ReportDataType.Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.ReportDataType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.NonoutputFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.AbstractDataType.ControlField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.AccountDataType.Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.AccountDataType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.CategoryDataType.Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.LimitDataType.Duration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.LimitDataType.Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.ReminderDataType.Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.ReportDataType.Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.ReportDataType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.NonoutputFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.leonarduk.clearcheckbook.dto.TransactionDataType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N P R S T U V 

Copyright © 2014 Leonard UK Ltd. All rights reserved.