A B C D E F G H I M N O P R S T U V Z

A

address - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 
ApplicationInitializer - Class in org.jboss.seam.examples.booking.bootstrap
An alternative bean used to import seed data into the database when the application is being initialized.
ApplicationInitializer() - Constructor for class org.jboss.seam.examples.booking.bootstrap.ApplicationInitializer
 
authenticate() - Method in class org.jboss.seam.examples.booking.security.BookingAuthenticator
 
Authenticated - Annotation Type in org.jboss.seam.examples.booking.account
A qualifier, which indicates that the user has been sucessfully authenticated

B

beds - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
bookHotel() - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
Booking - Class in org.jboss.seam.examples.booking.model
Booking is the model/entity class that represents a hotel booking.
Booking() - Constructor for class org.jboss.seam.examples.booking.model.Booking
 
Booking(Hotel, User, int, int) - Constructor for class org.jboss.seam.examples.booking.model.Booking
 
Booking_ - Class in org.jboss.seam.examples.booking.model
 
Booking_() - Constructor for class org.jboss.seam.examples.booking.model.Booking_
 
BookingAgent - Class in org.jboss.seam.examples.booking.booking
 
BookingAgent() - Constructor for class org.jboss.seam.examples.booking.booking.BookingAgent
 
BookingAuthenticator - Class in org.jboss.seam.examples.booking.security
This implementation of a Authenticator that uses Seam security.
BookingAuthenticator() - Constructor for class org.jboss.seam.examples.booking.security.BookingAuthenticator
 
bookingConfirmed(String, String) - Method in interface org.jboss.seam.examples.booking.log.BookingLog
 
BookingHistory - Class in org.jboss.seam.examples.booking.booking
The booking history exposes the current users existing bookings
BookingHistory() - Constructor for class org.jboss.seam.examples.booking.booking.BookingHistory
 
bookingInitiated(String, String) - Method in interface org.jboss.seam.examples.booking.log.BookingLog
 
BookingLog - Interface in org.jboss.seam.examples.booking.log
 

C

CalendarReferenceProducer - Class in org.jboss.seam.examples.booking.reference
Produces calendar-oriented reference data to be used in user-interface forms.
CalendarReferenceProducer() - Constructor for class org.jboss.seam.examples.booking.reference.CalendarReferenceProducer
 
cancel() - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
cancelBooking(Booking) - Method in class org.jboss.seam.examples.booking.booking.BookingHistory
 
changePassword() - Method in class org.jboss.seam.examples.booking.account.PasswordManager
 
checkinDate - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
checkoutDate - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
city - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 
confirm() - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
Confirmed - Annotation Type in org.jboss.seam.examples.booking.booking
A qualifier, used to differentiate confirmed and unconfirmed bookings
ConfirmPasswordValidator - Class in org.jboss.seam.examples.booking.account
Validate that both the password fields contain the same value.
ConfirmPasswordValidator() - Constructor for class org.jboss.seam.examples.booking.account.ConfirmPasswordValidator
 
conversationEndedExceptionHandler(CaughtException<NonexistentConversationException>, Logger) - Method in class org.jboss.seam.examples.booking.exceptioncontrol.ConversationExceptionHandler
Handles the exception thrown at the end of a conversation redirecting the flow to a pretty page instead of printing a stacktrace on the screen.
ConversationExceptionHandler - Class in org.jboss.seam.examples.booking.exceptioncontrol
handler those exceptions generated by conversations management
ConversationExceptionHandler() - Constructor for class org.jboss.seam.examples.booking.exceptioncontrol.ConversationExceptionHandler
 
country - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 
creditCardExpiryMonth - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
creditCardExpiryYear - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
CreditCardExpiryYears - Annotation Type in org.jboss.seam.examples.booking.reference
A binding type attached to a collection of years indicating the set is limited to the possible values for a credit card expiry date.
creditCardName - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
creditCardNumber - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
CreditCardReferenceProducer - Class in org.jboss.seam.examples.booking.reference
A bean that produces credit card reference data for user-interface forms.
CreditCardReferenceProducer() - Constructor for class org.jboss.seam.examples.booking.reference.CreditCardReferenceProducer
 
creditCardType - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
CreditCardType - Enum in org.jboss.seam.examples.booking.model
 
