A B C D E F G I L M O P S T U

A

Address - Class in org.apache.shale.usecases.ajax
Simple address bean with street, city, state, and zipCode properties.
Address() - Constructor for class org.apache.shale.usecases.ajax.Address
 
Alpha - Class in org.apache.shale.usecases.subview
First included page for subview processing use case.
Alpha() - Constructor for class org.apache.shale.usecases.subview.Alpha
 
ATTRIBUTE - Static variable in class org.apache.shale.usecases.view.TestViewController
 
authenticate(String, String) - Method in class org.apache.shale.usecases.logic.LogonLogic
Validate the specified logon credientials.

B

Beta - Class in org.apache.shale.usecases.subview
Second included page for subview processing use case.
Beta() - Constructor for class org.apache.shale.usecases.subview.Beta
 
Business - Class in org.apache.shale.usecases.remoting
Remotely executable business logic methods that complete the entire response.
Business() - Constructor for class org.apache.shale.usecases.remoting.Business
 

C

cancel() - Method in class org.apache.shale.usecases.profile.EditProfileActions
Perform any processing necessary to cancel an edit profile dialog.
check() - Method in class org.apache.shale.usecases.profile.LogonActions
Skip the logon dialog if an appropriate "remember me" cookie is discovered, and this facility is enabled.
cityAndStateForZip() - Method in class org.apache.shale.usecases.remoting.Business
Generate an XML response from an array of JSF SelectItems.
Completion - Class in org.apache.shale.usecases.ajax
View controller for Ajax code completion test case.
Completion() - Constructor for class org.apache.shale.usecases.ajax.Completion
 
create() - Method in class org.apache.shale.usecases.profile.LogonActions
Request creation of a new user profile.
createUser() - Method in class org.apache.shale.usecases.logic.LogonLogic
Create and return a User object that may be populated and then passed to insertUser() for persistence.
createUser() - Method in class org.apache.shale.usecases.model.minimal.MinimalUsersDAO
 
createUser() - Method in interface org.apache.shale.usecases.model.UsersDAO
Create and return a User object that may be populated and then passed to insertUser() for persistence.
CustomValidationUtil - Class in org.apache.shale.usecases.validator
Custom commons-validator utility
CustomValidationUtil() - Constructor for class org.apache.shale.usecases.validator.CustomValidationUtil
 

D

Delta - Class in org.apache.shale.usecases.subview
Fourth included page for subview processing use case.
Delta() - Constructor for class org.apache.shale.usecases.subview.Delta
 
destroy() - Method in class org.apache.shale.usecases.lookup.ListCategories
If any resources were allocated in the prerender() method that were needed for rendering, and now need to be cleaned up, that logic would go in this method.
destroy() - Method in class org.apache.shale.usecases.lookup.ListLocales
If any resources were allocated in the prerender() method that were needed for rendering, and now need to be cleaned up, that logic would go in this method.
destroy() - Method in class org.apache.shale.usecases.subview.Alpha
 
destroy() - Method in class org.apache.shale.usecases.subview.Beta
 
destroy() - Method in class org.apache.shale.usecases.subview.Delta
 
destroy() - Method in class org.apache.shale.usecases.subview.First
 
destroy() - Method in class org.apache.shale.usecases.subview.Gamma
 
destroy() - Method in class org.apache.shale.usecases.subview.Second
 
destroy() - Method in class org.apache.shale.usecases.view.TestViewController
 
Domains - Class in org.apache.shale.usecases.view
Utility class to return locale-specific domains (lists of selection items) based on the current Locale of this request.
Domains() - Constructor for class org.apache.shale.usecases.view.Domains
 

E

EditProfileActions - Class in org.apache.shale.usecases.profile
Action methods for the Edit Profile dialog.
EditProfileActions() - Constructor for class org.apache.shale.usecases.profile.EditProfileActions
 
EditProfileState - Class in org.apache.shale.usecases.profile
Dialog state information for the Edit Profile dialog.
EditProfileState() - Constructor for class org.apache.shale.usecases.profile.EditProfileState
 

F

