Predictions 4.10.0.0
A C D E F G H I L N O P R S T V

A

add(PredictionList, DateTime) - Method in class hirondelle.predict.main.lists.PredictionListDAO
Add a new PredictionList to the database.
add(Prediction, Id, DateTime) - Method in class hirondelle.predict.main.prediction.PredictionDAO
Add a new Prediction to the database.
add(Register) - Method in class hirondelle.predict.pub.register.RegisterDAO
Add a newly registered user to the database.
ADD_NEW_USER - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
ADD_NEW_USER_ROLE - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
ADD_PREDICTION - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
AppInfo - Class in hirondelle.web4j.config
Implementation of ApplicationInfo, required by WEB4J.
AppInfo() - Constructor for class AppInfo
 
apply() - Method in class hirondelle.predict.main.deleteaccount.DeleteAccountAction
Delete all items related to the account, log off, and redirect to the home page.
apply() - Method in class hirondelle.predict.main.preferences.PreferencesAction
Apply updates to the database.
apply() - Method in class hirondelle.predict.pub.lostpassword.LostPasswordAction
Send an email to the given email address, containing a link allowing the user to reset their password.
apply() - Method in class hirondelle.predict.pub.register.RegisterAction
Add a new user to the database.
apply() - Method in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
Reset the user's password.
attemptAdd() - Method in class hirondelle.predict.main.lists.PredictionListAction
Try to add a new PredictionList.
attemptAdd() - Method in class hirondelle.predict.main.prediction.PredictionAction
Attempt to add a new Prediction.
attemptChange() - Method in class hirondelle.predict.main.lists.PredictionListAction
Try to change an existing PredictionList.
attemptChange() - Method in class hirondelle.predict.main.prediction.PredictionAction
Attempt to change an existing Prediction.
attemptDelete() - Method in class hirondelle.predict.main.lists.PredictionListAction
Try to delete an existing PredictionList.
attemptDelete() - Method in class hirondelle.predict.main.prediction.PredictionAction
Attempt to delete an existing Prediction.
attemptFetchForChange() - Method in class hirondelle.predict.main.lists.PredictionListAction
Fetch an existing PredictionList, in preparation for editing it.
attemptFetchForChange() - Method in class hirondelle.predict.main.prediction.PredictionAction
Fetch an existing Prediction in preparation for editing it.

C

calculateAverageScore(List<Prediction>) - Static method in class hirondelle.predict.main.prediction.Prediction
Calculate the average of Prediction.getOutcomeScore() for all of the predictions in a list.
Captcha - Class in hirondelle.predict.util
Utility class for CAPTCHA tasks.
Captcha() - Constructor for class hirondelle.predict.util.Captcha
 
CAPTCHA_CHALLENGE - Static variable in class hirondelle.predict.pub.lostpassword.LostPasswordAction
 
CAPTCHA_CHALLENGE - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
CAPTCHA_CHALLENGE - Static variable in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
 
CAPTCHA_RESPONSE - Static variable in class hirondelle.predict.pub.lostpassword.LostPasswordAction
 
CAPTCHA_RESPONSE - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
CAPTCHA_RESPONSE - Static variable in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
 
change(PredictionList) - Method in class hirondelle.predict.main.lists.PredictionListDAO
Update an existing PredictionList.
change(Prediction, Id, DateTime) - Method in class hirondelle.predict.main.prediction.PredictionDAO
Update an existing Prediction.
change(Preferences) - Method in class hirondelle.predict.main.preferences.PreferencesDAO
Change the Preferences for a given user.
CHANGE_PREDICTION - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
CHANGE_PREFERENCES - Static variable in class hirondelle.predict.main.preferences.PreferencesAction
 
codeFor(Id, CodeTable) - Static method in enum hirondelle.predict.main.codes.CodeTable
Return a fully populated Code, given its Id and CodeTable.
CodeTable - Enum in hirondelle.predict.main.codes
All code tables used in this application.
CodeTableUtil - Class in hirondelle.predict.main.codes
Fetches code tables from the database upon startup.
CodeTableUtil() - Constructor for class hirondelle.predict.main.codes.CodeTableUtil
 