CurrentPasswordValidator - Class in org.jboss.seam.examples.booking.account
A JSF Validator, used to check that the password the user submits matches that on record.
CurrentPasswordValidator() - Constructor for class org.jboss.seam.examples.booking.account.CurrentPasswordValidator
 
CurrentUserManager - Class in org.jboss.seam.examples.booking.account
Exposes the currently logged in user
CurrentUserManager() - Constructor for class org.jboss.seam.examples.booking.account.CurrentUserManager
 

D

DEFAULT_BUNDLE_NAME - Static variable in class org.jboss.seam.examples.booking.i18n.DefaultBundleKey
 
DefaultBundleKey - Class in org.jboss.seam.examples.booking.i18n
 
DefaultBundleKey(String) - Constructor for class org.jboss.seam.examples.booking.i18n.DefaultBundleKey
 

E

email - Static variable in class org.jboss.seam.examples.booking.model.User_
 

F

find() - Method in class org.jboss.seam.examples.booking.inventory.HotelSearch
 
firstPage() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 

G

GeneralExceptionHandler - Class in org.jboss.seam.examples.booking.exceptioncontrol
Logs all exceptions and allows the to propagate
GeneralExceptionHandler() - Constructor for class org.jboss.seam.examples.booking.exceptioncontrol.GeneralExceptionHandler
 
getAddress() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getBeds() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getBooking() - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
getBookingsForCurrentUser() - Method in class org.jboss.seam.examples.booking.booking.BookingHistory
 
getCheckinDate() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getCheckoutDate() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getCity() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getConfirmPassword() - Method in class org.jboss.seam.examples.booking.account.PasswordManager
 
getConfirmPassword() - Method in class org.jboss.seam.examples.booking.account.Registrar
 
getCountry() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getCreditCardExpiryMonth() - Method in class org.jboss.seam.examples.booking.model.Booking
The credit card expiration month, represented using a 1-based numeric value (i.e., Jan = 1, Feb = 2, ...).
getCreditCardExpiryYear() - Method in class org.jboss.seam.examples.booking.model.Booking
The credit card expiration year.
getCreditCardExpiryYears() - Method in class org.jboss.seam.examples.booking.reference.CreditCardReferenceProducer
 
getCreditCardName() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getCreditCardNumber() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getCreditCardType() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getCreditCardTypes() - Method in class org.jboss.seam.examples.booking.reference.CreditCardReferenceProducer
 
getCurrentAccount() - Method in class org.jboss.seam.examples.booking.account.CurrentUserManager
 
getDescription() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getEmail() - Method in class org.jboss.seam.examples.booking.model.User
 
getEmailWithName() - Method in class org.jboss.seam.examples.booking.model.User
 
getFetchOffset() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
getFetchSize() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
getHotel() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getHotels() - Method in class org.jboss.seam.examples.booking.inventory.HotelSearch
 
getId() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getId() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getIndex() - Method in class org.jboss.seam.examples.booking.reference.Month
 
getLocation() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getLongName() - Method in class org.jboss.seam.examples.booking.reference.Month
 
getMonths(Locale) - Method in class org.jboss.seam.examples.booking.reference.CalendarReferenceProducer
 
getName() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getName() - Method in class org.jboss.seam.examples.booking.model.User
 
getName() - Method in class org.jboss.seam.examples.booking.reference.Month
 
getNewUser() - Method in class org.jboss.seam.examples.booking.account.Registrar
 
getNights() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getNumber() - Method in class org.jboss.seam.examples.booking.reference.Month
 
getPage() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
getPageSize() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
getPassword() - Method in class org.jboss.seam.examples.booking.model.User
 
getPrice() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getQuery() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
getSearchPattern() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
getSelectedHotel() - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
getShortName() - Method in class org.jboss.seam.examples.booking.reference.Month
 
getStars() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getState() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
getTotal() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getUser() - Method in class org.jboss.seam.examples.booking.model.Booking
 
getUsername() - Method in class org.jboss.seam.examples.booking.model.User
 
getUsernameInput() - Method in class org.jboss.seam.examples.booking.account.Registrar
 
getZip() - Method in class org.jboss.seam.examples.booking.model.Hotel
 

H

hotel - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
Hotel - Class in org.jboss.seam.examples.booking.model
Hotel is the model/entity class that represents a hotel.
Hotel() - Constructor for class org.jboss.seam.examples.booking.model.Hotel
 