findUser(int) - Method in class org.apache.shale.usecases.logic.LogonLogic
Pass-through method to retrieve a User by id.
findUser(String) - Method in class org.apache.shale.usecases.logic.LogonLogic
Pass-through method to retrieve a User by username.
findUser(int) - Method in class org.apache.shale.usecases.model.minimal.MinimalUsersDAO
 
findUser(String) - Method in class org.apache.shale.usecases.model.minimal.MinimalUsersDAO
 
findUser(int) - Method in interface org.apache.shale.usecases.model.UsersDAO
Return the User for the corresponding user id, if any.
findUser(String) - Method in interface org.apache.shale.usecases.model.UsersDAO
Return the User for the corresponding username, if any.
finish() - Method in class org.apache.shale.usecases.profile.EditProfileActions
Finish processing by creating or updating the appropriate user profile.
First - Class in org.apache.shale.usecases.subview
First page for subview processing use case.
First() - Constructor for class org.apache.shale.usecases.subview.First
 

G

Gamma - Class in org.apache.shale.usecases.subview
Third included page for subview processing use case.
Gamma() - Constructor for class org.apache.shale.usecases.subview.Gamma
 
getActual() - Method in class org.apache.shale.usecases.jndi.Test
Return the actual calculated value.
getAmount() - Method in class org.apache.shale.usecases.validator.Test
Return the amount.
getBilledAmt() - Method in class org.apache.shale.usecases.validator.Procedure
 
getBlankCityAndStateItems() - Method in class org.apache.shale.usecases.view.Domains
Return an array of selection items with two select items.
getCategories() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
getCategories() - Method in interface org.apache.shale.usecases.model.User
Return the category identifiers of the message categories selected by this user.
getCategories() - Method in class org.apache.shale.usecases.profile.EditProfileState
 
getCity() - Method in class org.apache.shale.usecases.ajax.Address
Return the city.
getCityAndStateItems(String) - Method in class org.apache.shale.usecases.view.Domains
Return an array of selection items representing the city/state pair, given a zip code.
getCpt() - Method in class org.apache.shale.usecases.validator.Procedure
 
getCreated() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
getCreated() - Method in interface org.apache.shale.usecases.model.User
Return the "initially created" timestamp for this user.
getCreditCard() - Method in class org.apache.shale.usecases.validator.Test
Return the creditCard.
getDao() - Method in class org.apache.shale.usecases.logic.LogonLogic
 
getDescr() - Method in class org.apache.shale.usecases.validator.Procedure
 
getEmailAddress() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
getEmailAddress() - Method in interface org.apache.shale.usecases.model.User
Return the email address of this user.
getEmailAddress() - Method in class org.apache.shale.usecases.profile.EditProfileState
 
getExpected() - Method in class org.apache.shale.usecases.jndi.Test
Return the expected trace string for the first page, which is only rendered.
getExpected() - Method in class org.apache.shale.usecases.subview.First
Return the expected trace string for the first page, which is only rendered.
getExpected() - Method in class org.apache.shale.usecases.subview.Second
Return the expected trace string for the seonc page, which depends on whether or not this is a postback.
getExpirationDate() - Method in class org.apache.shale.usecases.validator.Test
Return the expirationDate.
getFullName() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
getFullName() - Method in interface org.apache.shale.usecases.model.User
Return the full name of this user.
getFullName() - Method in class org.apache.shale.usecases.profile.EditProfileState
 
getId() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
getId() - Method in interface org.apache.shale.usecases.model.User
Return the primary key for this user.
getLocale() - Method in class org.apache.shale.usecases.locale.Select
 
getMaxAmt() - Method in class org.apache.shale.usecases.validator.Procedure
 
getMinAmt() - Method in class org.apache.shale.usecases.validator.Procedure
 
getName() - Method in class org.apache.shale.usecases.ajax.Completion
Return the state name to be entered.
getPassword() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
getPassword() - Method in interface org.apache.shale.usecases.model.User
Return the password of this user.
getPassword() - Method in class org.apache.shale.usecases.profile.EditProfileState
 
getPassword() - Method in class org.apache.shale.usecases.profile.LogonActions
 
getPassword2() - Method in class org.apache.shale.usecases.profile.EditProfileState
 
getPriority() - Method in class org.apache.shale.usecases.validator.Procedure
 
getProcedures() - Method in class org.apache.shale.usecases.validator.Test
 