ConnectionSrc - Class in hirondelle.web4j.config
Implementation of ConnectionSource, required by WEB4J.
ConnectionSrc() - Constructor for class ConnectionSrc
 
ConvertParamErrorImpl - Class in hirondelle.web4j.config
Implementation of ConvertParamError, required by WEB4J.
ConvertParamErrorImpl() - Constructor for class ConvertParamErrorImpl
 
CREATIONDATE - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
CsrfDAO - Class in hirondelle.predict.pub.login
This class exists only to declare SqlIds needed for CsrfFilter operations.
CsrfDAO() - Constructor for class hirondelle.predict.pub.login.CsrfDAO
 

D

DateConverterImpl - Class in hirondelle.web4j.config
Implementation of DateConverter, required by WEB4J.
DateConverterImpl() - Constructor for class DateConverterImpl
 
DEFAULT - Static variable in class ConnectionSrc
Value - "DEFAULT".
DEFAULT_CONN_STRING - Static variable in class ConnectionSrc
Value "DefaultDbConnectionString".
delete(SafeText, Id, List<PredictionList>) - Method in class hirondelle.predict.main.deleteaccount.DeleteAccountDAO
Delete the current user's account.
delete(Id, Id) - Method in class hirondelle.predict.main.lists.PredictionListDAO
Delete a PredictionList.
delete(Id, Id) - Method in class hirondelle.predict.main.prediction.PredictionDAO
Delete a Prediction.
DELETE_LISTS - Static variable in class hirondelle.predict.main.deleteaccount.DeleteAccountAction
 
DELETE_PREDICTION - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
DELETE_PREDICTIONS - Static variable in class hirondelle.predict.main.deleteaccount.DeleteAccountAction
 
DELETE_ROLES - Static variable in class hirondelle.predict.main.deleteaccount.DeleteAccountAction
 
DELETE_USER - Static variable in class hirondelle.predict.main.deleteaccount.DeleteAccountAction
 
DeleteAccountAction - Class in hirondelle.predict.main.deleteaccount
Delete the user's account, and all related items.
DeleteAccountAction(RequestParser) - Constructor for class hirondelle.predict.main.deleteaccount.DeleteAccountAction
Constructor.
DeleteAccountDAO - Class in hirondelle.predict.main.deleteaccount
Data Access Object (DAO) for deleting user accounts.
DeleteAccountDAO() - Constructor for class hirondelle.predict.main.deleteaccount.DeleteAccountDAO
 
doList() - Method in class hirondelle.predict.main.lists.PredictionListAction
Show all lists owned by the current user.
doList() - Method in class hirondelle.predict.main.prediction.PredictionAction
Show the list of Predictions in a given prediction list.

E

EMAIL - Static variable in class hirondelle.predict.pub.lostpassword.LostPasswordAction
 
EMAIL - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
EMAIL - Static variable in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
 
END_DATE - Static variable in class hirondelle.predict.pub.search.SearchAction
 
equals(Object) - Method in class hirondelle.predict.main.lists.PredictionList
 
equals(Object) - Method in class hirondelle.predict.main.prediction.Prediction
 
equals(Object) - Method in class hirondelle.predict.main.preferences.Preferences
 
equals(Object) - Method in class hirondelle.predict.pub.register.Register
 
equals(Object) - Method in class hirondelle.predict.pub.resetpassword.ResetPassword
 
equals(Object) - Method in class hirondelle.predict.pub.search.SearchCriteria
 
equals(Object) - Method in class hirondelle.predict.pub.search.SearchResult
 
execute() - Method in class hirondelle.predict.main.logoff.LogoffAction
Perform all operations related to ending a session.
execute() - Method in class hirondelle.predict.pub.json.ViewPublicListJsonAction
Fetch a PredictionList, its Predictions, and its average score, and place them all in request scope.
execute() - Method in class hirondelle.predict.pub.viewlist.ViewPublicListAction
Fetch a PredictionList and display it.

F