Hotel(String, String, String, String, String, String) - Constructor for class org.jboss.seam.examples.booking.model.Hotel
 
Hotel(int, int, String, String, String, String, String, String) - Constructor for class org.jboss.seam.examples.booking.model.Hotel
 
Hotel_ - Class in org.jboss.seam.examples.booking.model
 
Hotel_() - Constructor for class org.jboss.seam.examples.booking.model.Hotel_
 
hotelEntityInPersistenceContext(boolean) - Method in interface org.jboss.seam.examples.booking.log.BookingLog
 
HotelSearch - Class in org.jboss.seam.examples.booking.inventory
 
HotelSearch() - Constructor for class org.jboss.seam.examples.booking.inventory.HotelSearch
 
hotelSelected(String, String, String) - Method in interface org.jboss.seam.examples.booking.log.BookingLog
 

I

id - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
id - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 
importData(WebApplication) - Method in class org.jboss.seam.examples.booking.bootstrap.ApplicationInitializer
Import seed data when Seam Servlet fires an event notifying observers that the web application is being initialized.
isBookingValid() - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
isChanged() - Method in class org.jboss.seam.examples.booking.account.PasswordManager
 
isNextPageAvailable() - Method in class org.jboss.seam.examples.booking.inventory.HotelSearch
 
isPreviousPageAvailable() - Method in class org.jboss.seam.examples.booking.inventory.HotelSearch
 
isRegistered() - Method in class org.jboss.seam.examples.booking.account.Registrar
 
isRegistrationInvalid() - Method in class org.jboss.seam.examples.booking.account.Registrar
 
isSmoking() - Method in class org.jboss.seam.examples.booking.model.Booking
 

M

Month - Class in org.jboss.seam.examples.booking.reference
A simple Java bean representing a month.
Month() - Constructor for class org.jboss.seam.examples.booking.reference.Month
 
Month(int, String, String) - Constructor for class org.jboss.seam.examples.booking.reference.Month
 

N

name - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 
name - Static variable in class org.jboss.seam.examples.booking.model.User_
 
nextPage() - Method in class org.jboss.seam.examples.booking.inventory.HotelSearch
 
nextPage() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
notifyIfRegistrationIsInvalid() - Method in class org.jboss.seam.examples.booking.account.Registrar
This method just shows another approach to adding a status message.

O

onBookingComplete(Booking) - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
onBookingComplete(Booking) - Method in class org.jboss.seam.examples.booking.booking.BookingHistory
 
onLogin(User, HttpServletRequest) - Method in class org.jboss.seam.examples.booking.account.CurrentUserManager
 
onMessage(Message) - Method in class org.jboss.seam.examples.booking.booking.ReservationNotifier
 
org.jboss.seam.examples.booking.account - package org.jboss.seam.examples.booking.account
 
org.jboss.seam.examples.booking.booking - package org.jboss.seam.examples.booking.booking
 
org.jboss.seam.examples.booking.bootstrap - package org.jboss.seam.examples.booking.bootstrap
 
org.jboss.seam.examples.booking.exceptioncontrol - package org.jboss.seam.examples.booking.exceptioncontrol
 
org.jboss.seam.examples.booking.i18n - package org.jboss.seam.examples.booking.i18n
 
org.jboss.seam.examples.booking.inventory - package org.jboss.seam.examples.booking.inventory
 
org.jboss.seam.examples.booking.log - package org.jboss.seam.examples.booking.log
 
org.jboss.seam.examples.booking.model - package org.jboss.seam.examples.booking.model
 
org.jboss.seam.examples.booking.reference - package org.jboss.seam.examples.booking.reference
 
org.jboss.seam.examples.booking.security - package org.jboss.seam.examples.booking.security
 

P

password - Static variable in class org.jboss.seam.examples.booking.model.User_
 
PasswordManager - Class in org.jboss.seam.examples.booking.account
The view controller for changing the user password
PasswordManager() - Constructor for class org.jboss.seam.examples.booking.account.PasswordManager
 
previousPage() - Method in class org.jboss.seam.examples.booking.inventory.HotelSearch
 
previousPage() - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
price - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 
printExceptionMessage(CaughtException<Throwable>, Logger) - Method in class org.jboss.seam.examples.booking.exceptioncontrol.GeneralExceptionHandler
 

R

register() - Method in class org.jboss.seam.examples.booking.account.Registrar
 