getResult() - Method in class org.apache.shale.usecases.ajax.Completion
Return the result stored by the submit action.
getState() - Method in class org.apache.shale.usecases.ajax.Address
Return the state.
getStateNames() - Method in class org.apache.shale.usecases.view.Domains
Return an array of state names in alphabetical order.
getStates() - Method in class org.apache.shale.usecases.view.Domains
Return an array of selection items representing valid US state abbreviations and descriptions.
getStreet() - Method in class org.apache.shale.usecases.ajax.Address
Return the street.
getSupportedCategories() - Method in class org.apache.shale.usecases.lookup.ListCategories
 
getSupportedCategories() - Method in class org.apache.shale.usecases.view.Domains
Return an array of selection items representing the message categories supported by this application, with the labels localized based on the Locale of the current request.
getSupportedCategories(Locale) - Method in class org.apache.shale.usecases.view.Domains
Return an array of selection items representing the message categories supported by this application, with the labels localized based on the specified Locale.
getSupportedLocales() - Method in class org.apache.shale.usecases.lookup.ListLocales
 
getSupportedLocales() - Method in class org.apache.shale.usecases.view.Domains
Return an array of selection items representing the locales supported by this application, with the labels localized based on the Locale of the current request.
getSupportedLocales(Locale) - Method in class org.apache.shale.usecases.view.Domains
Return an array of selection items representing the locales supported by this application, with the labels localized based on the specified Locale.
getText() - Method in class org.apache.shale.usecases.view.TestViewController
Return the accumuated history string.
getUpdated() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
getUpdated() - Method in interface org.apache.shale.usecases.model.User
Return the "last updated" timestamp for this user.
getUserKey() - Method in class org.apache.shale.usecases.profile.EditProfileActions
 
getUserKey() - Method in class org.apache.shale.usecases.profile.LogonActions
 
getUsername() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
getUsername() - Method in interface org.apache.shale.usecases.model.User
Return the username of this user.
getUsername() - Method in class org.apache.shale.usecases.profile.EditProfileState
 
getUsername() - Method in class org.apache.shale.usecases.profile.LogonActions
 
getValue() - Method in class org.apache.shale.usecases.token.Test
 
getZipCode() - Method in class org.apache.shale.usecases.ajax.Address
Return the zipCode.
getZipCodeItems() - Method in class org.apache.shale.usecases.view.Domains
Return an array of selection items representing the zip codes shown in the drop-down menu in zipCode.jsp.

I

init() - Method in class org.apache.shale.usecases.subview.Alpha
 
init() - Method in class org.apache.shale.usecases.subview.Beta
 
init() - Method in class org.apache.shale.usecases.subview.Delta
 
init() - Method in class org.apache.shale.usecases.subview.First
 
init() - Method in class org.apache.shale.usecases.subview.Gamma
 
init() - Method in class org.apache.shale.usecases.subview.Second
 
init() - Method in class org.apache.shale.usecases.view.TestViewController
 
insertUser(User) - Method in class org.apache.shale.usecases.logic.LogonLogic
Insert a newly created User into persistent storage.
insertUser(User) - Method in class org.apache.shale.usecases.model.minimal.MinimalUsersDAO
 
insertUser(User) - Method in interface org.apache.shale.usecases.model.UsersDAO
Insert a newly created User into persistent storage.
isConfirmation() - Method in class org.apache.shale.usecases.profile.EditProfileActions
 
isConfirmed() - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
isConfirmed() - Method in interface org.apache.shale.usecases.model.User
Return the flag indicating that this user's email address has been confirmed.
isCreating() - Method in class org.apache.shale.usecases.profile.EditProfileState
 
isEven(int) - Static method in class org.apache.shale.usecases.validator.CustomValidationUtil
Validation method which determines whether an integer is even.
isRemember() - Method in class org.apache.shale.usecases.profile.LogonActions
 
isRememberMe() - Method in class org.apache.shale.usecases.profile.LogonActions
 

L

ListCategories - Class in org.apache.shale.usecases.lookup
ViewController to retrieve the message categories that are supported by this application.
ListCategories() - Constructor for class org.apache.shale.usecases.lookup.ListCategories
 