fetch(Id, Id) - Method in class hirondelle.predict.main.lists.PredictionListDAO
Return a single PredictionList identified by its id, and its user.
fetch(Id, Id) - Method in class hirondelle.predict.main.prediction.PredictionDAO
Return a single Prediction identified by its id, and its Prediction List id.
fetch(SafeText) - Method in class hirondelle.predict.main.preferences.PreferencesDAO
Fetch the Preferences for a given user.
FETCH_FORM_SOURCE_ID - Static variable in class hirondelle.predict.pub.login.CsrfDAO
Used by WEB4J to protect against CSRF attacks.
FETCH_OUTCOME_CODES - Static variable in class hirondelle.predict.main.codes.CodeTableUtil
 
FETCH_OWNER - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
FETCH_PARTIAL_USER - Static variable in class hirondelle.predict.pub.lostpassword.LostPasswordAction
 
FETCH_PREDICTION - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
FETCH_PREFERENCES - Static variable in class hirondelle.predict.main.preferences.PreferencesAction
 
fetchLoginNameFor(Id) - Method in class hirondelle.predict.main.prediction.PredictionDAO
Return the login name of the user that owns the given prediction list
fetchOwner() - Method in class hirondelle.predict.main.prediction.PredictionAction
Helps enforce an ownership constraint.
fetchPublic(Id) - Method in class hirondelle.predict.main.lists.PredictionListDAO
Return a single public PredictionList identified by its id.
fetchUser(String) - Method in class hirondelle.predict.pub.lostpassword.LostPasswordDAO
Return the user object, if any, associated with the given email address.
formatEyeFriendly(Date, Locale, TimeZone) - Method in class DateConverterImpl
Format a Date for the human eye.
formatEyeFriendlyDateTime(DateTime, Locale) - Method in class DateConverterImpl
Format a DateTime for the human eye.

G

get(Class<?>, String, RequestParameter) - Method in class ConvertParamErrorImpl
Return a ModelCtorException having a compound message.
get(String, Locale) - Method in class TranslatorImpl
Returns aBaseText without alteration.
getAuthor() - Method in class AppInfo
 
getBuildDate() - Method in class AppInfo
 
getConnection() - Method in class ConnectionSrc
Return a Connection for the default database.
getConnection(String) - Method in class ConnectionSrc
Return a Connection for the identified database.
getConnectionByName(String) - Method in class ConnectionSrc
Return a connection the named database.
getConnectionString(String) - Method in class ConnectionSrc
This item is protected, in order to make it visible to any subclasses created for testing outside of the normal runtime environment.
getCreationDate() - Method in class hirondelle.predict.main.lists.PredictionList
Returns null if no creation date passed to constructor.
getCreationDate() - Method in class hirondelle.predict.main.prediction.Prediction
 
getCreationDate() - Method in class hirondelle.predict.pub.search.SearchResult
 
getCreatorScreenName() - Method in class hirondelle.predict.pub.search.SearchResult
 
getDatabaseNames() - Method in class ConnectionSrc
Return value contains only ConnectionSrc.DEFAULT.
getEmail() - Method in class hirondelle.predict.pub.register.Register
 
getEmail() - Method in class hirondelle.predict.pub.resetpassword.ResetPassword
 
getEmailAddress() - Method in class hirondelle.predict.pub.lostpassword.LostPassword
 
getEmailAddress() - Method in class hirondelle.predict.pub.lostpassword.PartialUser
 
getFromDate() - Method in class hirondelle.predict.pub.search.SearchCriteria
The date passed to the constructor, if any, but with time coerced to the start of the day.
getId() - Method in class hirondelle.predict.main.lists.PredictionList
 
getId() - Method in class hirondelle.predict.main.prediction.Prediction
 
getLink() - Method in class AppInfo
 
getLoginName() - Method in class hirondelle.predict.main.preferences.Preferences
Return the login name passed to the constructor.
getLoginName() - Method in class hirondelle.predict.pub.register.Register
 
getMessage() - Method in class AppInfo
 
getName() - Method in class AppInfo
 
getNonce() - Method in class hirondelle.predict.pub.resetpassword.ResetPassword
 
getOutcome() - Method in class hirondelle.predict.main.prediction.Prediction
 