Registrar - Class in org.jboss.seam.examples.booking.account
The view controller for registering a new user
Registrar() - Constructor for class org.jboss.seam.examples.booking.account.Registrar
 
ReservationDateRangeValidator - Class in org.jboss.seam.examples.booking.booking
A cross-field validator that validates the start date is in the future and before the end date.
ReservationDateRangeValidator() - Constructor for class org.jboss.seam.examples.booking.booking.ReservationDateRangeValidator
 
ReservationNotifier - Class in org.jboss.seam.examples.booking.booking
 
ReservationNotifier() - Constructor for class org.jboss.seam.examples.booking.booking.ReservationNotifier
 

S

SearchCriteria - Class in org.jboss.seam.examples.booking.inventory
 
SearchCriteria() - Constructor for class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
selectHotel(Long) - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
setAddress(String) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
setBeds(int) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setCheckinDate(Date) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setCheckoutDate(Date) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setCity(String) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
setConfirmPassword(String) - Method in class org.jboss.seam.examples.booking.account.PasswordManager
 
setConfirmPassword(String) - Method in class org.jboss.seam.examples.booking.account.Registrar
 
setCountry(String) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
setCreditCardExpiryMonth(int) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setCreditCardExpiryYear(int) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setCreditCardName(String) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setCreditCardNumber(String) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setCreditCardType(CreditCardType) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setEmail(String) - Method in class org.jboss.seam.examples.booking.model.User
 
setHotel(Hotel) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setId(Long) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setId(Long) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
setName(String) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
setName(String) - Method in class org.jboss.seam.examples.booking.model.User
 
setPage(int) - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
setPageSize(int) - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
setPassword(String) - Method in class org.jboss.seam.examples.booking.model.User
 
setPrice(BigDecimal) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
setQuery(String) - Method in class org.jboss.seam.examples.booking.inventory.SearchCriteria
 
setReservationDates(int, int) - Method in class org.jboss.seam.examples.booking.model.Booking
Initialize the check-in and check-out dates.
setSmoking(boolean) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setStars(Integer) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
setState(String) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
setUser(User) - Method in class org.jboss.seam.examples.booking.model.Booking
 
setUsername(String) - Method in class org.jboss.seam.examples.booking.model.User
 
setUsernameInput(UIInput) - Method in class org.jboss.seam.examples.booking.account.Registrar
 
setZip(String) - Method in class org.jboss.seam.examples.booking.model.Hotel
 
smoking - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
stars - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 
state - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 

T

toString() - Method in class org.jboss.seam.examples.booking.model.Booking
 
toString() - Method in class org.jboss.seam.examples.booking.model.Hotel
 
toString() - Method in class org.jboss.seam.examples.booking.model.User
 

U

user - Static variable in class org.jboss.seam.examples.booking.model.Booking_
 
User - Class in org.jboss.seam.examples.booking.model
User is the model/entity class that represents a customer who may book a hotel.
User() - Constructor for class org.jboss.seam.examples.booking.model.User
 
User(String, String, String) - Constructor for class org.jboss.seam.examples.booking.model.User
 
User(String, String, String, String) - Constructor for class org.jboss.seam.examples.booking.model.User
 
User_ - Class in org.jboss.seam.examples.booking.model
 
User_() - Constructor for class org.jboss.seam.examples.booking.model.User_
 
username - Static variable in class org.jboss.seam.examples.booking.model.User_
 

V

validate(FacesContext, UIComponent, Object) - Method in class org.jboss.seam.examples.booking.account.ConfirmPasswordValidator
 
validate(FacesContext, UIComponent, Object) - Method in class org.jboss.seam.examples.booking.account.CurrentPasswordValidator
 
validate() - Method in class org.jboss.seam.examples.booking.booking.BookingAgent
 
validate(FacesContext, UIComponent, Object) - Method in class org.jboss.seam.examples.booking.booking.ReservationDateRangeValidator
 
valueOf(String) - Static method in enum org.jboss.seam.examples.booking.model.CreditCardType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.seam.examples.booking.model.CreditCardType
Returns an array containing the constants of this enum type, in the order they are declared.

Z

zip - Static variable in class org.jboss.seam.examples.booking.model.Hotel_
 

A B C D E F G H I M N O P R S T U V Z

Copyright © 2012 Seam Framework. All Rights Reserved.