listCategories() - Method in class org.apache.shale.usecases.remoting.Business
Return the set of reported categories.
ListLocales - Class in org.apache.shale.usecases.lookup
ViewController to retrieve the locales that are supported by this application.
ListLocales() - Constructor for class org.apache.shale.usecases.lookup.ListLocales
 
listLocales() - Method in class org.apache.shale.usecases.remoting.Business
Return the set of reported locales.
logoff() - Method in class org.apache.shale.usecases.profile.LogonActions
Alternate exit action for this dialog.
logon() - Method in class org.apache.shale.usecases.profile.LogonActions
Authenticate the entered username and password.
LogonActions - Class in org.apache.shale.usecases.profile
ViewController and action methods for the Logon dialog.
LogonActions() - Constructor for class org.apache.shale.usecases.profile.LogonActions
 
LogonLogic - Class in org.apache.shale.usecases.logic
Business logic for manipulating user profile information and validating logon credentials.
LogonLogic() - Constructor for class org.apache.shale.usecases.logic.LogonLogic
 

M

MinimalUser - Class in org.apache.shale.usecases.model.minimal
Minimal implementation of User with no persistence support.
MinimalUser() - Constructor for class org.apache.shale.usecases.model.minimal.MinimalUser
 
MinimalUsersDAO - Class in org.apache.shale.usecases.model.minimal
Minimal implementation of UsersDAO that provides no persistence at all.
MinimalUsersDAO() - Constructor for class org.apache.shale.usecases.model.minimal.MinimalUsersDAO
Construct an instance with a single valid user.

O

org.apache.shale.usecases.ajax - package org.apache.shale.usecases.ajax
 
org.apache.shale.usecases.exception - package org.apache.shale.usecases.exception
 
org.apache.shale.usecases.jndi - package org.apache.shale.usecases.jndi
 
org.apache.shale.usecases.locale - package org.apache.shale.usecases.locale
This "dialog" manages switching the request locale (and therefore the language used to localize responses) based on a user's choice from among the locales supported by this application.
org.apache.shale.usecases.logic - package org.apache.shale.usecases.logic
This package contains business logic methods that manipulate model data objects in the org.apache.shale.usecases.model package.
org.apache.shale.usecases.lookup - package org.apache.shale.usecases.lookup
This package contains ViewController beans for the remoting support that is implemented via JSP pages, instead of Java code.
org.apache.shale.usecases.model - package org.apache.shale.usecases.model
This package contains interfaces that represent the model data objects required by the Use Cases example application, plus a Data Access Object (DAO) that may be utilized by business logic to manipulate these model data objects.
org.apache.shale.usecases.model.minimal - package org.apache.shale.usecases.model.minimal
This package contains a minimal implementation of the model data object APIs defined in the org.apache.shale.usecases.model package.
org.apache.shale.usecases.profile - package org.apache.shale.usecases.profile
Log On and Edit Profile Dialogs.
org.apache.shale.usecases.remoting - package org.apache.shale.usecases.remoting
 
org.apache.shale.usecases.subview - package org.apache.shale.usecases.subview
 
org.apache.shale.usecases.token - package org.apache.shale.usecases.token
 
org.apache.shale.usecases.validator - package org.apache.shale.usecases.validator
 
org.apache.shale.usecases.view - package org.apache.shale.usecases.view
This package contains convenience base classes for application specific DialogController and ViewController implementations, other view tier related utility classes, and the Bundle.properties files defining the localizable resources for this application.

P

preprocess() - Method in class org.apache.shale.usecases.subview.Alpha
 
preprocess() - Method in class org.apache.shale.usecases.subview.Beta
 
preprocess() - Method in class org.apache.shale.usecases.subview.Delta
 
preprocess() - Method in class org.apache.shale.usecases.subview.First
 
preprocess() - Method in class org.apache.shale.usecases.subview.Gamma
 
preprocess() - Method in class org.apache.shale.usecases.subview.Second
 
preprocess() - Method in class org.apache.shale.usecases.view.TestViewController
 