getOutcome() - Method in class hirondelle.predict.pub.search.SearchResult
 
getOutcomeDate() - Method in class hirondelle.predict.main.prediction.Prediction
 
getOutcomeScore() - Method in class hirondelle.predict.main.prediction.Prediction
Returns null if there is no outcome.
getParentId() - Method in class hirondelle.predict.main.prediction.Prediction
 
getPassword() - Method in class hirondelle.predict.pub.register.Register
 
getPassword() - Method in class hirondelle.predict.pub.resetpassword.ResetPassword
 
getPasswordConfirm() - Method in class hirondelle.predict.pub.register.Register
 
getPasswordConfirm() - Method in class hirondelle.predict.pub.resetpassword.ResetPassword
 
getPredictionListId() - Method in class hirondelle.predict.pub.search.SearchResult
 
getRemark() - Method in class hirondelle.predict.main.prediction.Prediction
 
getScreenName() - Method in class hirondelle.predict.main.preferences.Preferences
Return the screen name passed to the constructor.
getScreenName() - Method in class hirondelle.predict.pub.register.Register
 
getSearchStyle() - Method in class hirondelle.predict.pub.search.SearchCriteria
 
getSearchText() - Method in class hirondelle.predict.pub.search.SearchCriteria
 
getTableName() - Method in enum hirondelle.predict.main.codes.CodeTable
Return the name of the code table.
getText() - Method in class hirondelle.predict.main.prediction.Prediction
 
getText() - Method in class hirondelle.predict.pub.search.SearchResult
 
getTitle() - Method in class hirondelle.predict.main.lists.PredictionList
 
getToDate() - Method in class hirondelle.predict.pub.search.SearchCriteria
The date passed to the constructor, if any, but with time coerced to the end of the day.
getUser() - Method in class hirondelle.predict.main.lists.PredictionList
 
getUserId() - Method in class hirondelle.predict.main.preferences.Preferences
Return the user id passed to the constructor.
getUserScreenName() - Method in class hirondelle.predict.main.lists.PredictionList
 
getVersion() - Method in class AppInfo
 

H

hasAlreadyReacted(HttpSession) - Method in class hirondelle.predict.pub.login.Login
 
hasExplicitOrderColumn() - Method in enum hirondelle.predict.main.codes.CodeTable
Return true only if this code table has an explicit ordering.
hash(String) - Static method in class hirondelle.predict.pub.register.PasswordHasher
Return text of fixed length, representing a hash of a cleartext password.
hashCode() - Method in class hirondelle.predict.main.lists.PredictionList
 
hashCode() - Method in class hirondelle.predict.main.prediction.Prediction
 
hashCode() - Method in class hirondelle.predict.main.preferences.Preferences
 
hashCode() - Method in class hirondelle.predict.pub.register.Register
 
hashCode() - Method in class hirondelle.predict.pub.resetpassword.ResetPassword
 
hashCode() - Method in class hirondelle.predict.pub.search.SearchCriteria
 
hashCode() - Method in class hirondelle.predict.pub.search.SearchResult
 
hirondelle.predict.main.codes - package hirondelle.predict.main.codes
Code Tables for the application.
hirondelle.predict.main.deleteaccount - package hirondelle.predict.main.deleteaccount
Delete all information related to an account.
hirondelle.predict.main.lists - package hirondelle.predict.main.lists
Named lists of predictions.
hirondelle.predict.main.logoff - package hirondelle.predict.main.logoff
Log off the application, and terminate the session.
hirondelle.predict.main.prediction - package hirondelle.predict.main.prediction
List and edit individual predictions.
hirondelle.predict.main.preferences - package hirondelle.predict.main.preferences
Allow user to change their preferences.
hirondelle.predict.pub.json - package hirondelle.predict.pub.json
Serve the content of a Prediction List in JavaScript Object Notation (JSON).
hirondelle.predict.pub.login - package hirondelle.predict.pub.login
Reacts to successful user login by invoking Login.
hirondelle.predict.pub.lostpassword - package hirondelle.predict.pub.lostpassword
Let the user change their password, without knowing their current password.
hirondelle.predict.pub.register - package hirondelle.predict.pub.register
Register a new user.
hirondelle.predict.pub.resetpassword - package hirondelle.predict.pub.resetpassword
Allow the user to reset their own password, without requiring them to enter the old password.
hirondelle.predict.pub.search - package hirondelle.predict.pub.search
Allow anyone to search the text of predictions, looking for matches to text they provide.
hirondelle.predict.pub.viewlist - package hirondelle.predict.pub.viewlist
View a single list of predictions.
hirondelle.predict.util - package hirondelle.predict.util
Utility classes used across more than one feature.
hirondelle.web4j.config - package hirondelle.web4j.config
Concrete implementation classes for interfaces defined by WEB4J.

