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

A

ADMIN_ROLE - Static variable in class org.appfuse.Constants
The name of the Administrator role, as specified in web.xml
AUTH_URL - Static variable in class org.appfuse.Constants
Application scoped attribute for authentication url
AVAILABLE_ROLES - Static variable in class org.appfuse.Constants
The name of the available roles list, a request-scoped attribute when adding/editing a user.
ActionExceptionHandler - class org.appfuse.webapp.action.ActionExceptionHandler.
Implementation of ExceptionHandler that handles any Exceptions that are bundles up to the Action layer.
ActionExceptionHandler() - Constructor for class org.appfuse.webapp.action.ActionExceptionHandler
 
ActionFilter - class org.appfuse.webapp.filter.ActionFilter.
This class is used to filter all requests to the Action servlet and detect if a user is authenticated.
ActionFilter() - Constructor for class org.appfuse.webapp.filter.ActionFilter
 
ActionFilterTest - class org.appfuse.webapp.filter.ActionFilterTest.
 
ActionFilterTest(String) - Constructor for class org.appfuse.webapp.filter.ActionFilterTest
 
add(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
addRole(String) - Method in class org.appfuse.model.User
Adds a role for the user
address - Variable in class org.appfuse.model.User
 
attributeAdded(HttpSessionBindingEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
This method is designed to catch when user's login and record their name
attributeRemoved(HttpSessionBindingEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
When user's logout, remove their name from the hashMap
attributeReplaced(HttpSessionBindingEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
 

B

BaseAction - class org.appfuse.webapp.action.BaseAction.
Implementation of Action that contains base methods for logging and conducting pre/post perform actions.
BaseAction() - Constructor for class org.appfuse.webapp.action.BaseAction
 
BaseDAOTestCase - class org.appfuse.persistence.BaseDAOTestCase.
Base class for running DAO tests.
BaseDAOTestCase() - Constructor for class org.appfuse.persistence.BaseDAOTestCase
 
BaseForm - class org.appfuse.webapp.form.BaseForm.
Base ActionForm bean.
BaseForm() - Constructor for class org.appfuse.webapp.form.BaseForm
 
BaseManager - class org.appfuse.service.BaseManager.
Base class for Business Services - use this class for utility methods.
BaseManager() - Constructor for class org.appfuse.service.BaseManager
 
BaseManagerTestCase - class org.appfuse.service.BaseManagerTestCase.
 
BaseManagerTestCase() - Constructor for class org.appfuse.service.BaseManagerTestCase
 
BaseMockTestCase - class org.appfuse.webapp.action.BaseMockTestCase.
This class is extended by all ActionTests.
BaseMockTestCase(String) - Constructor for class org.appfuse.webapp.action.BaseMockTestCase
 
BaseObject - class org.appfuse.model.BaseObject.
Base class for Model objects.
BaseObject() - Constructor for class org.appfuse.model.BaseObject
 
BaseObjectTest - class org.appfuse.model.BaseObjectTest.
Generated by JUnitDoclet, a tool provided by ObjectFab GmbH under LGPL.
BaseObjectTest(String) - Constructor for class org.appfuse.model.BaseObjectTest
 
BaseStrutsTestCase - class org.appfuse.webapp.action.BaseStrutsTestCase.
This class is extended by all ActionTests.
BaseStrutsTestCase(String) - Constructor for class org.appfuse.webapp.action.BaseStrutsTestCase
 
BaseUtil - class org.appfuse.util.BaseUtil.
BaseUtil is used as a parent class for all other classes in the common.util package.
BaseUtil() - Constructor for class org.appfuse.util.BaseUtil
 
BaseUtil - class org.appfuse.webapp.util.BaseUtil.
BaseUtil is used as a parent class for all other classes in the webapp.utils package.
BaseUtil() - Constructor for class org.appfuse.webapp.util.BaseUtil
 
begin(WebRequest) - Method in class org.appfuse.webapp.action.BaseMockTestCase
 
begin(WebRequest) - Method in class org.appfuse.webapp.action.BaseStrutsTestCase
 
begin(WebRequest) - Method in class org.appfuse.webapp.action.UserActionTest
 
beginAddUser(WebRequest) - Method in class org.appfuse.webapp.action.RegistrationServletTest
 
beginExecute(WebRequest) - Method in class org.appfuse.webapp.action.LoginServletTest
 
beginFormAuthentication(WebRequest) - Method in class org.appfuse.webapp.action.LoginServletTest
 
bufferedOutput - Variable in class org.appfuse.webapp.filter.GZIPResponseStream
 

C

CASE_INSENSITIVE_ORDER - Static variable in class org.appfuse.model.LabelValue
Comparator that can be used for a case insensitive sort of LabelValue objects.
CONFIG - Static variable in class org.appfuse.Constants
The name of the configuration hashmap stored in application scope.
COUNT_KEY - Static variable in class org.appfuse.webapp.listener.UserCounterListener
 
Constants - class org.appfuse.Constants.
Constant values for use in Servlets and JSPs.
Constants() - Constructor for class org.appfuse.Constants
 
ConstantsTag - class org.appfuse.webapp.taglib.ConstantsTag.
This class is designed to put all the public variables in a class to a specified scope - designed for exposing a Constants class to Tag Libraries.
ConstantsTag() - Constructor for class org.appfuse.webapp.taglib.ConstantsTag
 
ConstantsTei - class org.appfuse.webapp.taglib.ConstantsTei.
Implementation of TagExtraInfo for the constants tag, identifying the scripting object(s) to be made visible.
ConstantsTei() - Constructor for class org.appfuse.webapp.taglib.ConstantsTei
 
ConvertUtil - class org.appfuse.util.ConvertUtil.
Utility class to convert one object to another.
ConvertUtil() - Constructor for class org.appfuse.util.ConvertUtil
 
CurrencyConverter - class org.appfuse.util.CurrencyConverter.
This class is converts a Double to a double-digit String (and vise-versa) by BeanUtils when copying properties.
CurrencyConverter() - Constructor for class org.appfuse.util.CurrencyConverter
 
cancel(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeAction
 
cancel(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.TemplateAction
 
cancel(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
cancelled(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.BaseAction
Method which is dispatched to when the request is a cancel button submit.
checkLoginCookie(String) - Method in interface org.appfuse.service.UserManager
Validates a user based on a cookie value.
checkLoginCookie(String) - Method in class org.appfuse.service.UserManagerImpl
 
checkSsl(ActionMapping, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.BaseAction
Method to check and see if https is required for this resource
city - Variable in class org.appfuse.model.User
 
clazz - Variable in class org.appfuse.webapp.taglib.ConstantsTag
The class to expose the variables from.
close() - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
closed - Variable in class org.appfuse.webapp.filter.GZIPResponseStream
 
closed() - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
colon - Variable in class org.appfuse.webapp.taglib.LabelTag
 
compareTo(Object) - Method in class org.appfuse.model.LabelValue
Compare LabelValueBeans based on the label, because that's the human viewable part of the object.
confirmPassword - Variable in class org.appfuse.model.User
 
conn - Variable in class org.appfuse.persistence.BaseDAOTestCase
 
conn - Variable in class org.appfuse.service.BaseManagerTestCase
 
contextDestroyed(ServletContextEvent) - Method in class org.appfuse.webapp.listener.StartupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
 
contextInitialized(ServletContextEvent) - Method in class org.appfuse.webapp.listener.StartupListener
 
contextInitialized(ServletContextEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
 
convert(Object) - Static method in class org.appfuse.util.ConvertUtil
Convenience method to convert a form to a POJO and back again
convert(Class, Object) - Method in class org.appfuse.util.CurrencyConverter
Convert a String to a Double and a Double to a String
convert(Class, Object) - Method in class org.appfuse.util.DateConverter
Convert a String to a Date and a Date to a String
convert(Object) - Method in class org.appfuse.webapp.action.BaseAction
 
convert(Object) - Method in class org.appfuse.webapp.action.BaseStrutsTestCase
convenience method for tests that converts objects, dates and lists
convertBundleToMap(ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Method to convert a ResourceBundle to a Map object.
convertBundleToProperties(ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Method to convert a ResourceBundle to a Properties object.
convertDateToString(Date) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date based on the System Property 'dateFormat' in the format you specify on input
convertDates(Object, Object) - Static method in class org.appfuse.util.ConvertUtil
This method loops through all the Date methods and formats them for the UI.
convertDates(Object, Object) - Method in class org.appfuse.webapp.action.BaseAction
 
convertLists(Object) - Static method in class org.appfuse.util.ConvertUtil
Convenience method to convert Lists (in a Form) from POJOs to Forms.
convertLists(Object) - Method in class org.appfuse.webapp.action.BaseAction
 
convertStringToDate(String, String) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date/time in the format you specify on input
convertStringToDate(String) - Static method in class org.appfuse.util.DateUtil
This method converts a String to a date using the datePattern
country - Variable in class org.appfuse.model.User
 
createInstance() - Method in class org.appfuse.model.BaseObjectTest
 
createInstance() - Method in class org.appfuse.model.ResumeTest
 
createInstance() - Method in class org.appfuse.model.RoleTest
 
createInstance() - Method in class org.appfuse.model.UserTest
 
createInstance() - Method in class org.appfuse.util.StringUtilTest
 
createInstance() - Method in class org.appfuse.webapp.action.LoginServletTest
 
createInstance() - Method in class org.appfuse.webapp.action.RegistrationServletTest
 
createLoginCookie(String) - Method in interface org.appfuse.service.UserManager
Creates a cookie string using a username - designed for use when a user logs in and wants to be remembered.
createLoginCookie(String) - Method in class org.appfuse.service.UserManagerImpl
 
createOutputStream() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
createQueryStringFromMap(Map, String) - Static method in class org.appfuse.webapp.util.RequestUtil
Builds a query string from a given map of parameters
ctx - Variable in class org.appfuse.service.BaseManagerTestCase
 
ctx - Variable in class org.appfuse.webapp.action.BaseAction
 
ctx - Variable in class org.appfuse.webapp.action.BaseMockTestCase
 
ctx - Variable in class org.appfuse.webapp.action.BaseStrutsTestCase
 

D

DAO - interface org.appfuse.persistence.DAO.
Data Access Object (DAO) interface.
DAOException - exception org.appfuse.persistence.DAOException.
A general DAOException that is thrown by all DAO classes.
DAOException() - Constructor for class org.appfuse.persistence.DAOException
Constructor for DAOException.
DAOException(String) - Constructor for class org.appfuse.persistence.DAOException
Constructor for DAOException.
DAOException(String, Throwable) - Constructor for class org.appfuse.persistence.DAOException
Constructor for DAOException.
DAOException(Throwable) - Constructor for class org.appfuse.persistence.DAOException
Constructor for DAOException.
DAO_TYPE - Static variable in class org.appfuse.Constants
The application scoped attribute for persistence engine and class that implements it
DAO_TYPE_HIBERNATE - Static variable in class org.appfuse.Constants
 
DEFAULT_FROM - Static variable in class org.appfuse.Constants
Default from address for e-mail messages.
DEGREES - Static variable in class org.appfuse.Constants
The application scope attribute that holds the values for the degrees drop-down.
DateConverter - class org.appfuse.util.DateConverter.
This class is converts a java.util.Date to a String and a String to a java.util.Date.
DateConverter() - Constructor for class org.appfuse.util.DateConverter
 
DateUtil - class org.appfuse.util.DateUtil.
Date Utility Class This is used to convert Strings to Dates and Timestamps
DateUtil() - Constructor for class org.appfuse.util.DateUtil
 
DateUtilTest - class org.appfuse.util.DateUtilTest.
 
DateUtilTest(String) - Constructor for class org.appfuse.util.DateUtilTest
 
Degree - class org.appfuse.model.Degree.
This class is used to represent available degree/certifications.
Degree() - Constructor for class org.appfuse.model.Degree
 
decodeString(String) - Static method in class org.appfuse.util.StringUtil
Decode a string using Base64 encoding.
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.EducationAction
 
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ExperienceAction
 
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.MembershipAction
 
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ReferenceAction
 
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeAction
 
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeSkillAction
 
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.TemplateAction
 
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
deleteCookie(HttpServletResponse, Cookie, String) - Static method in class org.appfuse.webapp.util.RequestUtil
Convenience method for deleting a cookie by name
destroy() - Method in class org.appfuse.webapp.filter.ActionFilter
Destroys the filter.
destroy() - Method in class org.appfuse.webapp.filter.GZIPFilter
 
destroy() - Method in class org.appfuse.webapp.filter.LoginFilter
destroy any instance values other than config *
dispatch(HttpServletRequest, HttpServletResponse, String) - Method in class org.appfuse.webapp.action.RegistrationServlet
Dispatch request to common JSP
doAfterBody() - Method in class org.appfuse.webapp.taglib.Secure
 
doEndTag() - Method in class org.appfuse.webapp.taglib.Secure
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.appfuse.webapp.filter.ActionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.appfuse.webapp.filter.GZIPFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.appfuse.webapp.filter.LoginFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.LoginServlet
Route the user to the execute method
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.RegistrationServlet
Route the user to the execute method
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.LoginServlet
Route the user to the execute method
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.RegistrationServlet
Route the user to the execute method
doStartTag() - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
doStartTag() - Method in class org.appfuse.webapp.taglib.LabelTag
 
doStartTag() - Method in class org.appfuse.webapp.taglib.Secure
 

E

EDUCATION_KEY - Static variable in class org.appfuse.Constants
The request scope attribute under which a education form is stored
ENCRYPT_PASSWORD - Static variable in class org.appfuse.Constants
A flag to indicate if passwords should be encrypted
ENC_ALGORITHM - Static variable in class org.appfuse.Constants
The encryption algorithm key to be used for passwords
ERROR_PROPERTY_MAX_LENGTH_EXCEEDED - Static variable in class org.appfuse.webapp.form.UploadForm
 
EXPERIENCES - Static variable in class org.appfuse.Constants
The request scope attribute that holds the experiences list
EXPERIENCE_KEY - Static variable in class org.appfuse.Constants
The request scope attribute under which a resume skill form is stored
Education - class org.appfuse.model.Education.
Education class This class is used to represent a User's Education on their resume
Education() - Constructor for class org.appfuse.model.Education
 
EducationAction - class org.appfuse.webapp.action.EducationAction.
Implementation of Action that interacts with the EducationForm and retrieves values.
EducationAction() - Constructor for class org.appfuse.webapp.action.EducationAction
 
EducationActionTest - class org.appfuse.webapp.action.EducationActionTest.
 
EducationActionTest(String) - Constructor for class org.appfuse.webapp.action.EducationActionTest
 
Experience - class org.appfuse.model.Experience.
This class is used to represent a resume's work experience.
Experience() - Constructor for class org.appfuse.model.Experience
 
ExperienceAction - class org.appfuse.webapp.action.ExperienceAction.
Implementation of Action that interacts with the ExperienceForm and retrieves values.
ExperienceAction() - Constructor for class org.appfuse.webapp.action.ExperienceAction
 
ExperienceActionTest - class org.appfuse.webapp.action.ExperienceActionTest.
 
ExperienceActionTest(String) - Constructor for class org.appfuse.webapp.action.ExperienceActionTest
 
edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.EducationAction
 
edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ExperienceAction
 
edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.MembershipAction
 
edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ReferenceAction
 
edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeAction
 
edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeSkillAction
 
edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.TemplateAction
 
edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
email - Variable in class org.appfuse.model.User
 
encodePassword(String, String) - Static method in class org.appfuse.util.StringUtil
Encode a string using algorithm specified in web.xml and return the resulting encrypted password.
encodeString(String) - Static method in class org.appfuse.util.StringUtil
Encode a string using Base64 encoding.
endExecute(WebResponse) - Method in class org.appfuse.webapp.action.LoginServletTest
 
equals(Object) - Method in class org.appfuse.model.BaseObject
 
equals(Object) - Method in class org.appfuse.model.LabelValue
LabelValueBeans are equal if their values are both null or equal.
error - Variable in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
error(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.appfuse.webapp.velocity.PageServlet
Handle error in Velocity processing.
errorClass - Variable in class org.appfuse.webapp.taglib.LabelTag
 
execute(Exception, ExceptionConfig, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ActionExceptionHandler
This method handles any java.lang.Exceptions that are not caught in previous classes.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.BaseAction
Override the execute method in LookupDispatchAction to parse URLs and forward to methods without parameters.
execute(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.LoginServlet
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.RegistrationServlet
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UploadAction
 
execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.appfuse.webapp.action.UserCounterController
This method illustrates a simple example of using a Tiles Controller to get a "current users" counter for this application.

F

FILE_SEP - Static variable in class org.appfuse.Constants
File separator from System properties
FormattedDate - class org.appfuse.webapp.taglib.FormattedDate.
This class is a subclass of Date in order to format the Date for rendering on the UI.
FormattedDate() - Constructor for class org.appfuse.webapp.taglib.FormattedDate
 
finishResponse() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
firstName - Variable in class org.appfuse.model.User
 
flush() - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
flushBuffer() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
formatter - Variable in class org.appfuse.util.CurrencyConverter
 

G

GZIPFilter - class org.appfuse.webapp.filter.GZIPFilter.
Filter that compresses output with gzip (assuming that browser supports gzip).
GZIPFilter() - Constructor for class org.appfuse.webapp.filter.GZIPFilter
 
GZIPResponseStream - class org.appfuse.webapp.filter.GZIPResponseStream.
Wraps Response Stream for GZipFilter
GZIPResponseStream(HttpServletResponse) - Constructor for class org.appfuse.webapp.filter.GZIPResponseStream
 
GZIPResponseWrapper - class org.appfuse.webapp.filter.GZIPResponseWrapper.
Wraps Response for GZipFilter
GZIPResponseWrapper(HttpServletResponse) - Constructor for class org.appfuse.webapp.filter.GZIPResponseWrapper
 
GeneralException - exception org.appfuse.webapp.action.GeneralException.
This exception is designed to catch all exceptions and build a list of exceptions that have occurred.
GeneralException() - Constructor for class org.appfuse.webapp.action.GeneralException
Construct a new instance of this exception
getActionForm(ActionMapping, HttpServletRequest) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method for getting an action form base on it's mapped scope.
getAddress() - Method in class org.appfuse.model.User
Returns the address.
getAffiliation() - Method in class org.appfuse.model.Membership
 
getAllRoles() - Method in interface org.appfuse.service.LookupManager
Retrieves all possible roles from persistence layer
getAllRoles() - Method in class org.appfuse.service.LookupManagerImpl
 
getAvailableTemplates() - Method in interface org.appfuse.persistence.LookupDAO
Get a list of of all the templates in the database
getAvailableTemplates() - Method in class org.appfuse.persistence.hibernate.LookupDAOHibernate
 
getBean(String) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to bind objects in Actions
getCity() - Method in class org.appfuse.model.User
Returns the city.
getClassName() - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
getComments() - Method in class org.appfuse.model.Education
 
getComments() - Method in class org.appfuse.model.Resume
 
getCompletionDate() - Method in class org.appfuse.model.Education
 
getConfirmPassword() - Method in class org.appfuse.model.User
Returns the confirmedPassword.
getContent() - Method in class org.appfuse.model.Template
 
getCookie(HttpServletRequest, String) - Static method in class org.appfuse.webapp.util.RequestUtil
Convenience method to get a cookie by name
getCookieId() - Method in class org.appfuse.model.UserCookie
Returns the cookieId (a GUID).
getCountry() - Method in class org.appfuse.model.Education
 
getCountry() - Method in class org.appfuse.model.User
Returns the country.
getDate(Date) - Static method in class org.appfuse.util.DateUtil
This method attempts to convert an Oracle-formatted date in the form dd-MMM-yyyy to mm/dd/yyyy.
getDateCreated() - Method in class org.appfuse.model.UserCookie
 
getDatePattern() - Static method in class org.appfuse.util.DateUtil
Return default datePattern (MM/dd/yyyy)
getDateTime(String, Date) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date's date/time in the format you specify on input
getDegree() - Method in class org.appfuse.model.Education
 
getDegreeId() - Method in class org.appfuse.model.Education
Returns the degreeId.
getDegrees() - Method in interface org.appfuse.persistence.LookupDAO
Get a list of available degrees from the database.
getDegrees() - Method in class org.appfuse.persistence.hibernate.LookupDAOHibernate
 
getDegrees() - Method in interface org.appfuse.service.LookupManager
Retrieves all degrees for use in a drop-down
getDegrees() - Method in class org.appfuse.service.LookupManagerImpl
 
getDescription() - Method in class org.appfuse.model.Degree
Returns the description.
getDescription() - Method in class org.appfuse.model.Experience
 
getDescription() - Method in class org.appfuse.model.Resume
Returns the description.
getDescription() - Method in class org.appfuse.model.Role
Returns the userId.
getEducation(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a specific education experience based on its id.
getEducation(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getEducation(String) - Method in interface org.appfuse.service.ResumeManager
Gets a specific education experience based on its id.
getEducation(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getEducations() - Method in class org.appfuse.model.Resume
Returns the schools associated with this resume.
getEmail() - Method in class org.appfuse.model.Reference
 
getEmail() - Method in class org.appfuse.model.User
Returns the email.
getEndDate() - Method in class org.appfuse.model.Experience
 
getEndDate() - Method in class org.appfuse.model.Membership
 
getErrors(HttpServletRequest) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to initialize errors in a subclass.
getExperience(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a specific work experience based on its id.
getExperience(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getExperience(String) - Method in interface org.appfuse.service.ResumeManager
Gets a specific work experience based on its id.
getExperience(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getExperiences() - Method in class org.appfuse.model.Resume
Returns the work experiences associated with this resume.
getFirstName() - Method in class org.appfuse.model.User
Returns the firstName.
getId() - Method in class org.appfuse.model.Degree
Returns the name identifier.
getId() - Method in class org.appfuse.model.Education
Returns the id.
getId() - Method in class org.appfuse.model.Experience
Returns the primary key.
getId() - Method in class org.appfuse.model.Membership
Returns the organizationName identifier.
getId() - Method in class org.appfuse.model.Reference
Returns the organizationName identifier.
getId() - Method in class org.appfuse.model.Resume
Returns the id.
getId() - Method in class org.appfuse.model.SalaryType
Returns the name identifier.
getId() - Method in class org.appfuse.model.Skill
Returns the id.
getId() - Method in class org.appfuse.model.Template
Returns the id.
getId() - Method in class org.appfuse.model.User
Returns the id.
getId() - Method in class org.appfuse.model.UserCookie
Returns the id.
getId() - Method in class org.appfuse.model.UserRole
Returns the id.
getId() - Method in class org.appfuse.model.WorkStatus
Returns the status identifier.
getKeyMethodMap() - Method in class org.appfuse.webapp.action.BaseAction
Provides the mapping from resource key to method name
getLabel() - Method in class org.appfuse.model.LabelValue
 
getLastModified() - Method in class org.appfuse.model.Template
 
getLastName() - Method in class org.appfuse.model.User
Returns the lastName.
getLastUsed() - Method in class org.appfuse.model.Skill
Returns the last time this skill was used
getLocation() - Method in class org.appfuse.model.Education
Returns the location.
getLocation() - Method in class org.appfuse.model.Experience
 
getLookupMapName(HttpServletRequest, String, ActionMapping) - Method in class org.appfuse.webapp.action.BaseAction
Lookup the method name corresponding to the client request's locale.
getMask() - Method in class org.appfuse.webapp.taglib.FormattedDate
Returns the mask.
getMembership(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a specific membership based on its id.
getMembership(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getMembership(String) - Method in interface org.appfuse.service.ResumeManager
Gets a specific membership based on its id.
getMembership(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getMemberships() - Method in class org.appfuse.model.Resume
Returns the memberships associated with this resume.
getMemberships(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a list of memberships based on the passed in resumeId.
getMemberships(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getMemberships(String) - Method in interface org.appfuse.service.ResumeManager
Gets a list of memberships based on the passed in resumeId.
getMemberships(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getMessages(HttpServletRequest) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to initialize messages in a subclass.
getMethodName(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class org.appfuse.webapp.action.BaseAction
Returns the method name, given a parameter's value.
getName() - Method in class org.appfuse.model.Degree
Returns the name.
getName() - Method in class org.appfuse.model.Education
Returns the name.
getName() - Method in class org.appfuse.model.Reference
 
getName() - Method in class org.appfuse.model.Resume
Returns the name.
getName() - Method in class org.appfuse.model.Role
Returns the name.
getName() - Method in class org.appfuse.model.SalaryType
Returns the name description.
getName() - Method in class org.appfuse.model.Skill
Returns the name.
getName() - Method in class org.appfuse.model.Template
Returns the name.
getName() - Method in class org.appfuse.webapp.form.UploadForm
Retrieve the name the user has given the uploaded file
getObject(Object) - Method in class org.appfuse.service.ResumeManagerImpl
Convenience method to use reflection and fetch an object based on its id.
getObjective() - Method in class org.appfuse.model.Resume
Returns the objective.
getOpposingObject(Object) - Static method in class org.appfuse.util.ConvertUtil
This method inspects a POJO or Form and figures out its pojo/form equivalent.
getOrganizationName() - Method in class org.appfuse.model.Experience
Returns the organizationName description.
getOrganizationName() - Method in class org.appfuse.model.Membership
Returns the organizationName description.
getOrganizationName() - Method in class org.appfuse.model.Reference
Returns the organizationName phoneNumber.
getOutputStream() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
getPassword() - Method in class org.appfuse.model.User
Returns the password.
getPasswordHint() - Method in class org.appfuse.model.User
Returns the passwordHint.
getPersonal() - Method in class org.appfuse.model.Reference
 
getPhoneNumber() - Method in class org.appfuse.model.Reference
 
getPhoneNumber() - Method in class org.appfuse.model.User
Returns the phoneNumber.
getPostalCode() - Method in class org.appfuse.model.User
Returns the postalCode.
getProfessional() - Method in class org.appfuse.model.Reference
 
getProvince() - Method in class org.appfuse.model.User
Returns the province.
getRedirectString(HttpServletRequest, ServletContext, boolean) - Static method in class org.appfuse.webapp.util.SslUtil
 
getReference(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a specific reference based on its id.
getReference(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getReference(String) - Method in interface org.appfuse.service.ResumeManager
Gets a specific reference based on its id.
getReference(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getReferences() - Method in class org.appfuse.model.Resume
Returns the references associated with this resume.
getReferences(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a list of references based on the passed in resumeId.
getReferences(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getReferences(String) - Method in interface org.appfuse.service.ResumeManager
Gets a list of references based on the passed in resumeId.
getReferences(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getRequestParameters(HttpServletRequest) - Static method in class org.appfuse.webapp.util.RequestUtil
Creates query String from request body parameters
getResume(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a resume based on a resume's id
getResume(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getResume(String) - Method in interface org.appfuse.service.ResumeManager
Retrives a single resume object based on a resumeId
getResume(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getResumeId() - Method in class org.appfuse.model.Education
Returns the parent resume.
getResumeId() - Method in class org.appfuse.model.Experience
 
getResumeId() - Method in class org.appfuse.model.Membership
 
getResumeId() - Method in class org.appfuse.model.Reference
 
getResumeId() - Method in class org.appfuse.model.ResumeSkill
Returns the associated resumeId of this skill
getResumeId(HttpServletRequest) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to lookup the user's resumeId
getResumeSkill(Long) - Method in interface org.appfuse.persistence.SkillDAO
Gets a resumeSkill based on a skill's id
getResumeSkill(Long) - Method in class org.appfuse.persistence.hibernate.SkillDAOHibernate
 
getResumeSkill(String) - Method in interface org.appfuse.service.ResumeManager
Retrieves a single skill object based on its id
getResumeSkill(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getResumeSkills() - Method in class org.appfuse.model.Resume
Returns the resumeSkills associated with this resume.
getResumeSkills(Long) - Method in interface org.appfuse.persistence.SkillDAO
Gets a list of resume skills based on a resumeId
getResumeSkills(Long) - Method in class org.appfuse.persistence.hibernate.SkillDAOHibernate
 
getResumeSkills(String) - Method in interface org.appfuse.service.ResumeManager
Retrieves multiple skill objects based on a resumeId
getResumeSkills(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getResumesByUserId(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets resume by name, create new resume if necessary.
getResumesByUserId(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
Get resume by name, create new one if necessary.
getResumesForUser(String) - Method in interface org.appfuse.service.ResumeManager
Retrieves resumes based on a userId
getResumesForUser(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getRoleName() - Method in class org.appfuse.model.UserRole
Returns the rolename.
getRoles() - Method in class org.appfuse.model.User
Returns the user's roles.
getRoles() - Method in interface org.appfuse.persistence.LookupDAO
Returns a list of all roles in the database
getRoles() - Method in class org.appfuse.persistence.hibernate.LookupDAOHibernate
 
getSchools(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a list of education experiences based on the passed in resumeId.
getSchools(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getSchools(String) - Method in interface org.appfuse.service.ResumeManager
Gets a list of education experiences based on the passed in resumeId.
getSchools(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getScope() - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
getSession() - Static method in class org.appfuse.util.MailUtil
Retrieves a Mail session from Tomcat's Resource Factory (JNDI)
getStartDate() - Method in class org.appfuse.model.Experience
 
getStartDate() - Method in class org.appfuse.model.Membership
 
getState() - Method in class org.appfuse.model.Education
Returns the state.
getStatus() - Method in class org.appfuse.model.WorkStatus
Returns the status description.
getTemplate(Long) - Method in interface org.appfuse.persistence.TemplateDAO
Get a template based on its primary key.
getTemplate(Long) - Method in class org.appfuse.persistence.hibernate.TemplateDAOHibernate
 
getTemplate(String) - Method in interface org.appfuse.service.TemplateManager
Retrives a single template object based on a templateId
getTemplate(String) - Method in class org.appfuse.service.TemplateManagerImpl
 
getTemplate(String) - Method in class org.appfuse.webapp.velocity.PageServlet
Override the parent getTemplate( String name ) method.
getTemplate(String, String) - Method in class org.appfuse.webapp.velocity.PageServlet
Override the parent getTemplate(String name, String encoding) method.
getTemplates() - Method in interface org.appfuse.service.LookupManager
Retrieves all templates for use in a drop-down
getTemplates() - Method in class org.appfuse.service.LookupManagerImpl
 
getTheFile() - Method in class org.appfuse.webapp.form.UploadForm
Retrieve a representation of the file the user has uploaded
getTimeNow(Date) - Static method in class org.appfuse.util.DateUtil
This method returns the current date time in the format: MM/dd/yyyy HH:MM a
getTitle() - Method in class org.appfuse.model.Experience
 
getTitle() - Method in class org.appfuse.model.Reference
 
getToday() - Static method in class org.appfuse.util.DateUtil
This method returns the current date in the format: MM/dd/yyyy
getUser(String) - Method in interface org.appfuse.persistence.UserDAO
Gets users information based on login name.
getUser(String) - Method in class org.appfuse.persistence.hibernate.UserDAOHibernate
Get user by username.
getUser(String) - Method in interface org.appfuse.service.UserManager
Retrieves a user by name, and can create a new one
getUser(String) - Method in class org.appfuse.service.UserManagerImpl
 
getUser(HttpSession) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to get the userForm from the session
getUserCookie(String) - Method in interface org.appfuse.persistence.UserDAO
Gets a userCookie object from the database, based on cookieId
getUserCookie(String) - Method in class org.appfuse.persistence.hibernate.UserDAOHibernate
 
getUserId() - Method in class org.appfuse.model.Resume
Returns the user.
getUserId() - Method in class org.appfuse.model.UserRole
 
getUserRoles() - Method in class org.appfuse.webapp.form.UserFormEx
 
getUsername() - Method in class org.appfuse.model.User
Returns the username.
getUsername() - Method in class org.appfuse.model.UserCookie
Returns the username.
getUsername() - Method in class org.appfuse.model.UserRole
Returns the username.
getUsers(User) - Method in interface org.appfuse.persistence.UserDAO
Gets a list of users based on parameters passed in.
getUsers(User) - Method in class org.appfuse.persistence.hibernate.UserDAOHibernate
 
getUsers(Object) - Method in interface org.appfuse.service.UserManager
Retrieves a list of users, filtering with parameters on a user object
getUsers(Object) - Method in class org.appfuse.service.UserManagerImpl
 
getValue() - Method in class org.appfuse.model.LabelValue
 
getVar() - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
getVariableInfo(TagData) - Method in class org.appfuse.webapp.taglib.ConstantsTei
Return information about the scripting variables to be created.
getWebsite() - Method in class org.appfuse.model.User
Returns the website.
getWorkHistory(Long) - Method in interface org.appfuse.persistence.ResumeDAO
Gets a list of work experiences based on the passed in resumeId.
getWorkHistory(Long) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
getWorkHistory(String) - Method in interface org.appfuse.service.ResumeManager
Gets a list of work experiences based on the passed in resumeId.
getWorkHistory(String) - Method in class org.appfuse.service.ResumeManagerImpl
 
getWorkStatus() - Method in class org.appfuse.model.Resume
Returns the work status for the given id
getWorkStatusId() - Method in class org.appfuse.model.Resume
 
getWorkStatuses() - Method in interface org.appfuse.persistence.LookupDAO
Get a list of available work statuses from the database.
getWorkStatuses() - Method in class org.appfuse.persistence.hibernate.LookupDAOHibernate
 
getWorkStatuses() - Method in interface org.appfuse.service.LookupManager
Retrieves all work statuses for use in a drop-down
getWorkStatuses() - Method in class org.appfuse.service.LookupManagerImpl
 
getWriter() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
getYearsExperience() - Method in class org.appfuse.model.Skill
Returns the years of experience with this skill

H

HTTP - Static variable in class org.appfuse.webapp.util.SslUtil
 
HTTPS - Static variable in class org.appfuse.webapp.util.SslUtil
 
HTTPS_PORT - Static variable in class org.appfuse.Constants
 
HTTPS_PORT_PARAM - Static variable in class org.appfuse.webapp.util.SslUtil
 
HTTP_PORT - Static variable in class org.appfuse.Constants
Application scoped attributes for SSL Switching
HTTP_PORT_PARAM - Static variable in class org.appfuse.webapp.util.SslUtil
 
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.appfuse.webapp.velocity.PageServlet
 
hashCode(Object) - Method in class org.appfuse.model.BaseObject
 
hashCode() - Method in class org.appfuse.model.LabelValue
The hash code is based on the object's value.

I

InvalidResumeException - exception org.appfuse.webapp.action.InvalidResumeException.
This exception is designed to catch all exceptions and build a list of exceptions that have occurred.
InvalidResumeException(String) - Constructor for class org.appfuse.webapp.action.InvalidResumeException
Construct a new instance of this exception
id - Variable in class org.appfuse.model.User
 
init() - Method in class org.appfuse.webapp.action.LoginServlet
Validates the Init and Context parameters, configures authentication URL
init(FilterConfig) - Method in class org.appfuse.webapp.filter.ActionFilter
 
init(FilterConfig) - Method in class org.appfuse.webapp.filter.GZIPFilter
 
init(FilterConfig) - Method in class org.appfuse.webapp.filter.LoginFilter
Initialize controller values of filter.
init(ServletConfig) - Method in class org.appfuse.webapp.velocity.PageServlet
Sets servletContext for WebappResourceLoader.
initVelocity(ServletConfig) - Method in class org.appfuse.webapp.velocity.PageServlet
Override initVelocity() so we can man-handle the list of resource loaders

J

JNDI_MAIL - Static variable in class org.appfuse.Constants
JNDI Name of Mail Session.

K

key - Variable in class org.appfuse.webapp.taglib.LabelTag
 

L

LOGIN_COOKIE - Static variable in class org.appfuse.Constants
Name of cookie for "Remember Me" functionality.
LabelTag - class org.appfuse.webapp.taglib.LabelTag.
This class is designed to render a
LabelTag() - Constructor for class org.appfuse.webapp.taglib.LabelTag
 
LabelValue - class org.appfuse.model.LabelValue.
A simple JavaBean to represent label-value pairs.
LabelValue() - Constructor for class org.appfuse.model.LabelValue
Default constructor.
LabelValue(String, String) - Constructor for class org.appfuse.model.LabelValue
Construct an instance with the supplied property values.
LoginFilter - class org.appfuse.webapp.filter.LoginFilter.
Intercepts Login requests for "Remember Me" functionality.
LoginFilter() - Constructor for class org.appfuse.webapp.filter.LoginFilter
 
LoginServlet - class org.appfuse.webapp.action.LoginServlet.
Implementation of HttpServlet that is used to get a username and password and encrypt the password before sending to container-managed authentication.
LoginServlet() - Constructor for class org.appfuse.webapp.action.LoginServlet
 
LoginServletTest - class org.appfuse.webapp.action.LoginServletTest.
 
LoginServletTest(String) - Constructor for class org.appfuse.webapp.action.LoginServletTest
 
LookupDAO - interface org.appfuse.persistence.LookupDAO.
Lookup Data Access Object (DAO) interface.
LookupDAOHibernate - class org.appfuse.persistence.hibernate.LookupDAOHibernate.
Hibernate implementation of LookupDAO.
LookupDAOHibernate() - Constructor for class org.appfuse.persistence.hibernate.LookupDAOHibernate
 
LookupDAOTest - class org.appfuse.persistence.LookupDAOTest.
This class tests the current LookupDAO implementation class
LookupDAOTest() - Constructor for class org.appfuse.persistence.LookupDAOTest
 
LookupManager - interface org.appfuse.service.LookupManager.
Business Delegate (Proxy) Interface to talk to persistence layer and retrieve values for drop-down choice lists.
LookupManagerImpl - class org.appfuse.service.LookupManagerImpl.
Implementation of LookupManager interface to talk to the persistence layer.
LookupManagerImpl() - Constructor for class org.appfuse.service.LookupManagerImpl
 
LookupManagerTest - class org.appfuse.service.LookupManagerTest.
 
LookupManagerTest() - Constructor for class org.appfuse.service.LookupManagerTest
 
lastName - Variable in class org.appfuse.model.User
 
log - Variable in class org.appfuse.persistence.BaseDAOTestCase
 
log - Variable in class org.appfuse.util.CurrencyConverter
 
log - Static variable in class org.appfuse.webapp.action.BaseAction
 
log - Variable in class org.appfuse.webapp.taglib.LabelTag
 
logException(Exception) - Method in class org.appfuse.webapp.action.ActionExceptionHandler
 
login - Variable in class org.appfuse.webapp.action.BaseMockTestCase
 
login - Variable in class org.appfuse.webapp.action.BaseStrutsTestCase
 

M

MEMBERSHIPS - Static variable in class org.appfuse.Constants
The request scope attribute that holds the resume skill list
MEMBERSHIP_KEY - Static variable in class org.appfuse.Constants
The request scope attribute under which a membership form is stored
MODE_EITHER - Static variable in class org.appfuse.webapp.taglib.Secure
 
MODE_SECURED - Static variable in class org.appfuse.webapp.taglib.Secure
 
MODE_UNSECURED - Static variable in class org.appfuse.webapp.taglib.Secure
 
MailUtil - class org.appfuse.util.MailUtil.
Utility class to send e-mail.
MailUtil() - Constructor for class org.appfuse.util.MailUtil
 
MailUtilTest - class org.appfuse.util.MailUtilTest.
Tests the methods in MailUtil class
MailUtilTest(String) - Constructor for class org.appfuse.util.MailUtilTest
Constructor
Membership - class org.appfuse.model.Membership.
This class is used to represent a resume's memberships and affiliations.
Membership() - Constructor for class org.appfuse.model.Membership
 
MembershipAction - class org.appfuse.webapp.action.MembershipAction.
Implementation of Action that interacts with the MembershipForm and retrieves values.
MembershipAction() - Constructor for class org.appfuse.webapp.action.MembershipAction
 
MembershipActionTest - class org.appfuse.webapp.action.MembershipActionTest.
 
MembershipActionTest(String) - Constructor for class org.appfuse.webapp.action.MembershipActionTest
 
main(String[]) - Static method in class org.appfuse.model.BaseObjectTest
 
main(String[]) - Static method in class org.appfuse.model.ResumeTest
 
main(String[]) - Static method in class org.appfuse.model.RoleTest
 
main(String[]) - Static method in class org.appfuse.model.UserTest
 
main(String[]) - Static method in class org.appfuse.persistence.LookupDAOTest
 
main(String[]) - Static method in class org.appfuse.persistence.ResumeDAOTest
 
main(String[]) - Static method in class org.appfuse.persistence.SkillDAOTest
 
main(String[]) - Static method in class org.appfuse.persistence.TemplateDAOTest
 
main(String[]) - Static method in class org.appfuse.persistence.UserDAOTest
 
main(String[]) - Static method in class org.appfuse.service.LookupManagerTest
 
main(String[]) - Static method in class org.appfuse.service.ResumeManagerTest
 
main(String[]) - Static method in class org.appfuse.service.ResumeSkillTest
 
main(String[]) - Static method in class org.appfuse.service.TemplateManagerTest
 
main(String[]) - Static method in class org.appfuse.service.UserManagerTest
 
main(String[]) - Static method in class org.appfuse.util.DateUtilTest
 
main(String[]) - Static method in class org.appfuse.util.MailUtilTest
main method
main(String[]) - Static method in class org.appfuse.util.RandomGUID
 
main(String[]) - Static method in class org.appfuse.util.StringUtilTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.EducationActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.ExperienceActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.LoginServletTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.MembershipActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.ReferenceActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.RegistrationServletTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.ResumeActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.ResumeSkillActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.TemplateActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.UploadActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.action.UserActionTest
 
main(String[]) - Static method in class org.appfuse.webapp.filter.ActionFilterTest
 
main(String[]) - Static method in class org.appfuse.webapp.listener.StartupListenerTest
 

N

name - Variable in class org.appfuse.webapp.form.UploadForm
The value of the text the user has sent as form data
nextPage(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeAction
 

O

ObjectDisabledException - exception org.appfuse.persistence.ObjectDisabledException.
This exception is used to signify that an object has been disabled.
ObjectDisabledException() - Constructor for class org.appfuse.persistence.ObjectDisabledException
Constructor for ObjectDisabledException.
ObjectDisabledException(String) - Constructor for class org.appfuse.persistence.ObjectDisabledException
Constructor for DAOException.
ObjectDisabledException(String, Throwable) - Constructor for class org.appfuse.persistence.ObjectDisabledException
Constructor for ObjectDisabledException.
ObjectDisabledException(Throwable) - Constructor for class org.appfuse.persistence.ObjectDisabledException
Constructor for ObjectDisabledException.
org.appfuse - package org.appfuse
 
org.appfuse.model - package org.appfuse.model
 
org.appfuse.persistence - package org.appfuse.persistence
 
org.appfuse.persistence.hibernate - package org.appfuse.persistence.hibernate
 
org.appfuse.service - package org.appfuse.service
 
org.appfuse.util - package org.appfuse.util
 
org.appfuse.webapp.action - package org.appfuse.webapp.action
 
org.appfuse.webapp.filter - package org.appfuse.webapp.filter
 
org.appfuse.webapp.form - package org.appfuse.webapp.form
 
org.appfuse.webapp.listener - package org.appfuse.webapp.listener
 
org.appfuse.webapp.taglib - package org.appfuse.webapp.taglib
 
org.appfuse.webapp.util - package org.appfuse.webapp.util
 
org.appfuse.webapp.velocity - package org.appfuse.webapp.velocity
 
origResponse - Variable in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
output - Variable in class org.appfuse.webapp.filter.GZIPResponseStream
 

P

PageServlet - class org.appfuse.webapp.velocity.PageServlet.
Extend VelocityServlet to load proper resource loader for page execution.
PageServlet() - Constructor for class org.appfuse.webapp.velocity.PageServlet
 
password - Variable in class org.appfuse.model.User
 
passwordHint - Variable in class org.appfuse.model.User
 
phoneNumber - Variable in class org.appfuse.model.User
 
populate(Object) - Method in class org.appfuse.persistence.BaseDAOTestCase
Utility method to populate a javabean-style object with values from a Properties file
populate(Object) - Method in class org.appfuse.service.BaseManagerTestCase
Utility method to populate a javabean-style object with values from a Properties file
populateObject(Object, ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Convenience method used by tests to populate an object from a ResourceBundle
postalCode - Variable in class org.appfuse.model.User
 
preview(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.TemplateAction
This method is for previewing the template with an existing position and contact.
province - Variable in class org.appfuse.model.User
 

R

REFERENCES - Static variable in class org.appfuse.Constants
The request scope attribute that holds the references list
REFERENCE_KEY - Static variable in class org.appfuse.Constants
The request scope attribute under which a reference form is stored
REGISTERED - Static variable in class org.appfuse.Constants
The request scope attribute for indicating a newly-registered user
RESUME_KEY - Static variable in class org.appfuse.Constants
The request scope attribute for storing a resume
RESUME_SKILLS - Static variable in class org.appfuse.Constants
The request scope attribute that holds the resume skill list
RESUME_SKILL_KEY - Static variable in class org.appfuse.Constants
The request scope attribute under which a resume skill form is stored
RandomGUID - class org.appfuse.util.RandomGUID.
 
RandomGUID() - Constructor for class org.appfuse.util.RandomGUID
 
RandomGUID(boolean) - Constructor for class org.appfuse.util.RandomGUID
 
Reference - class org.appfuse.model.Reference.
This class is used to represent a resume's reference(s).
Reference() - Constructor for class org.appfuse.model.Reference
 
ReferenceAction - class org.appfuse.webapp.action.ReferenceAction.
Implementation of Action that interacts with the ReferenceForm and retrieves values.
ReferenceAction() - Constructor for class org.appfuse.webapp.action.ReferenceAction
 
ReferenceActionTest - class org.appfuse.webapp.action.ReferenceActionTest.
 
ReferenceActionTest(String) - Constructor for class org.appfuse.webapp.action.ReferenceActionTest
 
RegistrationServlet - class org.appfuse.webapp.action.RegistrationServlet.
Implementation of HttpServlet that is used to allow users to self-register.
RegistrationServlet() - Constructor for class org.appfuse.webapp.action.RegistrationServlet
 
RegistrationServletTest - class org.appfuse.webapp.action.RegistrationServletTest.
 
RegistrationServletTest(String) - Constructor for class org.appfuse.webapp.action.RegistrationServletTest
 
RequestUtil - class org.appfuse.webapp.util.RequestUtil.
RequestUtil utility class Good ol' copy-n-paste from http://www.javaworld.com/javaworld/jw-02-2002/ssl/utilityclass.txt which is referenced in the following article: http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html
RequestUtil() - Constructor for class org.appfuse.webapp.util.RequestUtil
 
Resume - class org.appfuse.model.Resume.
Resume class This class is used to represent a Resume object
Resume() - Constructor for class org.appfuse.model.Resume
 
ResumeAction - class org.appfuse.webapp.action.ResumeAction.
Implementation of Action that interacts with the ResumeForm and retrieves values.
ResumeAction() - Constructor for class org.appfuse.webapp.action.ResumeAction
 
ResumeActionTest - class org.appfuse.webapp.action.ResumeActionTest.
 
ResumeActionTest(String) - Constructor for class org.appfuse.webapp.action.ResumeActionTest
 
ResumeDAO - interface org.appfuse.persistence.ResumeDAO.
User Data Access Object (DAO) interface.
ResumeDAOHibernate - class org.appfuse.persistence.hibernate.ResumeDAOHibernate.
 
ResumeDAOHibernate() - Constructor for class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
ResumeDAOTest - class org.appfuse.persistence.ResumeDAOTest.
 
ResumeDAOTest() - Constructor for class org.appfuse.persistence.ResumeDAOTest
 
ResumeManager - interface org.appfuse.service.ResumeManager.
Business Delegate (Proxy) Interface to handle communication between web and persistence layer.
ResumeManagerImpl - class org.appfuse.service.ResumeManagerImpl.
Business Delegate (Proxy) Interface to handle communication between web and persistence layer
ResumeManagerImpl() - Constructor for class org.appfuse.service.ResumeManagerImpl
 
ResumeManagerTest - class org.appfuse.service.ResumeManagerTest.
 
ResumeManagerTest() - Constructor for class org.appfuse.service.ResumeManagerTest
 
ResumeSkill - class org.appfuse.model.ResumeSkill.
ResumeSkill class This class is used to represent a skill associated with a resume;
ResumeSkill() - Constructor for class org.appfuse.model.ResumeSkill
 
ResumeSkillAction - class org.appfuse.webapp.action.ResumeSkillAction.
Implementation of Action that interacts with the ResumeSkillForm and retrieves values.
ResumeSkillAction() - Constructor for class org.appfuse.webapp.action.ResumeSkillAction
 
ResumeSkillActionTest - class org.appfuse.webapp.action.ResumeSkillActionTest.
 
ResumeSkillActionTest(String) - Constructor for class org.appfuse.webapp.action.ResumeSkillActionTest
 
ResumeSkillTest - class org.appfuse.service.ResumeSkillTest.
 
ResumeSkillTest() - Constructor for class org.appfuse.service.ResumeSkillTest
 
ResumeTest - class org.appfuse.model.ResumeTest.
Generated by JUnitDoclet, a tool provided by ObjectFab GmbH under LGPL.
ResumeTest(String) - Constructor for class org.appfuse.model.ResumeTest
 
Role - class org.appfuse.model.Role.
Role class This class is used to represent available roles in the database.
Role() - Constructor for class org.appfuse.model.Role
 
RoleTest - class org.appfuse.model.RoleTest.
Generated by JUnitDoclet, a tool provided by ObjectFab GmbH under LGPL.
RoleTest(String) - Constructor for class org.appfuse.model.RoleTest
 
rb - Variable in class org.appfuse.persistence.BaseDAOTestCase
 
rb - Variable in class org.appfuse.service.BaseManagerTestCase
 
rb - Variable in class org.appfuse.webapp.action.BaseMockTestCase
 
rb - Variable in class org.appfuse.webapp.action.BaseStrutsTestCase
 
reclaimRequestAttributes(HttpServletRequest) - Static method in class org.appfuse.webapp.util.RequestUtil
Returns request attributes from session to request
release() - Method in class org.appfuse.webapp.taglib.ConstantsTag
Release all allocated resources.
release() - Method in class org.appfuse.webapp.taglib.LabelTag
Release all allocated resources.
removeFormBean(ActionMapping, HttpServletRequest) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method for removing the obsolete form bean.
removeLoginCookies(String) - Method in interface org.appfuse.service.UserManager
Deletes all cookies for user.
removeLoginCookies(String) - Method in class org.appfuse.service.UserManagerImpl
 
removeObject(Object) - Method in interface org.appfuse.persistence.ResumeDAO
Generic method to delete an object
removeObject(Object) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
removeObject(Object) - Method in interface org.appfuse.service.ResumeManager
Removes an object from the database by id
removeObject(Object) - Method in class org.appfuse.service.ResumeManagerImpl
 
removeResume(Object) - Method in interface org.appfuse.persistence.ResumeDAO
Deletes a resume.
removeResume(Object) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
removeResumeSkill(ResumeSkill) - Method in interface org.appfuse.persistence.SkillDAO
Deletes a skill.
removeResumeSkill(ResumeSkill) - Method in class org.appfuse.persistence.hibernate.SkillDAOHibernate
 
removeTemplate(Template) - Method in interface org.appfuse.persistence.TemplateDAO
Removes a template from the database.
removeTemplate(Template) - Method in class org.appfuse.persistence.hibernate.TemplateDAOHibernate
 
removeTemplate(Object) - Method in interface org.appfuse.service.TemplateManager
Removes a template from the database by id
removeTemplate(Object) - Method in class org.appfuse.service.TemplateManagerImpl
 
removeUser(User) - Method in interface org.appfuse.persistence.UserDAO
Removes a user from the database by id
removeUser(User) - Method in class org.appfuse.persistence.hibernate.UserDAOHibernate
 
removeUser(Object) - Method in interface org.appfuse.service.UserManager
Removes a user from the database by id
removeUser(Object) - Method in class org.appfuse.service.UserManagerImpl
 
removeUserCookies(String) - Method in interface org.appfuse.persistence.UserDAO
Removes all cookies for a specified username
removeUserCookies(String) - Method in class org.appfuse.persistence.hibernate.UserDAOHibernate
 
reset() - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
response - Variable in class org.appfuse.webapp.filter.GZIPResponseStream
 
roles - Variable in class org.appfuse.model.User
 

S

SALARY_TYPES_LIST - Static variable in class org.appfuse.Constants
The application scope attribute that holds the values for the salaryTypes list (used in a drop-down).
SCHOOLS - Static variable in class org.appfuse.Constants
The request scope attribute that holds the schools list
SECURE - Static variable in class org.appfuse.webapp.action.BaseAction
 
SECURE_LOGIN - Static variable in class org.appfuse.Constants
The application scoped attribute for indicating a secure login
SERVLET_CONTEXT_KEY - Static variable in class org.appfuse.webapp.listener.StartupListener
Key used to access the ServletContext in the Velocity application attributes.
STD_HTTPS_PORT - Static variable in class org.appfuse.webapp.util.SslUtil
 
STD_HTTP_PORT - Static variable in class org.appfuse.webapp.util.SslUtil
 
SalaryType - class org.appfuse.model.SalaryType.
SalaryType class This class is used to represent available salary types - represented in a drop-down on the Position Detail page.
SalaryType() - Constructor for class org.appfuse.model.SalaryType
 
Secure - class org.appfuse.webapp.taglib.Secure.
This tag library is designed to be used on a JSP to switch HTTP -> HTTPS protocols and vise versa.
Secure() - Constructor for class org.appfuse.webapp.taglib.Secure
 
Skill - class org.appfuse.model.Skill.
Skill class This class is used to represent the parent of a PositionSkill and a ResumeSkill.
Skill() - Constructor for class org.appfuse.model.Skill
 
SkillDAO - interface org.appfuse.persistence.SkillDAO.
Skill Data Access Object (DAO) interface.
SkillDAOHibernate - class org.appfuse.persistence.hibernate.SkillDAOHibernate.
 
SkillDAOHibernate() - Constructor for class org.appfuse.persistence.hibernate.SkillDAOHibernate
 
SkillDAOTest - class org.appfuse.persistence.SkillDAOTest.
 
SkillDAOTest() - Constructor for class org.appfuse.persistence.SkillDAOTest
 
SslUtil - class org.appfuse.webapp.util.SslUtil.
SslUtil utility class Good ol' copy-n-paste from http://www.javaworld.com/javaworld/jw-02-2002/ssl/utilityclass.txt which is referenced in the following article: http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html
SslUtil() - Constructor for class org.appfuse.webapp.util.SslUtil
 
StartupListener - class org.appfuse.webapp.listener.StartupListener.
StartupListener class used to initialize and database settings and populate any application-wide drop-downs.
StartupListener() - Constructor for class org.appfuse.webapp.listener.StartupListener
 
StartupListenerTest - class org.appfuse.webapp.listener.StartupListenerTest.
This class tests the StartupListener class to verify that variables are placed into the application context.
StartupListenerTest(String) - Constructor for class org.appfuse.webapp.listener.StartupListenerTest
 
StringUtil - class org.appfuse.util.StringUtil.
String Utility Class This is used to encode passwords programmatically
StringUtil() - Constructor for class org.appfuse.util.StringUtil
 
StringUtilTest - class org.appfuse.util.StringUtilTest.
Generated by JUnitDoclet, a tool provided by ObjectFab GmbH under LGPL.
StringUtilTest(String) - Constructor for class org.appfuse.util.StringUtilTest
 
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.EducationAction
 
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ExperienceAction
 
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.MembershipAction
 
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ReferenceAction
 
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeAction
 
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeSkillAction
 
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.TemplateAction
 
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
saveObject(Object) - Method in interface org.appfuse.persistence.ResumeDAO
Generic method to save an object - handles both update and insert.
saveObject(Object) - Method in class org.appfuse.persistence.hibernate.ResumeDAOHibernate
 
saveObject(Object) - Method in interface org.appfuse.service.ResumeManager
Generic method to save an object - handles both update and insert.
saveObject(Object) - Method in class org.appfuse.service.ResumeManagerImpl
 
saveResume(Object) - Method in interface org.appfuse.service.ResumeManager
Saves a resume's information.
saveResume(Object) - Method in class org.appfuse.service.ResumeManagerImpl
 
saveResumeSkill(ResumeSkill) - Method in interface org.appfuse.persistence.SkillDAO
Saves a skill's information.
saveResumeSkill(ResumeSkill) - Method in class org.appfuse.persistence.hibernate.SkillDAOHibernate
 
saveTemplate(Template) - Method in interface org.appfuse.persistence.TemplateDAO
Saves a template to the database.
saveTemplate(Template) - Method in class org.appfuse.persistence.hibernate.TemplateDAOHibernate
 
saveTemplate(Object) - Method in interface org.appfuse.service.TemplateManager
Saves a template's information.
saveTemplate(Object) - Method in class org.appfuse.service.TemplateManagerImpl
 
saveUser(User) - Method in interface org.appfuse.persistence.UserDAO
Saves a user's information
saveUser(User) - Method in class org.appfuse.persistence.hibernate.UserDAOHibernate
 
saveUser(Object) - Method in interface org.appfuse.service.UserManager
Saves a user's information
saveUser(Object) - Method in class org.appfuse.service.UserManagerImpl
 
saveUserCookie(UserCookie) - Method in interface org.appfuse.persistence.UserDAO
Saves a userCookie object to the database
saveUserCookie(UserCookie) - Method in class org.appfuse.persistence.hibernate.UserDAOHibernate
 
scope - Variable in class org.appfuse.webapp.taglib.ConstantsTag
The scope to be put the variable in.
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.EducationAction
 
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ExperienceAction
 
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.MembershipAction
 
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ReferenceAction
 
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeAction
 
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ResumeSkillAction
 
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.TemplateAction
 
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
sendError(int, String) - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
sendHTMLMessage(String, String[], String[], String, String) - Static method in class org.appfuse.util.MailUtil
This method is used to send a HTML Message
sendHTMLMessage(String, String, String, String, String) - Static method in class org.appfuse.util.MailUtil
This method overrides the sendHTMLMessage to specify only one sender, rather than an array of senders.
sendMessage(String, String[], String[], String, String, String) - Static method in class org.appfuse.util.MailUtil
This method is used to send a Message with a pre-defined mime-type.
sendMessage(String, String, String, String, String, String) - Static method in class org.appfuse.util.MailUtil
This method allows you to specify the mimeType as part of the method call.
sendMessage(String, String, String, String, String, String, File) - Static method in class org.appfuse.util.MailUtil
Convenience method for sending messages with attachments.
sendMessageWithAttachment(String, String[], String[], String, String, String, File) - Static method in class org.appfuse.util.MailUtil
This method is used to send a Message with an attachment.
sendPasswordHint(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.RegistrationServlet
Process the user's request to get their password e-mailed to them.
sendTextMessage(String, String[], String[], String, String) - Static method in class org.appfuse.util.MailUtil
This method is used to send a Text Message.
sendTextMessage(String, String, String, String, String) - Static method in class org.appfuse.util.MailUtil
This method overrides the sendTextMessage to specify only one sender, rather than an array of senders.
setAddress(String) - Method in class org.appfuse.model.User
Sets the address.
setAffiliation(String) - Method in class org.appfuse.model.Membership
 
setCity(String) - Method in class org.appfuse.model.User
Sets the city.
setClassName(String) - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
setColon(boolean) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for specifying whether to include colon
setComments(String) - Method in class org.appfuse.model.Education
 
setComments(String) - Method in class org.appfuse.model.Resume
 
setCompletionDate(Date) - Method in class org.appfuse.model.Education
 
setConfirmPassword(String) - Method in class org.appfuse.model.User
Sets the confirmedPassword.
setContent(String) - Method in class org.appfuse.model.Template
 
setContentLength(int) - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
setCookie(HttpServletResponse, String, String, String) - Static method in class org.appfuse.webapp.util.RequestUtil
Convenience method to set a cookie
setCookieId(String) - Method in class org.appfuse.model.UserCookie
Sets the cookieId.
setCountry(String) - Method in class org.appfuse.model.Education
 
setCountry(String) - Method in class org.appfuse.model.User
Sets the country.
setDateCreated(Date) - Method in class org.appfuse.model.UserCookie
 
setDegree(Degree) - Method in class org.appfuse.model.Education
 
setDegreeId(Long) - Method in class org.appfuse.model.Education
Sets the degreeId.
setDescription(String) - Method in class org.appfuse.model.Degree
 
setDescription(String) - Method in class org.appfuse.model.Experience
 
setDescription(String) - Method in class org.appfuse.model.Resume
Sets the description.
setDescription(String) - Method in class org.appfuse.model.Role
 
setEducations(List) - Method in class org.appfuse.model.Resume
 
setEmail(String) - Method in class org.appfuse.model.Reference
 
setEmail(String) - Method in class org.appfuse.model.User
Sets the email.
setEndDate(Date) - Method in class org.appfuse.model.Experience
 
setEndDate(Date) - Method in class org.appfuse.model.Membership
 
setErrorClass(String) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for assigning a CSS class when errors occur, defaults to labelError.
setExperiences(List) - Method in class org.appfuse.model.Resume
 
setFirstName(String) - Method in class org.appfuse.model.User
Sets the firstName.
setId(Long) - Method in class org.appfuse.model.Degree
 
setId(Long) - Method in class org.appfuse.model.Education
Sets the id.
setId(Long) - Method in class org.appfuse.model.Experience
 
setId(Long) - Method in class org.appfuse.model.Membership
 
setId(Long) - Method in class org.appfuse.model.Reference
 
setId(Long) - Method in class org.appfuse.model.Resume
Sets the id.
setId(String) - Method in class org.appfuse.model.SalaryType
 
setId(Long) - Method in class org.appfuse.model.Skill
Sets the id.
setId(Long) - Method in class org.appfuse.model.Template
Sets the id.
setId(Long) - Method in class org.appfuse.model.User
Sets the id.
setId(Long) - Method in class org.appfuse.model.UserCookie
Sets the id.
setId(Long) - Method in class org.appfuse.model.UserRole
Sets the id.
setId(Long) - Method in class org.appfuse.model.WorkStatus
 
setKey(String) - Method in class org.appfuse.webapp.taglib.LabelTag
 
setLabel(String) - Method in class org.appfuse.model.LabelValue
 
setLastModified(Date) - Method in class org.appfuse.model.Template
 
setLastName(String) - Method in class org.appfuse.model.User
Sets the lastName.
setLastUsed(String) - Method in class org.appfuse.model.Skill
 
setLocation(String) - Method in class org.appfuse.model.Education
Sets the location.
setLocation(String) - Method in class org.appfuse.model.Experience
 
setLookupDAO(LookupDAO) - Method in class org.appfuse.service.LookupManagerImpl
 
setMask(String) - Method in class org.appfuse.webapp.taglib.FormattedDate
Sets the mask.
setMemberships(List) - Method in class org.appfuse.model.Resume
 
setMode(String) - Method in class org.appfuse.webapp.taglib.Secure
Sets the mode attribute.
setName(String) - Method in class org.appfuse.model.Degree
 
setName(String) - Method in class org.appfuse.model.Education
Sets the name.
setName(String) - Method in class org.appfuse.model.Reference
 
setName(String) - Method in class org.appfuse.model.Resume
Sets the name.
setName(String) - Method in class org.appfuse.model.Role
 
setName(String) - Method in class org.appfuse.model.SalaryType
 
setName(String) - Method in class org.appfuse.model.Skill
Sets the name.
setName(String) - Method in class org.appfuse.model.Template
 
setName(String) - Method in class org.appfuse.webapp.form.UploadForm
Set the name of the uploaded file (by the user)
setObjective(String) - Method in class org.appfuse.model.Resume
Sets the objective.
setOrganizationName(String) - Method in class org.appfuse.model.Experience
Sets the organization name
setOrganizationName(String) - Method in class org.appfuse.model.Membership
 
setOrganizationName(String) - Method in class org.appfuse.model.Reference
 
setPassword(String) - Method in class org.appfuse.model.User
Sets the password.
setPasswordHint(String) - Method in class org.appfuse.model.User
 
setPersonal(Boolean) - Method in class org.appfuse.model.Reference
 
setPhoneNumber(String) - Method in class org.appfuse.model.Reference
 
setPhoneNumber(String) - Method in class org.appfuse.model.User
Sets the phoneNumber.
setPostalCode(String) - Method in class org.appfuse.model.User
Sets the postalCode.
setProfessional(Boolean) - Method in class org.appfuse.model.Reference
 
setProvince(String) - Method in class org.appfuse.model.User
Sets the province.
setReferences(List) - Method in class org.appfuse.model.Resume
 
setResumeDAO(ResumeDAO) - Method in class org.appfuse.service.ResumeManagerImpl
 
setResumeId(Long) - Method in class org.appfuse.model.Education
Sets the resumeId.
setResumeId(Long) - Method in class org.appfuse.model.Experience
 
setResumeId(Long) - Method in class org.appfuse.model.Membership
 
setResumeId(Long) - Method in class org.appfuse.model.Reference
 
setResumeId(Long) - Method in class org.appfuse.model.ResumeSkill
Sets the resumeId for this skill
setResumeSkills(List) - Method in class org.appfuse.model.Resume
Sets the resumeSkills associated with this resume.
setRoleName(String) - Method in class org.appfuse.model.UserRole
Sets the rolename.
setRoles(List) - Method in class org.appfuse.model.User
Sets the roles.
setScope(String) - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
setSkillDAO(SkillDAO) - Method in class org.appfuse.service.ResumeManagerImpl
 
setStartDate(Date) - Method in class org.appfuse.model.Experience
 
setStartDate(Date) - Method in class org.appfuse.model.Membership
 
setState(String) - Method in class org.appfuse.model.Education
Sets the state.
setStatus(String) - Method in class org.appfuse.model.WorkStatus
 
setStyleClass(String) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for assigning a CSS class, default is label.
setTemplateDAO(TemplateDAO) - Method in class org.appfuse.service.TemplateManagerImpl
 
setTheFile(FormFile) - Method in class org.appfuse.webapp.form.UploadForm
Set a representation of the file the user has uploaded
setTitle(String) - Method in class org.appfuse.model.Experience
 
setTitle(String) - Method in class org.appfuse.model.Reference
 
setUp() - Method in class org.appfuse.model.BaseObjectTest
 
setUp() - Method in class org.appfuse.model.ResumeTest
 
setUp() - Method in class org.appfuse.model.RoleTest
 
setUp() - Method in class org.appfuse.model.UserTest
 
setUp() - Method in class org.appfuse.persistence.LookupDAOTest
 
setUp() - Method in class org.appfuse.persistence.ResumeDAOTest
 
setUp() - Method in class org.appfuse.persistence.SkillDAOTest
 
setUp() - Method in class org.appfuse.persistence.TemplateDAOTest
 
setUp() - Method in class org.appfuse.persistence.UserDAOTest
 
setUp() - Method in class org.appfuse.service.LookupManagerTest
 
setUp() - Method in class org.appfuse.service.ResumeManagerTest
 
setUp() - Method in class org.appfuse.service.ResumeSkillTest
 
setUp() - Method in class org.appfuse.service.TemplateManagerTest
 
setUp() - Method in class org.appfuse.service.UserManagerTest
 
setUp() - Method in class org.appfuse.util.DateUtilTest
 
setUp() - Method in class org.appfuse.util.MailUtilTest
load resources and setup values
setUp() - Method in class org.appfuse.util.StringUtilTest
 
setUp() - Method in class org.appfuse.webapp.action.BaseMockTestCase
 
setUp() - Method in class org.appfuse.webapp.action.BaseStrutsTestCase
 
setUp() - Method in class org.appfuse.webapp.action.LoginServletTest
 
setUp() - Method in class org.appfuse.webapp.action.RegistrationServletTest
 
setUp() - Method in class org.appfuse.webapp.action.UploadActionTest
 
setUp() - Method in class org.appfuse.webapp.filter.ActionFilterTest
 
setUp() - Method in class org.appfuse.webapp.listener.StartupListenerTest
 
setUserDAO(UserDAO) - Method in class org.appfuse.service.UserManagerImpl
Set the DAO for communication with the data layer.
setUserId(Long) - Method in class org.appfuse.model.Resume
Sets the user.
setUserId(Long) - Method in class org.appfuse.model.UserRole
 
setUserRoles(String[]) - Method in class org.appfuse.webapp.form.UserFormEx
 
setUsername(String) - Method in class org.appfuse.model.User
Sets the username.
setUsername(String) - Method in class org.appfuse.model.UserCookie
Sets the username.
setUsername(String) - Method in class org.appfuse.model.UserRole
Sets the username.
setValue(String) - Method in class org.appfuse.model.LabelValue
 
setVar(String) - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
setWebsite(String) - Method in class org.appfuse.model.User
Sets the website.
setWorkStatus(WorkStatus) - Method in class org.appfuse.model.Resume
 
setWorkStatusId(Long) - Method in class org.appfuse.model.Resume
 
setYearsExperience(Integer) - Method in class org.appfuse.model.Skill
 
setupList(ActionMapping, HttpServletRequest, String) - Method in class org.appfuse.webapp.action.EducationAction
 
setupList(ActionMapping, HttpServletRequest, String) - Method in class org.appfuse.webapp.action.ExperienceAction
 
setupList(ActionMapping, HttpServletRequest, String) - Method in class org.appfuse.webapp.action.MembershipAction
 
setupList(ActionMapping, HttpServletRequest, String) - Method in class org.appfuse.webapp.action.ReferenceAction
 
setupList(ActionMapping, HttpServletRequest, String) - Method in class org.appfuse.webapp.action.ResumeSkillAction
 
storeException(HttpServletRequest, String, ActionError, ActionForward) - Method in class org.appfuse.webapp.action.ActionExceptionHandler
This method overrides the the ExceptionHandler's storeException method in order to create more than one error message.
stowRequestAttributes(HttpServletRequest) - Static method in class org.appfuse.webapp.util.RequestUtil
Stores request attributes in session
stream - Variable in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
styleClass - Variable in class org.appfuse.webapp.taglib.LabelTag
 

T

TAG_NAME - Variable in class org.appfuse.webapp.taglib.Secure
 
TEMPLATE_KEY - Static variable in class org.appfuse.Constants
The request scope attribute under which a template form is stored
TEMPLATE_LIST - Static variable in class org.appfuse.Constants
The application scope attribute that holds the values for the templates list (used in a drop-down).
Template - class org.appfuse.model.Template.
Template class This class is used to represent available templates in the database.
Template() - Constructor for class org.appfuse.model.Template
 
TemplateAction - class org.appfuse.webapp.action.TemplateAction.
Implementation of Action that interacts with the TemplateForm and retrieves values.
TemplateAction() - Constructor for class org.appfuse.webapp.action.TemplateAction
 
TemplateActionTest - class org.appfuse.webapp.action.TemplateActionTest.
 
TemplateActionTest(String) - Constructor for class org.appfuse.webapp.action.TemplateActionTest
 
TemplateDAO - interface org.appfuse.persistence.TemplateDAO.
Template Data Access Object (DAO) interface.
TemplateDAOHibernate - class org.appfuse.persistence.hibernate.TemplateDAOHibernate.
 
TemplateDAOHibernate() - Constructor for class org.appfuse.persistence.hibernate.TemplateDAOHibernate
 
TemplateDAOTest - class org.appfuse.persistence.TemplateDAOTest.
 
TemplateDAOTest() - Constructor for class org.appfuse.persistence.TemplateDAOTest
 
TemplateManager - interface org.appfuse.service.TemplateManager.
Business Delegate (Proxy) Interface to handle communication between web and persistence layer.
TemplateManagerImpl - class org.appfuse.service.TemplateManagerImpl.
Business Delegate (Proxy) Interface to handle communication between web and persistence layer

TemplateManagerImpl() - Constructor for class org.appfuse.service.TemplateManagerImpl
 
TemplateManagerTest - class org.appfuse.service.TemplateManagerTest.
 
TemplateManagerTest() - Constructor for class org.appfuse.service.TemplateManagerTest
 
tearDown() - Method in class org.appfuse.model.BaseObjectTest
 
tearDown() - Method in class org.appfuse.model.ResumeTest
 
tearDown() - Method in class org.appfuse.model.RoleTest
 
tearDown() - Method in class org.appfuse.model.UserTest
 
tearDown() - Method in class org.appfuse.persistence.LookupDAOTest
 
tearDown() - Method in class org.appfuse.persistence.ResumeDAOTest
 
tearDown() - Method in class org.appfuse.persistence.SkillDAOTest
 
tearDown() - Method in class org.appfuse.persistence.TemplateDAOTest
 
tearDown() - Method in class org.appfuse.persistence.UserDAOTest
 
tearDown() - Method in class org.appfuse.service.LookupManagerTest
 
tearDown() - Method in class org.appfuse.service.ResumeManagerTest
 
tearDown() - Method in class org.appfuse.service.ResumeSkillTest
 
tearDown() - Method in class org.appfuse.service.TemplateManagerTest
 
tearDown() - Method in class org.appfuse.service.UserManagerTest
 
tearDown() - Method in class org.appfuse.util.DateUtilTest
 
tearDown() - Method in class org.appfuse.util.StringUtilTest
 
tearDown() - Method in class org.appfuse.webapp.action.BaseMockTestCase
 
tearDown() - Method in class org.appfuse.webapp.action.BaseStrutsTestCase
 
tearDown() - Method in class org.appfuse.webapp.action.LoginServletTest
 
tearDown() - Method in class org.appfuse.webapp.action.RegistrationServletTest
 
tearDown() - Method in class org.appfuse.webapp.action.UploadActionTest
 
tearDown() - Method in class org.appfuse.webapp.filter.ActionFilterTest
 
tearDown() - Method in class org.appfuse.webapp.listener.StartupListenerTest
 
testAddAndRemoveEducation() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testAddAndRemoveEducation() - Method in class org.appfuse.service.ResumeManagerTest
 
testAddAndRemoveExperience() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testAddAndRemoveExperience() - Method in class org.appfuse.service.ResumeManagerTest
 
testAddAndRemoveMembership() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testAddAndRemoveMembership() - Method in class org.appfuse.service.ResumeManagerTest
 
testAddAndRemoveReference() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testAddAndRemoveReference() - Method in class org.appfuse.service.ResumeManagerTest
 
testAddAndRemoveResume() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testAddAndRemoveResume() - Method in class org.appfuse.service.ResumeManagerTest
 
testAddAndRemoveResumeSkill() - Method in class org.appfuse.persistence.SkillDAOTest
 
testAddAndRemoveResumeSkill() - Method in class org.appfuse.service.ResumeSkillTest
 
testAddAndRemoveTemplate() - Method in class org.appfuse.persistence.TemplateDAOTest
 
testAddAndRemoveTemplate() - Method in class org.appfuse.service.TemplateManagerTest
 
testAddAndRemoveUser() - Method in class org.appfuse.service.UserManagerTest
 
testAddResume() - Method in class org.appfuse.model.UserTest
 
testAddRole() - Method in class org.appfuse.model.UserTest
 
testAddUser() - Method in class org.appfuse.persistence.UserDAOTest
 
testAddUser() - Method in class org.appfuse.webapp.action.RegistrationServletTest
This method tests adding a new user
testAddUserRole() - Method in class org.appfuse.persistence.UserDAOTest
 
testAutoCreateResume() - Method in class org.appfuse.webapp.action.ResumeActionTest
 
testCancel() - Method in class org.appfuse.webapp.action.UserActionTest
 
testContextInitialized() - Method in class org.appfuse.webapp.listener.StartupListenerTest
 
testDestroy() - Method in class org.appfuse.webapp.filter.ActionFilterTest
 
testDoFilter() - Method in class org.appfuse.webapp.filter.ActionFilterTest
 
testEdit() - Method in class org.appfuse.webapp.action.EducationActionTest
 
testEdit() - Method in class org.appfuse.webapp.action.ExperienceActionTest
 
testEdit() - Method in class org.appfuse.webapp.action.MembershipActionTest
 
testEdit() - Method in class org.appfuse.webapp.action.ReferenceActionTest
 
testEdit() - Method in class org.appfuse.webapp.action.ResumeActionTest
 
testEdit() - Method in class org.appfuse.webapp.action.ResumeSkillActionTest
 
testEdit() - Method in class org.appfuse.webapp.action.TemplateActionTest
 
testEdit() - Method in class org.appfuse.webapp.action.UserActionTest
 
testEncodePassword() - Method in class org.appfuse.util.StringUtilTest
 
testEquals() - Method in class org.appfuse.model.BaseObjectTest
 
testExecute() - Method in class org.appfuse.webapp.action.LoginServletTest
 
testFormAuthentication() - Method in class org.appfuse.webapp.action.LoginServletTest
Test logging in as user a user
testGetAllRoles() - Method in class org.appfuse.service.LookupManagerTest
 
testGetAllTemplates() - Method in class org.appfuse.persistence.LookupDAOTest
 
testGetDate() - Method in class org.appfuse.util.DateUtilTest
 
testGetDatePattern() - Method in class org.appfuse.util.DateUtilTest
 
testGetDateTime() - Method in class org.appfuse.util.DateUtilTest
 
testGetDegreees() - Method in class org.appfuse.service.LookupManagerTest
 
testGetDegrees() - Method in class org.appfuse.persistence.LookupDAOTest
 
testGetEducation() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testGetEducation() - Method in class org.appfuse.service.ResumeManagerTest
 
testGetExperience() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testGetExperience() - Method in class org.appfuse.service.ResumeManagerTest
 
testGetMembership() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testGetMembership() - Method in class org.appfuse.service.ResumeManagerTest
 
testGetReference() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testGetReference() - Method in class org.appfuse.service.ResumeManagerTest
 
testGetResume() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testGetResume() - Method in class org.appfuse.service.ResumeManagerTest
 
testGetResumeByUserId() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testGetResumeSkill() - Method in class org.appfuse.persistence.SkillDAOTest
 
testGetResumeSkill() - Method in class org.appfuse.service.ResumeSkillTest
 
testGetResumeSkills() - Method in class org.appfuse.persistence.SkillDAOTest
 
testGetResumeSkills() - Method in class org.appfuse.service.ResumeSkillTest
 
testGetResumesForUser() - Method in class org.appfuse.service.ResumeManagerTest
 
testGetRoles() - Method in class org.appfuse.persistence.LookupDAOTest
 
testGetTemplate() - Method in class org.appfuse.persistence.TemplateDAOTest
 
testGetTemplate() - Method in class org.appfuse.service.TemplateManagerTest
 
testGetTemplateInvalid() - Method in class org.appfuse.persistence.TemplateDAOTest
 
testGetTemplates() - Method in class org.appfuse.service.LookupManagerTest
 
testGetUser() - Method in class org.appfuse.persistence.UserDAOTest
 
testGetUser() - Method in class org.appfuse.service.UserManagerTest
 
testGetUserInvalid() - Method in class org.appfuse.persistence.UserDAOTest
 
testGetWorkStatuses() - Method in class org.appfuse.persistence.LookupDAOTest
 
testGetWorkStatuses() - Method in class org.appfuse.service.LookupManagerTest
 
testHashCode() - Method in class org.appfuse.model.BaseObjectTest
 
testInit() - Method in class org.appfuse.webapp.action.LoginServletTest
Test that initialization parameters were set
testInit() - Method in class org.appfuse.webapp.filter.ActionFilterTest
 
testRemove() - Method in class org.appfuse.webapp.action.EducationActionTest
 
testRemove() - Method in class org.appfuse.webapp.action.ExperienceActionTest
 
testRemove() - Method in class org.appfuse.webapp.action.MembershipActionTest
 
testRemove() - Method in class org.appfuse.webapp.action.ReferenceActionTest
 
testRemove() - Method in class org.appfuse.webapp.action.ResumeSkillActionTest
 
testRemove() - Method in class org.appfuse.webapp.action.UserActionTest
 
testRemoveUser() - Method in class org.appfuse.persistence.UserDAOTest
 
testSave() - Method in class org.appfuse.webapp.action.EducationActionTest
 
testSave() - Method in class org.appfuse.webapp.action.ExperienceActionTest
 
testSave() - Method in class org.appfuse.webapp.action.MembershipActionTest
 
testSave() - Method in class org.appfuse.webapp.action.ReferenceActionTest
 
testSave() - Method in class org.appfuse.webapp.action.ResumeActionTest
 
testSave() - Method in class org.appfuse.webapp.action.ResumeSkillActionTest
 
testSave() - Method in class org.appfuse.webapp.action.TemplateActionTest
 
testSave() - Method in class org.appfuse.webapp.action.UserActionTest
 
testSaveAndDeleteUserCookie() - Method in class org.appfuse.persistence.UserDAOTest
 
testSaveResume() - Method in class org.appfuse.persistence.ResumeDAOTest
 
testSaveResume() - Method in class org.appfuse.service.ResumeManagerTest
 
testSaveResumeSkill() - Method in class org.appfuse.persistence.SkillDAOTest
 
testSaveResumeSkill() - Method in class org.appfuse.service.ResumeSkillTest
 
testSaveTemplate() - Method in class org.appfuse.persistence.TemplateDAOTest
 
testSaveTemplate() - Method in class org.appfuse.service.TemplateManagerTest
 
testSaveUser() - Method in class org.appfuse.persistence.UserDAOTest
 
testSaveUser() - Method in class org.appfuse.service.UserManagerTest
 
testSearch() - Method in class org.appfuse.webapp.action.EducationActionTest
 
testSearch() - Method in class org.appfuse.webapp.action.ExperienceActionTest
 
testSearch() - Method in class org.appfuse.webapp.action.MembershipActionTest
 
testSearch() - Method in class org.appfuse.webapp.action.ReferenceActionTest
 
testSearch() - Method in class org.appfuse.webapp.action.ResumeActionTest
 
testSearch() - Method in class org.appfuse.webapp.action.ResumeSkillActionTest
 
testSearch() - Method in class org.appfuse.webapp.action.TemplateActionTest
 
testSearch() - Method in class org.appfuse.webapp.action.UserActionTest
 
testSendHTMLMessage() - Method in class org.appfuse.util.MailUtilTest
Sends an html-based e-mail
testSendMessage() - Method in class org.appfuse.util.MailUtilTest
 
testSendMessageWithAttachment() - Method in class org.appfuse.util.MailUtilTest
 
testSendTextMessage() - Method in class org.appfuse.util.MailUtilTest
Sends a text-based e-mail
testSetGetAddress() - Method in class org.appfuse.model.UserTest
 
testSetGetCity() - Method in class org.appfuse.model.UserTest
 
testSetGetCountry() - Method in class org.appfuse.model.UserTest
 
testSetGetDescription() - Method in class org.appfuse.model.ResumeTest
 
testSetGetEmail() - Method in class org.appfuse.model.UserTest
 
testSetGetFirstName() - Method in class org.appfuse.model.UserTest
 
testSetGetId() - Method in class org.appfuse.model.ResumeTest
 
testSetGetId() - Method in class org.appfuse.model.RoleTest
 
testSetGetId() - Method in class org.appfuse.model.UserTest
 
testSetGetLastName() - Method in class org.appfuse.model.UserTest
 
testSetGetName() - Method in class org.appfuse.model.ResumeTest
 
testSetGetObjective() - Method in class org.appfuse.model.ResumeTest
 
testSetGetPassword() - Method in class org.appfuse.model.UserTest
 
testSetGetPhoneNumber() - Method in class org.appfuse.model.UserTest
 
testSetGetPostalCode() - Method in class org.appfuse.model.UserTest
 
testSetGetProvince() - Method in class org.appfuse.model.UserTest
 
testSetGetRolename() - Method in class org.appfuse.model.RoleTest
 
testSetGetRoles() - Method in class org.appfuse.model.UserTest
 
testSetGetUserId() - Method in class org.appfuse.model.ResumeTest
 
testSetGetUsername() - Method in class org.appfuse.model.RoleTest
 
testSetGetUsername() - Method in class org.appfuse.model.UserTest
 
testSetGetWebsite() - Method in class org.appfuse.model.UserTest
 
testToString() - Method in class org.appfuse.model.BaseObjectTest
 
testUpload() - Method in class org.appfuse.webapp.action.UploadActionTest
 
testVault() - Method in class org.appfuse.model.BaseObjectTest
JUnitDoclet moves marker to this method, if there is not match for them in the regenerated code and if the marker is not empty.
testVault() - Method in class org.appfuse.model.ResumeTest
JUnitDoclet moves marker to this method, if there is not match for them in the regenerated code and if the marker is not empty.
testVault() - Method in class org.appfuse.model.RoleTest
JUnitDoclet moves marker to this method, if there is not match for them in the regenerated code and if the marker is not empty.
testVault() - Method in class org.appfuse.model.UserTest
JUnitDoclet moves marker to this method, if there is not match for them in the regenerated code and if the marker is not empty.
testVault() - Method in class org.appfuse.util.StringUtilTest
JUnitDoclet moves marker to this method, if there is not match for them in the regenerated code and if the marker is not empty.
theFile - Variable in class org.appfuse.webapp.form.UploadForm
The file that the user has uploaded
toString() - Method in class org.appfuse.model.BaseObject
 
toString() - Method in class org.appfuse.model.LabelValue
Return a string representation of this object.
toString() - Method in class org.appfuse.util.RandomGUID
 
toString() - Method in class org.appfuse.webapp.form.BaseForm
 
toString() - Method in class org.appfuse.webapp.taglib.FormattedDate
Override Date's toString() method to format it with a specified date pattern.

U

USERS_KEY - Static variable in class org.appfuse.webapp.listener.UserCounterListener
 
USER_EDIT_KEY - Static variable in class org.appfuse.Constants
The request scope attribute under which an editable user form is stored
USER_HOME - Static variable in class org.appfuse.Constants
User home from System properties
USER_KEY - Static variable in class org.appfuse.Constants
The session scope attribute under which the User object for the currently logged in user is stored.
USER_LIST - Static variable in class org.appfuse.Constants
The request scope attribute that holds the user list
USER_RESUMES - Static variable in class org.appfuse.Constants
The request scope attribute for storing an list of a user's resumes
USER_ROLE - Static variable in class org.appfuse.Constants
The name of the User role, as specified in web.xml
USER_ROLES - Static variable in class org.appfuse.Constants
The name of the user's role list, a request-scoped attribute when adding/editing a user.
UploadAction - class org.appfuse.webapp.action.UploadAction.
This class handles the uploading of a resume (or any file) and writing it to the filesystem.
UploadAction() - Constructor for class org.appfuse.webapp.action.UploadAction
 
UploadActionTest - class org.appfuse.webapp.action.UploadActionTest.
 
UploadActionTest(String) - Constructor for class org.appfuse.webapp.action.UploadActionTest
 
UploadForm - class org.appfuse.webapp.form.UploadForm.
This class is modeled after the UploadForm from the struts-upload example application.
UploadForm() - Constructor for class org.appfuse.webapp.form.UploadForm
 
User - class org.appfuse.model.User.
User class This class is used to generate the Struts Validator Form as well as the Hibernate mapping files.
User() - Constructor for class org.appfuse.model.User
 
UserAction - class org.appfuse.webapp.action.UserAction.
Implementation of Action that interacts with the UserForm and retrieves values.
UserAction() - Constructor for class org.appfuse.webapp.action.UserAction
 
UserActionTest - class org.appfuse.webapp.action.UserActionTest.
 
UserActionTest(String) - Constructor for class org.appfuse.webapp.action.UserActionTest
 
UserCookie - class org.appfuse.model.UserCookie.
This class is used to manage cookie-based authentication.
UserCookie() - Constructor for class org.appfuse.model.UserCookie
 
UserCounterController - class org.appfuse.webapp.action.UserCounterController.
UserCounterController class.
UserCounterController() - Constructor for class org.appfuse.webapp.action.UserCounterController
 
UserCounterListener - class org.appfuse.webapp.listener.UserCounterListener.
UserCounterListener class used to count the current number of active users for the applications.
UserCounterListener() - Constructor for class org.appfuse.webapp.listener.UserCounterListener
 
UserDAO - interface org.appfuse.persistence.UserDAO.
User Data Access Object (DAO) interface.
UserDAOHibernate - class org.appfuse.persistence.hibernate.UserDAOHibernate.
This class interacts with Hibernate's to save and retrieve User objects.
UserDAOHibernate() - Constructor for class org.appfuse.persistence.hibernate.UserDAOHibernate
 
UserDAOTest - class org.appfuse.persistence.UserDAOTest.
 
UserDAOTest() - Constructor for class org.appfuse.persistence.UserDAOTest
 
UserFormEx - class org.appfuse.webapp.form.UserFormEx.
This class is an extension of UserForm to allow for UI specific setters/getters.
UserFormEx() - Constructor for class org.appfuse.webapp.form.UserFormEx
 
UserManager - interface org.appfuse.service.UserManager.
Business Delegate (Proxy) Interface to handle communication between web and persistence layer.
UserManagerImpl - class org.appfuse.service.UserManagerImpl.
Implementation of UserManager interface.
UserManagerImpl() - Constructor for class org.appfuse.service.UserManagerImpl
 
UserManagerTest - class org.appfuse.service.UserManagerTest.
 
UserManagerTest() - Constructor for class org.appfuse.service.UserManagerTest
 
UserRole - class org.appfuse.model.UserRole.
Role class used to determine roles for a user
UserRole() - Constructor for class org.appfuse.model.UserRole
 
UserRole(String) - Constructor for class org.appfuse.model.UserRole
 
UserTest - class org.appfuse.model.UserTest.
Generated by JUnitDoclet, a tool provided by ObjectFab GmbH under LGPL.
UserTest(String) - Constructor for class org.appfuse.model.UserTest
 
updateFormBean(ActionMapping, HttpServletRequest, Object) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to update a formBean in it's scope
user - Variable in class org.appfuse.webapp.action.BaseMockTestCase
 
user - Variable in class org.appfuse.webapp.action.BaseStrutsTestCase
 
username - Variable in class org.appfuse.model.User
 

V

ValidationUtil - class org.appfuse.webapp.util.ValidationUtil.
ValidationUtil Helper class for performing custom validations that aren't already included in the core Struts Validator.
ValidationUtil() - Constructor for class org.appfuse.webapp.util.ValidationUtil
 
validate(ActionMapping, HttpServletRequest) - Method in class org.appfuse.webapp.form.BaseForm
This validation method is designed to be a parent of all other Form's validate methods - this allows the cancel and delete buttons to bypass validation.
validate(ActionMapping, HttpServletRequest) - Method in class org.appfuse.webapp.form.UserFormEx
 
validateTwoFields(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class org.appfuse.webapp.util.ValidationUtil
Validates that two fields match.
valueAfterMD5 - Variable in class org.appfuse.util.RandomGUID
 
valueBeforeMD5 - Variable in class org.appfuse.util.RandomGUID
 
var - Variable in class org.appfuse.webapp.taglib.ConstantsTag
The single variable to expose.

W

WORK_STATUS_LIST - Static variable in class org.appfuse.Constants
The application scope attribute that holds the values for the work status list (used as radio buttons).
WorkStatus - class org.appfuse.model.WorkStatus.
This class is used to represent available work statuses.
WorkStatus() - Constructor for class org.appfuse.model.WorkStatus
 
website - Variable in class org.appfuse.model.User
 
write(int) - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
write(byte[]) - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
write(byte[], int, int) - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
writer - Variable in class org.appfuse.webapp.filter.GZIPResponseWrapper
 

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

Copyright © 2002-2004