prerender() - Method in class org.apache.shale.usecases.jndi.Test
Calculate the actual value.
prerender() - Method in class org.apache.shale.usecases.locale.Select
Set the value of the locale property based on the Locale in the current view.
prerender() - Method in class org.apache.shale.usecases.lookup.ListCategories
If any calculations were required to acquire the data required to perform this rendering, that logic would go in this method.
prerender() - Method in class org.apache.shale.usecases.lookup.ListLocales
If any calculations were required to acquire the data required to perform this rendering, that logic would go in this method.
prerender() - Method in class org.apache.shale.usecases.subview.Alpha
 
prerender() - Method in class org.apache.shale.usecases.subview.Beta
 
prerender() - Method in class org.apache.shale.usecases.subview.Delta
 
prerender() - Method in class org.apache.shale.usecases.subview.First
 
prerender() - Method in class org.apache.shale.usecases.subview.Gamma
 
prerender() - Method in class org.apache.shale.usecases.subview.Second
 
prerender() - Method in class org.apache.shale.usecases.view.TestViewController
 
Procedure - Class in org.apache.shale.usecases.validator
 
Procedure(String, String, double, double) - Constructor for class org.apache.shale.usecases.validator.Procedure
 

S

Second - Class in org.apache.shale.usecases.subview
Second page for subview processing use case.
Second() - Constructor for class org.apache.shale.usecases.subview.Second
 
Select - Class in org.apache.shale.usecases.locale
ViewController to select the Locale to be used for localizing responses.
Select() - Constructor for class org.apache.shale.usecases.locale.Select
 
select() - Method in class org.apache.shale.usecases.locale.Select
Set the new Locale, based on the value selected by the user.
selectItems(FacesContext, SelectItem[]) - Method in class org.apache.shale.usecases.remoting.Business
Render an XML document containing the specified selection items as the response to this request.
setAmount(double) - Method in class org.apache.shale.usecases.validator.Test
Set the amount.
setBilledAmt(double) - Method in class org.apache.shale.usecases.validator.Procedure
 
setCategories(int[]) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setCategories(int[]) - Method in interface org.apache.shale.usecases.model.User
Set the category identifiers of the message categories selected by this user.
setCategories(int[]) - Method in class org.apache.shale.usecases.profile.EditProfileState
 
setCity(String) - Method in class org.apache.shale.usecases.ajax.Address
Set the city.
setConfirmation(boolean) - Method in class org.apache.shale.usecases.profile.EditProfileActions
 
setConfirmed(boolean) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setConfirmed(boolean) - Method in interface org.apache.shale.usecases.model.User
Set the flag indicating that this user's email address has been confirmed.
setCpt(String) - Method in class org.apache.shale.usecases.validator.Procedure
 
setCreated(Date) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setCreated(Date) - Method in interface org.apache.shale.usecases.model.User
Set the "initially created" timestamp for this user.
setCreating(boolean) - Method in class org.apache.shale.usecases.profile.EditProfileState
 
setCreditCard(String) - Method in class org.apache.shale.usecases.validator.Test
Set the creditCard.
setDao(UsersDAO) - Method in class org.apache.shale.usecases.logic.LogonLogic
 
setDescr(String) - Method in class org.apache.shale.usecases.validator.Procedure
 
setEmailAddress(String) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setEmailAddress(String) - Method in interface org.apache.shale.usecases.model.User
Set the email address of this user.
setEmailAddress(String) - Method in class org.apache.shale.usecases.profile.EditProfileState
 
setExpirationDate(Date) - Method in class org.apache.shale.usecases.validator.Test
Set the expirationDate.
setFullName(String) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setFullName(String) - Method in interface org.apache.shale.usecases.model.User
Set the full name of this user.
setFullName(String) - Method in class org.apache.shale.usecases.profile.EditProfileState
 
setId(int) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setId(int) - Method in interface org.apache.shale.usecases.model.User
Set the primary key for this user.
setLocale(String) - Method in class org.apache.shale.usecases.locale.Select
 
setMaxAmt(double) - Method in class org.apache.shale.usecases.validator.Procedure
 
setMinAmt(double) - Method in class org.apache.shale.usecases.validator.Procedure
 
setName(String) - Method in class org.apache.shale.usecases.ajax.Completion
Set the state name to be entered.
setPassword(String) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setPassword(String) - Method in interface org.apache.shale.usecases.model.User
Set the password of this user.
setPassword(String) - Method in class org.apache.shale.usecases.profile.EditProfileState
 