I

ID - Static variable in class hirondelle.predict.main.lists.PredictionListAction
 
ID - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
init(ServletContext) - Static method in class hirondelle.predict.main.codes.CodeTableUtil
Called by the application's implementation of StartupTasks, and whenever the content of a code table changes.
init(String) - Static method in class hirondelle.predict.util.Captcha
Initialize this class with a private key value, required by the recaptcha tool.
init(Map<String, String>) - Method in class ConnectionSrc
Read in connection strings from web.xml.
isCaptchaValid(String, String, String) - Static method in class hirondelle.predict.util.Captcha
Return true only if the user has supplied a valid response for the given challenge.

L

list(Id) - Method in class hirondelle.predict.main.lists.PredictionListDAO
Return a List of all PredictionList objects for a given user.
list(Id) - Method in class hirondelle.predict.main.prediction.PredictionDAO
Return a List of all Prediction objects in a specified Prediction List.
LIST_ID - Static variable in class hirondelle.predict.pub.json.ViewPublicListJsonAction
 
LIST_ID - Static variable in class hirondelle.predict.pub.viewlist.ViewPublicListAction
 
LIST_PREDICTIONS - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
LIST_PREDICTIONS - Static variable in class hirondelle.predict.pub.json.ViewPublicListJsonAction
 
LIST_PREDICTIONS - Static variable in class hirondelle.predict.pub.viewlist.ViewPublicListAction
 
listSearchResults() - Method in class hirondelle.predict.pub.search.SearchAction
List the SearchResults that correspond to the given criteria.
listSearchResults(SearchCriteria) - Method in class hirondelle.predict.pub.search.SearchDAO
Return search results.
LOCALE - Static variable in class hirondelle.predict.main.preferences.PreferencesAction
 
Login - Class in hirondelle.predict.pub.login
React to successful user login.
Login() - Constructor for class hirondelle.predict.pub.login.Login
 
LOGINNAME - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
LogoffAction - Class in hirondelle.predict.main.logoff
Log off the application and end the session.
LogoffAction(RequestParser) - Constructor for class hirondelle.predict.main.logoff.LogoffAction
Constructor.
lookUpCodeTablesAndPlaceIntoAppScope() - Static method in class Startup
Called upon startup, and when the content of a pick list changes.
LostPassword - Class in hirondelle.predict.pub.lostpassword
Model object for user entry in the lost-password form.
LostPassword(SafeText, SafeText, SafeText, Id) - Constructor for class hirondelle.predict.pub.lostpassword.LostPassword
Full constructor.
LostPasswordAction - Class in hirondelle.predict.pub.lostpassword
First step in recovering a lost password.
LostPasswordAction(RequestParser) - Constructor for class hirondelle.predict.pub.lostpassword.LostPasswordAction
Constructor.
LostPasswordDAO - Class in hirondelle.predict.pub.lostpassword
Data Access Object (DAO) for resetting lost passwords (first form).
LostPasswordDAO() - Constructor for class hirondelle.predict.pub.lostpassword.LostPasswordDAO
 

N

NONCE - Static variable in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
 

O

OUTCOME - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
OUTCOME_DATE - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 

P

