Skip navigation links
B C D G L N S T V W 

B

BASE_URL - Static variable in class ca.jeffrey.watcard.WatTransaction
 

C

ca.jeffrey.watcard - package ca.jeffrey.watcard
 

D

DATE_FORMAT - Static variable in class ca.jeffrey.watcard.WatTransaction
 
displayBalances() - Method in class ca.jeffrey.watcard.WatAccount
Outputs balances.
displayPersonalInfo() - Method in class ca.jeffrey.watcard.WatAccount
Outputs account information.

G

getAccount() - Method in class ca.jeffrey.watcard.WatAccount
 
getAccount() - Method in class ca.jeffrey.watcard.WatTransaction
 
getAccountTypeString() - Method in class ca.jeffrey.watcard.WatTransaction
 
getAddress() - Method in class ca.jeffrey.watcard.WatAccount
 
getAmount() - Method in class ca.jeffrey.watcard.WatTransaction
 
getAmountString() - Method in class ca.jeffrey.watcard.WatTransaction
 
getBalances() - Method in class ca.jeffrey.watcard.WatAccount
Get account balances
getBirthDate() - Method in class ca.jeffrey.watcard.WatAccount
 
getCleanTerminal() - Method in class ca.jeffrey.watcard.WatTransaction
 
getCookieStore() - Method in class ca.jeffrey.watcard.WatSession
 
getDateTime() - Method in class ca.jeffrey.watcard.WatTransaction
 
getEmail() - Method in class ca.jeffrey.watcard.WatAccount
 
getFlexBalance() - Method in class ca.jeffrey.watcard.WatAccount
Returns amount of Flex Dollars in account by adding up all three Flex accounts.
getId() - Method in class ca.jeffrey.watcard.WatBalance
 
getLastDaysTransactions(int, boolean) - Method in class ca.jeffrey.watcard.WatAccount
Returns a list of all transactions completed within a given amount of days from now.
getLimit() - Method in class ca.jeffrey.watcard.WatBalance
 
getMaritalStatus() - Method in class ca.jeffrey.watcard.WatAccount
 
getMealBalance() - Method in class ca.jeffrey.watcard.WatAccount
Returns amount of meal plan funds.
getMobile() - Method in class ca.jeffrey.watcard.WatAccount
 
getName() - Method in class ca.jeffrey.watcard.WatAccount
 
getName() - Method in class ca.jeffrey.watcard.WatBalance
 
getOtherBalance() - Method in class ca.jeffrey.watcard.WatAccount
Returns amount of other funds.
getPassword() - Method in class ca.jeffrey.watcard.WatAccount
 
getPhone() - Method in class ca.jeffrey.watcard.WatAccount
 
getPhoto() - Method in class ca.jeffrey.watcard.WatAccount
 
getSession() - Method in class ca.jeffrey.watcard.WatAccount
 
getSex() - Method in class ca.jeffrey.watcard.WatAccount
 
getTerminal() - Method in class ca.jeffrey.watcard.WatTransaction
 
getTimeString() - Method in class ca.jeffrey.watcard.WatTransaction
 
getTotalBalance() - Method in class ca.jeffrey.watcard.WatAccount
 
getTransactions(String) - Method in class ca.jeffrey.watcard.WatAccount
Returns a list of transactions from the given url.
getTransactions(LocalDateTime) - Method in class ca.jeffrey.watcard.WatAccount
Returns a list of transactions from a given date to now.
getTransactions(LocalDateTime, int) - Method in class ca.jeffrey.watcard.WatAccount
Returns a list of transactions from a given date to now, containing only the last quantity transactions.
getTransactions(LocalDateTime, LocalDateTime) - Method in class ca.jeffrey.watcard.WatAccount
Returns a list of all transactions completed between two dates.
getTransactions(LocalDateTime, LocalDateTime, int) - Method in class ca.jeffrey.watcard.WatAccount
Returns a list of all transactions completed between two dates, containing only the last quantity transactions.
getType() - Method in class ca.jeffrey.watcard.WatTransaction
 