setPassword(String) - Method in class org.apache.shale.usecases.profile.LogonActions
 
setPassword2(String) - Method in class org.apache.shale.usecases.profile.EditProfileState
 
setPriority(int) - Method in class org.apache.shale.usecases.validator.Procedure
 
setRemember(boolean) - Method in class org.apache.shale.usecases.profile.LogonActions
 
setRememberMe(boolean) - Method in class org.apache.shale.usecases.profile.LogonActions
 
setResult(String) - Method in class org.apache.shale.usecases.ajax.Completion
Set the result stored by the submit action.
setState(String) - Method in class org.apache.shale.usecases.ajax.Address
Set the state.
setStreet(String) - Method in class org.apache.shale.usecases.ajax.Address
Set the street.
setSupportedCategories(SelectItem[]) - Method in class org.apache.shale.usecases.lookup.ListCategories
 
setSupportedLocales(SelectItem[]) - Method in class org.apache.shale.usecases.lookup.ListLocales
 
setup() - Method in class org.apache.shale.usecases.profile.EditProfileActions
Register an instance of EditProfileState as the data object for our dialog.
setUpdated(Date) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setUpdated(Date) - Method in interface org.apache.shale.usecases.model.User
Set the "last updated" timestamp for this user.
setUserKey(String) - Method in class org.apache.shale.usecases.profile.EditProfileActions
 
setUserKey(String) - Method in class org.apache.shale.usecases.profile.LogonActions
 
setUsername(String) - Method in class org.apache.shale.usecases.model.minimal.MinimalUser
 
setUsername(String) - Method in interface org.apache.shale.usecases.model.User
Set the username of this user.
setUsername(String) - Method in class org.apache.shale.usecases.profile.EditProfileState
 
setUsername(String) - Method in class org.apache.shale.usecases.profile.LogonActions
 
setValue(String) - Method in class org.apache.shale.usecases.token.Test
 
setZipCode(String) - Method in class org.apache.shale.usecases.ajax.Address
Set the zipCode.
submit() - Method in class org.apache.shale.usecases.ajax.Completion
Store submitted value in the result property.
submit() - Method in class org.apache.shale.usecases.exception.Test
Throw an exception and then attempt to navigate to the "incorrect" page.
submit() - Method in class org.apache.shale.usecases.view.TestViewController
Do-nothing submit method.
supportedCategories(FacesContext) - Method in class org.apache.shale.usecases.remoting.Business
Return the set of legal supported categories.
supportedLocales(FacesContext) - Method in class org.apache.shale.usecases.remoting.Business
Return the set of legal supported locales.

T

Test - Class in org.apache.shale.usecases.exception
Backing bean for the exception use case.
Test() - Constructor for class org.apache.shale.usecases.exception.Test
 
Test - Class in org.apache.shale.usecases.jndi
Test page for JNDI access use case.
Test() - Constructor for class org.apache.shale.usecases.jndi.Test
 
Test - Class in org.apache.shale.usecases.token
Backing bean for the token use case.
Test() - Constructor for class org.apache.shale.usecases.token.Test
 
Test - Class in org.apache.shale.usecases.validator
Backing bean for the validator use case.
Test() - Constructor for class org.apache.shale.usecases.validator.Test
 
TestViewController - Class in org.apache.shale.usecases.view
Test implementation of Viewcontroller for use by ViewControllerTestCase.
TestViewController() - Constructor for class org.apache.shale.usecases.view.TestViewController
Creates a new instance of TestViewController

U

updateUser(User) - Method in class org.apache.shale.usecases.logic.LogonLogic
Update an existing User into persistent storage.
updateUser(User) - Method in class org.apache.shale.usecases.model.minimal.MinimalUsersDAO
 
updateUser(User) - Method in interface org.apache.shale.usecases.model.UsersDAO
Update an existing User into persistent storage.
User - Interface in org.apache.shale.usecases.model
Model interface representing a user of the Use Cases application system.
UsersDAO - Interface in org.apache.shale.usecases.model
Data Access Object (DAO) for accessing model data about registered users and their profile information.

A B C D E F G I L M O P S T U

Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.