parseEyeFriendly(String, Locale, TimeZone) - Method in class DateConverterImpl
Parse a Date entered in an eye-friendly style.
parseEyeFriendlyDateTime(String, Locale) - Method in class DateConverterImpl
Parse a DateTime entered in an eye-friendly style.
parseHandFriendly(String, Locale, TimeZone) - Method in class DateConverterImpl
Parse a Date entered in a hand-friendly style.
parseHandFriendlyDateTime(String, Locale) - Method in class DateConverterImpl
Parse a DateTime entered in a hand-friendly style.
PartialUser - Class in hirondelle.predict.pub.lostpassword
Dumb data carrier.
PartialUser(SafeText) - Constructor for class hirondelle.predict.pub.lostpassword.PartialUser
Constructor.
PASSWORD - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
PASSWORD - Static variable in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
 
PASSWORD_CONFIRM - Static variable in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
 
PASSWORDCONFIRM - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
PasswordHasher - Class in hirondelle.predict.pub.register
Hash passwords.
PasswordHasher() - Constructor for class hirondelle.predict.pub.register.PasswordHasher
 
populate(Id, CodeTable) - Static method in class hirondelle.predict.main.codes.CodeTableUtil
Return a fully populated Code, given its Id and CodeTable.
Prediction - Class in hirondelle.predict.main.prediction
Model Object for a Prediction.
Prediction(Id, Id, SafeText, DateTime, SafeText, Id, DateTime) - Constructor for class hirondelle.predict.main.prediction.Prediction
Full constructor.
Prediction(Id, Id, SafeText, SafeText, Id) - Constructor for class hirondelle.predict.main.prediction.Prediction
Partial constructor, used for user input.
PREDICTION_LIST_ADD - Static variable in class hirondelle.predict.main.lists.PredictionListAction
 
PREDICTION_LIST_CHANGE - Static variable in class hirondelle.predict.main.lists.PredictionListAction
 
PREDICTION_LIST_DELETE - Static variable in class hirondelle.predict.main.lists.PredictionListAction
 
PREDICTION_LIST_FETCH - Static variable in class hirondelle.predict.main.lists.PredictionListAction
 
PREDICTION_LIST_FETCH_PUBLIC - Static variable in class hirondelle.predict.main.lists.PredictionListAction
 
PREDICTION_LIST_ID - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
PREDICTION_LIST_LIST - Static variable in class hirondelle.predict.main.lists.PredictionListAction
 
PredictionAction - Class in hirondelle.predict.main.prediction
List and edit Prediction objects.
PredictionAction(RequestParser) - Constructor for class hirondelle.predict.main.prediction.PredictionAction
Constructor.
PredictionDAO - Class in hirondelle.predict.main.prediction
Data Access Object (DAO) for Prediction objects.
PredictionDAO() - Constructor for class hirondelle.predict.main.prediction.PredictionDAO
 
PredictionList - Class in hirondelle.predict.main.lists
Model Object for a list of related predictions.
PredictionList(Id, SafeText, DateTime, Id) - Constructor for class hirondelle.predict.main.lists.PredictionList
Constructor.
PredictionList(Id, SafeText, DateTime, Id, SafeText) - Constructor for class hirondelle.predict.main.lists.PredictionList
Constructor for public view of a prediction list.
PredictionList(Id, SafeText, Id) - Constructor for class hirondelle.predict.main.lists.PredictionList
Constructor used when building from user input.
PredictionListAction - Class in hirondelle.predict.main.lists
List and edit PredictionList objects.
PredictionListAction(RequestParser) - Constructor for class hirondelle.predict.main.lists.PredictionListAction
Constructor.
PredictionListDAO - Class in hirondelle.predict.main.lists
Data Access Object (DAO) for PredictionList objects.
PredictionListDAO() - Constructor for class hirondelle.predict.main.lists.PredictionListDAO
 
Preferences - Class in hirondelle.predict.main.preferences
User preferences.
Preferences(Id, SafeText, SafeText) - Constructor for class hirondelle.predict.main.preferences.Preferences
Constructor.
PreferencesAction - Class in hirondelle.predict.main.preferences
Update user preferences.
PreferencesAction(RequestParser) - Constructor for class hirondelle.predict.main.preferences.PreferencesAction
Constructor.
PreferencesDAO - Class in hirondelle.predict.main.preferences
Data Access Object for user Preferences.
PreferencesDAO() - Constructor for class hirondelle.predict.main.preferences.PreferencesDAO
 

