C G L P R S T U V

C

closeJNDIConnection() - Method in class com.pchauvet.struttlogin.SecureUserEJBConnectionBean
Close the JNDI connection. 1.
closeJNDIConnection() - Method in class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
Close the JNDI connection.
com.pchauvet.struttlogin - package com.pchauvet.struttlogin
 

G

getAddress() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getCity() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getCountry() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getEmail() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getFirstname() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getJNDIConnection() - Method in class com.pchauvet.struttlogin.SecureUserEJBConnectionBean
Test if the JNDI connection exist for the home interface
getJNDIConnection() - Method in class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
Test if the JNDI connection exist for the home interface
getLastname() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getPassword() - Method in class com.pchauvet.struttlogin.SecureUserBean
 
getPassword() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getPassword2() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getPostalcode() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getSex() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getState() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getStatus() - Method in class com.pchauvet.struttlogin.SecureUserBean
 
getStatus() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getUser() - Method in class com.pchauvet.struttlogin.LoginForm
 
getUser() - Method in class com.pchauvet.struttlogin.LogoffForm
 
getUser() - Method in class com.pchauvet.struttlogin.SecureUserEJBConnectionBean
Get the SecureUserBean
getUser() - Method in class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
Set the UserProfileBean
getUser(String) - Method in class com.pchauvet.struttlogin.SecureUserEJBConnectionBean
Get a user record using the EJB.
getUser(String) - Method in class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
Get a user record using the EJB.
getUserid() - Method in class com.pchauvet.struttlogin.SecureUserBean
 
getUserid() - Method in class com.pchauvet.struttlogin.UserProfileBean
 
getUserProfile() - Method in class com.pchauvet.struttlogin.ProfileCrtForm
 
getUserProfile() - Method in class com.pchauvet.struttlogin.ProfileUpdForm
 

L

LoginAction - class com.pchauvet.struttlogin.LoginAction.
The MVC controller, business logic, for retrieving the user's log-in information.
LoginAction() - Constructor for class com.pchauvet.struttlogin.LoginAction
 
LoginForm - class com.pchauvet.struttlogin.LoginForm.
The MVC controller for validating the Log-In form data elements.
LoginForm() - Constructor for class com.pchauvet.struttlogin.LoginForm
 
LogoffAction - class com.pchauvet.struttlogin.LogoffAction.
The MVC controller for managing the Log-Off process.
LogoffAction() - Constructor for class com.pchauvet.struttlogin.LogoffAction
 
LogoffForm - class com.pchauvet.struttlogin.LogoffForm.
The MVC controller validating the entries.
LogoffForm() - Constructor for class com.pchauvet.struttlogin.LogoffForm
 

P

perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.pchauvet.struttlogin.LoginAction
Handles the Login actions process
1.
perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.pchauvet.struttlogin.LogoffAction
Process the logging off of the user.
perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.pchauvet.struttlogin.ProfileCrtAction
Handles the creation of User Profile information
1.
perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.pchauvet.struttlogin.ProfileUpdAction
Handles the update of User Profile information.
ProfileCrtAction - class com.pchauvet.struttlogin.ProfileCrtAction.
The MVC controller, business logic, for creating the user's profile information.
ProfileCrtAction() - Constructor for class com.pchauvet.struttlogin.ProfileCrtAction
 
ProfileCrtForm - class com.pchauvet.struttlogin.ProfileCrtForm.
The MVC controller for validating the creating of the User Profile form data elements.
ProfileCrtForm() - Constructor for class com.pchauvet.struttlogin.ProfileCrtForm
 
ProfileUpdAction - class com.pchauvet.struttlogin.ProfileUpdAction.
The MVC controller, business logic, for updating the user's profile information.
ProfileUpdAction() - Constructor for class com.pchauvet.struttlogin.ProfileUpdAction
 
ProfileUpdForm - class com.pchauvet.struttlogin.ProfileUpdForm.
The MVC controller for validating the updating of the User Profile form data elements.
ProfileUpdForm() - Constructor for class com.pchauvet.struttlogin.ProfileUpdForm
 

R