getUnit() - Method in class ca.jeffrey.watcard.WatTransaction
 
getValue() - Method in class ca.jeffrey.watcard.WatBalance
 
getVerificationCookie() - Method in class ca.jeffrey.watcard.WatSession
 
getVerificationToken() - Method in class ca.jeffrey.watcard.WatSession
 
getWatBalance(WatBalanceType) - Method in class ca.jeffrey.watcard.WatAccount
Returns a WatBalance of the given balance type.
getWatBalanceValue(WatBalanceType) - Method in class ca.jeffrey.watcard.WatAccount
Returns the amount of funds in the given balance type.

L

loadBalances() - Method in class ca.jeffrey.watcard.WatAccount
Retrieves user's account balances and stores them in balances, a list of WatBalance.
loadPersonalInfo() - Method in class ca.jeffrey.watcard.WatAccount
Retrieves user's account information stores it in WatAccount fields.
login() - Method in class ca.jeffrey.watcard.WatAccount
Logs user into WatCard site by initiating a POST request containing a __RequestVerificationToken and user account details.

N

newSession() - Method in class ca.jeffrey.watcard.WatAccount
Load new WatSession.

S

setAccount(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setAccount(int) - Method in class ca.jeffrey.watcard.WatTransaction
 
setAddress(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setAmount(float) - Method in class ca.jeffrey.watcard.WatTransaction
 
setBalances(List<WatBalance>) - Method in class ca.jeffrey.watcard.WatAccount
 
setBirthDate(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setCookieStore(CookieStore) - Method in class ca.jeffrey.watcard.WatSession
 
setDateTime(LocalDateTime) - Method in class ca.jeffrey.watcard.WatTransaction
 
setEmail(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setId(String) - Method in class ca.jeffrey.watcard.WatBalance
 
setLimit(float) - Method in class ca.jeffrey.watcard.WatBalance
 
setMaritalStatus(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setMobile(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setName(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setName(String) - Method in class ca.jeffrey.watcard.WatBalance
 
setPassword(char[]) - Method in class ca.jeffrey.watcard.WatAccount
 
setPhone(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setPhoto(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setSession(WatSession) - Method in class ca.jeffrey.watcard.WatAccount
 
setSex(String) - Method in class ca.jeffrey.watcard.WatAccount
 
setTerminal(String) - Method in class ca.jeffrey.watcard.WatTransaction
 
setTotalBalance(float) - Method in class ca.jeffrey.watcard.WatAccount
 
setType(String) - Method in class ca.jeffrey.watcard.WatTransaction
 
setUnit(int) - Method in class ca.jeffrey.watcard.WatTransaction
 
setValue(float) - Method in class ca.jeffrey.watcard.WatBalance
 
setVerificationCookie(Cookie) - Method in class ca.jeffrey.watcard.WatSession
 
setVerificationToken(String) - Method in class ca.jeffrey.watcard.WatSession
 

T

toString() - Method in class ca.jeffrey.watcard.WatBalance
 
toString() - Method in class ca.jeffrey.watcard.WatTransaction
 

V

valueOf(String) - Static method in enum ca.jeffrey.watcard.WatBalanceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ca.jeffrey.watcard.WatBalanceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WatAccount - Class in ca.jeffrey.watcard
 
WatAccount(WatSession, String, String) - Constructor for class ca.jeffrey.watcard.WatAccount
Constructor
WatAccount(String, String) - Constructor for class ca.jeffrey.watcard.WatAccount
Constructor
WatBalance - Class in ca.jeffrey.watcard
 
WatBalance(String, String, float, float) - Constructor for class ca.jeffrey.watcard.WatBalance
Constructor
WatBalanceType - Enum in ca.jeffrey.watcard
 
WatSession - Class in ca.jeffrey.watcard
 
WatSession() - Constructor for class ca.jeffrey.watcard.WatSession
 
WatTransaction - Class in ca.jeffrey.watcard
 
WatTransaction(LocalDateTime, float, int, int, String, String) - Constructor for class ca.jeffrey.watcard.WatTransaction
Constructor
B C D G L N S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.