R

reactToUserLogin(HttpSession, HttpServletRequest) - Method in class hirondelle.predict.pub.login.Login
 
Register - Class in hirondelle.predict.pub.register
Model Object for a registering user, creating a new account.
Register(SafeText, SafeText, SafeText, SafeText, SafeText, SafeText, SafeText, Id) - Constructor for class hirondelle.predict.pub.register.Register
Full constructor.
RegisterAction - Class in hirondelle.predict.pub.register
Allow the user to create an account on the site.
RegisterAction(RequestParser) - Constructor for class hirondelle.predict.pub.register.RegisterAction
Constructor.
RegisterDAO - Class in hirondelle.predict.pub.register
Data Access Object (DAO) for registration of new users.
RegisterDAO() - Constructor for class hirondelle.predict.pub.register.RegisterDAO
 
REMARK - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
RESET_LOST_PASSWORD - Static variable in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
 
ResetPassword - Class in hirondelle.predict.pub.resetpassword
Model object for resetting a user's password to a new value.
ResetPassword(SafeText, SafeText, SafeText, SafeText, SafeText, SafeText, Id) - Constructor for class hirondelle.predict.pub.resetpassword.ResetPassword
Full constructor.
resetPassword(ResetPassword) - Method in class hirondelle.predict.pub.resetpassword.ResetPasswordDAO
Reset the password to a new value.
ResetPasswordAction - Class in hirondelle.predict.pub.resetpassword
Reset the user's password to a new value.
ResetPasswordAction(RequestParser) - Constructor for class hirondelle.predict.pub.resetpassword.ResetPasswordAction
Constructor.
ResetPasswordDAO - Class in hirondelle.predict.pub.resetpassword
Data Access Object (DAO) for resetting the user's password.
ResetPasswordDAO() - Constructor for class hirondelle.predict.pub.resetpassword.ResetPasswordDAO
 

S

SAVE_FORM_SOURCE_ID - Static variable in class hirondelle.predict.pub.login.CsrfDAO
Used by WEB4J to protect against CSRF attacks.
SCREEN_NAME - Static variable in class hirondelle.predict.main.preferences.Preferences
Key under which user's screen name is saved in session scope.
SCREEN_NAME - Static variable in class hirondelle.predict.main.preferences.PreferencesAction
 
SCREENNAME - Static variable in class hirondelle.predict.pub.register.RegisterAction
 
SEARCH_FOR_ALL_OF_THESE_WORDS - Static variable in class hirondelle.predict.pub.search.SearchAction
 
SEARCH_FOR_EXACT_PHRASE - Static variable in class hirondelle.predict.pub.search.SearchAction
 
SEARCH_STYLE - Static variable in class hirondelle.predict.pub.search.SearchAction
 
SEARCH_TEXT - Static variable in class hirondelle.predict.pub.search.SearchAction
 
SearchAction - Class in hirondelle.predict.pub.search
Search for predictions using a text match.
SearchAction(RequestParser) - Constructor for class hirondelle.predict.pub.search.SearchAction
Constructor.
SearchCriteria - Class in hirondelle.predict.pub.search
Model object for user input of search criteria.
SearchCriteria(SafeText, SafeText, DateTime, DateTime) - Constructor for class hirondelle.predict.pub.search.SearchCriteria
Full constructor.
SearchDAO - Class in hirondelle.predict.pub.search
Data Access Object (DAO) for returning SearchResults for the given SearchCriteria.
SearchDAO() - Constructor for class hirondelle.predict.pub.search.SearchDAO
 
SearchResult - Class in hirondelle.predict.pub.search
Simple data carrier for search results.
SearchResult(SafeText, Id, DateTime, SafeText, Id) - Constructor for class hirondelle.predict.pub.search.SearchResult
Constructor.
SearchStyle - Enum in hirondelle.predict.pub.search
Simple enumeration of the various styles of search.
SET_TEMP_PASSWORD_NONCE - Static variable in class hirondelle.predict.pub.lostpassword.LostPasswordAction
 