reset(ActionMapping, HttpServletRequest) - Method in class com.pchauvet.struttlogin.LoginForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class com.pchauvet.struttlogin.LogoffForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class com.pchauvet.struttlogin.ProfileCrtForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class com.pchauvet.struttlogin.ProfileUpdForm
Reset all properties to their default values.

S

SecureUserBean - class com.pchauvet.struttlogin.SecureUserBean.
Secure a user log-in record from the SecureUserBean table.
SecureUserBean() - Constructor for class com.pchauvet.struttlogin.SecureUserBean
Standard constructor.
SecureUserEJBConnectionBean - class com.pchauvet.struttlogin.SecureUserEJBConnectionBean.
Access the SecureUser table using an EJB connection.
SecureUserEJBConnectionBean() - Constructor for class com.pchauvet.struttlogin.SecureUserEJBConnectionBean
The constructor.
setAddress(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setCity(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setCountry(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setEmail(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setFirstname(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setJNDIConnection() - Method in class com.pchauvet.struttlogin.SecureUserEJBConnectionBean
Set the JNDI connection for the SecureUser table.
setJNDIConnection() - Method in class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
Set the JNDI connection for the UserProfile table.
setLastname(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setPassword(String) - Method in class com.pchauvet.struttlogin.SecureUserBean
 
setPassword(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setPassword2(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setPostalcode(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setSex(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setState(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setStatus(String) - Method in class com.pchauvet.struttlogin.SecureUserBean
 
setStatus(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setUser(SecureUserBean) - Method in class com.pchauvet.struttlogin.LoginForm
Set the SecureUserBean data member.
setUser(SecureUserBean) - Method in class com.pchauvet.struttlogin.LogoffForm
Set the SecureUserBean data member.
setUser(SecureUserBean) - Method in class com.pchauvet.struttlogin.SecureUserEJBConnectionBean
Set the SecureUserBean
setUser(String, String) - Method in class com.pchauvet.struttlogin.SecureUserEJBConnectionBean
Create a new login user in the SecureUser table.
setUser(String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
Create a new user profile in the UserProfile table.
setUser(UserProfileBean) - Method in class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
Set the UserProfileBean
setUserid(String) - Method in class com.pchauvet.struttlogin.SecureUserBean
 
setUserid(String) - Method in class com.pchauvet.struttlogin.UserProfileBean
 
setUserProfile(UserProfileBean) - Method in class com.pchauvet.struttlogin.ProfileCrtForm
Set the UserProfileBean data member.
setUserProfile(UserProfileBean) - Method in class com.pchauvet.struttlogin.ProfileUpdForm
Set the UserProfileBean data member.

T

toString() - Method in class com.pchauvet.struttlogin.SecureUserBean
 
toString() - Method in class com.pchauvet.struttlogin.UserProfileBean
 

U

updUser(String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
Update a user profile in the UserProfile table.
UserProfileBean - class com.pchauvet.struttlogin.UserProfileBean.
Access a User's profile information from the UserProfile table.
UserProfileBean() - Constructor for class com.pchauvet.struttlogin.UserProfileBean
Standard constructor.
UserProfileEJBConnectionBean - class com.pchauvet.struttlogin.UserProfileEJBConnectionBean.
Access the UserProfile table using an EJB connection.
UserProfileEJBConnectionBean() - Constructor for class com.pchauvet.struttlogin.UserProfileEJBConnectionBean
The constructor.

V

validate(ActionMapping, HttpServletRequest) - Method in class com.pchauvet.struttlogin.LoginForm
1.
validate(ActionMapping, HttpServletRequest) - Method in class com.pchauvet.struttlogin.LogoffForm
1.
validate(ActionMapping, HttpServletRequest) - Method in class com.pchauvet.struttlogin.ProfileCrtForm
1.
validate(ActionMapping, HttpServletRequest) - Method in class com.pchauvet.struttlogin.ProfileUpdForm
1.

C G L P R S T U V

Back to the Web Application
Copyright © 2003 Philip Chauvet: (718) 241.3602 or abc1260@aol.com.
Permission is granted to reuse and distribute for commercial or personal use.
I am looking for work and would appreciate doing business with you and developing J2EE applications for you.