setNewNonce(PartialUser, String) - Method in class hirondelle.predict.pub.lostpassword.LostPasswordDAO
Set a new nonce value for user having the given email address.
show() - Method in class hirondelle.predict.main.deleteaccount.DeleteAccountAction
Show the form used for initiating the delete operation, with no prepopulation.
show() - Method in class hirondelle.predict.main.preferences.PreferencesAction
Show the form.
show() - Method in class hirondelle.predict.pub.lostpassword.LostPasswordAction
Show an empty form, with no prepopulation.
show() - Method in class hirondelle.predict.pub.register.RegisterAction
Show the empty form, with no prepopulation.
show() - Method in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
Show the empty form, with no prepopulation.
START_DATE - Static variable in class hirondelle.predict.pub.search.SearchAction
 
startApplication(ServletConfig, String) - Method in class Startup
Perform startup tasks.
Startup - Class in hirondelle.web4j.config
Implementation of StartupTasks, required by WEB4J.
Startup() - Constructor for class Startup
 

T

TEXT - Static variable in class hirondelle.predict.main.prediction.PredictionAction
 
TITLE - Static variable in class hirondelle.predict.main.lists.PredictionListAction
 
toString() - Method in class hirondelle.predict.main.lists.PredictionList
 
toString() - Method in class hirondelle.predict.main.prediction.Prediction
 
toString() - Method in class hirondelle.predict.main.preferences.Preferences
Intended for debugging only.
toString() - Method in class hirondelle.predict.pub.lostpassword.LostPassword
Intended for debugging only.
toString() - Method in class hirondelle.predict.pub.register.Register
Intended for debugging only.
toString() - Method in class hirondelle.predict.pub.resetpassword.ResetPassword
Intended for debugging only.
toString() - Method in class hirondelle.predict.pub.search.SearchCriteria
Intended for debugging only.
toString() - Method in class hirondelle.predict.pub.search.SearchResult
Intended for debugging only.
toString() - Method in class AppInfo
Return AppInfo.getName() + AppInfo.getVersion().
TranslatorImpl - Class in hirondelle.web4j.config
Implementation of Translator, required by WEB4J.
TranslatorImpl() - Constructor for class TranslatorImpl
 

V

validateUserInput() - Method in class hirondelle.predict.main.deleteaccount.DeleteAccountAction
Do nothing - there is no user input in this case.
validateUserInput() - Method in class hirondelle.predict.main.lists.PredictionListAction
Try to build a PredictionList from user input.
validateUserInput() - Method in class hirondelle.predict.main.prediction.PredictionAction
Attempt to build a Prediction out of user input.
validateUserInput() - Method in class hirondelle.predict.main.preferences.PreferencesAction
Check user input can build a Preferences object.
validateUserInput() - Method in class hirondelle.predict.pub.lostpassword.LostPasswordAction
Check that user input can build a LostPassword object.
validateUserInput() - Method in class hirondelle.predict.pub.register.RegisterAction
Check user input can build a Register object.
validateUserInput() - Method in class hirondelle.predict.pub.resetpassword.ResetPasswordAction
Check user input can build a ResetPassword object.
validateUserInput() - Method in class hirondelle.predict.pub.search.SearchAction
Ensure user input can construct a SearchCriteria object.
valueOf(String) - Static method in enum hirondelle.predict.main.codes.CodeTable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hirondelle.predict.pub.search.SearchStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum hirondelle.predict.main.codes.CodeTable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hirondelle.predict.pub.search.SearchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
ViewPublicListAction - Class in hirondelle.predict.pub.viewlist
Public view of a PredictionList.
ViewPublicListAction(RequestParser) - Constructor for class hirondelle.predict.pub.viewlist.ViewPublicListAction
Constructor.
ViewPublicListJsonAction - Class in hirondelle.predict.pub.json
Serve a given PredictionList in JSON format.
ViewPublicListJsonAction(RequestParser) - Constructor for class hirondelle.predict.pub.json.ViewPublicListJsonAction
Constructor.

A C D E F G H I L N O P R S T V
Predictions 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.27