A B C D F G H I J O P S T U V

A

addDefaultConverters() - Method in class org.springframework.webflow.samples.booking.ApplicationConversionService
 
addHotel(Hotel) - Method in class org.springframework.webflow.samples.booking.HotelsController
 
addHotel(Hotel) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
addHotel(Hotel) - Method in interface org.springframework.webflow.samples.booking.TravelService
 
addPreference(String, Preference) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
addPreference(Preference, Principal) - Method in class org.springframework.webflow.samples.booking.PreferencesController
 
addPreference(String, Preference) - Method in interface org.springframework.webflow.samples.booking.TravelService
Create a new user preference
AjaxSurfView - Class in org.springframework.js.ajax.surf
Surf view
AjaxSurfView() - Constructor for class org.springframework.js.ajax.surf.AjaxSurfView
 
Amenity - Enum in org.springframework.webflow.samples.booking
 
ApplicationConversionService - Class in org.springframework.webflow.samples.booking
 
ApplicationConversionService() - Constructor for class org.springframework.webflow.samples.booking.ApplicationConversionService
 

B

Booking - Class in org.springframework.webflow.samples.booking
A Hotel Booking made by a User.
Booking() - Constructor for class org.springframework.webflow.samples.booking.Booking
 
Booking(Hotel, User) - Constructor for class org.springframework.webflow.samples.booking.Booking
 
BookingFlowHandler - Class in org.springframework.webflow.samples.booking
 
BookingFlowHandler() - Constructor for class org.springframework.webflow.samples.booking.BookingFlowHandler
 
BookingsController - Class in org.springframework.webflow.samples.booking
 
BookingsController(TravelService) - Constructor for class org.springframework.webflow.samples.booking.BookingsController
 

C

cancelBooking(Long) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
cancelBooking(Long) - Method in interface org.springframework.webflow.samples.booking.TravelService
Cancel an existing booking.
cleanUrl(String, HttpServletRequest) - Method in class org.springframework.webflow.samples.booking.PrettyFlowUrlHandler
 
createBooking(User) - Method in class org.springframework.webflow.samples.booking.Hotel
 
createBooking(Long, String) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
createBooking(Long, String) - Method in interface org.springframework.webflow.samples.booking.TravelService
Create a new, transient hotel booking instance for the given user.
createFlowDefinitionUrl(String, AttributeMap, HttpServletRequest) - Method in class org.springframework.webflow.samples.booking.PrettyFlowUrlHandler
 
createFlowExecutionUrl(String, String, HttpServletRequest) - Method in class org.springframework.webflow.samples.booking.PrettyFlowUrlHandler
 

D

DashboardController - Class in org.springframework.webflow.samples.booking
 
DashboardController(TravelService) - Constructor for class org.springframework.webflow.samples.booking.DashboardController
 
deleteBooking(Long) - Method in class org.springframework.webflow.samples.booking.BookingsController
 
deletePreference(Long) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
deletePreference(Long, Principal) - Method in class org.springframework.webflow.samples.booking.PreferencesController
 
deletePreference(Long) - Method in interface org.springframework.webflow.samples.booking.TravelService
 

F

findBookings(String) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
findBookings(String) - Method in interface org.springframework.webflow.samples.booking.TravelService
Find bookings made by the given user
findHotelById(Long) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
findHotelById(Long) - Method in interface org.springframework.webflow.samples.booking.TravelService
Find hotels by their identifier.
findHotels(SearchCriteria) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
findHotels(SearchCriteria) - Method in interface org.springframework.webflow.samples.booking.TravelService
Find hotels available for booking by some criteria.
findPreferenceById(Long) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
findPreferenceById(Long) - Method in interface org.springframework.webflow.samples.booking.TravelService
 
findPreferences(String) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
findPreferences(String) - Method in interface org.springframework.webflow.samples.booking.TravelService
 

G

getAddress() - Method in class org.springframework.webflow.samples.booking.Hotel
 
getAmenities() - Method in class org.springframework.webflow.samples.booking.Booking
 
getBeds() - Method in class org.springframework.webflow.samples.booking.Booking
 
getBeds() - Method in class org.springframework.webflow.samples.booking.Preference
 
getCheckinDate() - Method in class org.springframework.webflow.samples.booking.Booking
 
getCheckoutDate() - Method in class org.springframework.webflow.samples.booking.Booking
 
getCity() - Method in class org.springframework.webflow.samples.booking.Hotel
 
getCountry() - Method in class org.springframework.webflow.samples.booking.Hotel
 
getCreditCard() - Method in class org.springframework.webflow.samples.booking.Booking
 
getCreditCard() - Method in class org.springframework.webflow.samples.booking.Preference
 
getCreditCardExpiryMonth() - Method in class org.springframework.webflow.samples.booking.Booking
 
getCreditCardExpiryMonth() - Method in class org.springframework.webflow.samples.booking.Preference
 
getCreditCardExpiryYear() - Method in class org.springframework.webflow.samples.booking.Booking
 
getCreditCardExpiryYear() - Method in class org.springframework.webflow.samples.booking.Preference
 
getCreditCardName() - Method in class org.springframework.webflow.samples.booking.Booking
 
getCreditCardName() - Method in class org.springframework.webflow.samples.booking.Preference
 
getDashboard(String, Model) - Method in class org.springframework.webflow.samples.booking.BookingsController
 
getDashboard(SearchCriteria, Principal, Model) - Method in class org.springframework.webflow.samples.booking.DashboardController
 
getDescription() - Method in class org.springframework.webflow.samples.booking.Booking
 
getHotel() - Method in class org.springframework.webflow.samples.booking.Booking
 
getHotel(Long, Model) - Method in class org.springframework.webflow.samples.booking.HotelsController
 
getHotels(SearchCriteria, Model) - Method in class org.springframework.webflow.samples.booking.HotelsController
 
getId() - Method in class org.springframework.webflow.samples.booking.Booking
 
getId() - Method in class org.springframework.webflow.samples.booking.Hotel
 
getId() - Method in class org.springframework.webflow.samples.booking.Preference
 
getName() - Method in class org.springframework.webflow.samples.booking.Hotel
 
getName() - Method in class org.springframework.webflow.samples.booking.User
 
getNights() - Method in class org.springframework.webflow.samples.booking.Booking
 
getPage() - Method in class org.springframework.webflow.samples.booking.SearchCriteria
 
getPageSize() - Method in class org.springframework.webflow.samples.booking.SearchCriteria
 
getPassword() - Method in class org.springframework.webflow.samples.booking.User
 
getPreference(String, Long) - Method in class org.springframework.webflow.samples.booking.PreferencesController
 
getPreferences(String, Model) - Method in class org.springframework.webflow.samples.booking.PreferencesController
 
getPrice() - Method in class org.springframework.webflow.samples.booking.Hotel
 
getSearchString() - Method in class org.springframework.webflow.samples.booking.SearchCriteria
 
getState() - Method in class org.springframework.webflow.samples.booking.Hotel
 
getTotal() - Method in class org.springframework.webflow.samples.booking.Booking
 
getUser() - Method in class org.springframework.webflow.samples.booking.Booking
 
getUser() - Method in class org.springframework.webflow.samples.booking.Preference
 
getUsername() - Method in class org.springframework.webflow.samples.booking.User
 
getZip() - Method in class org.springframework.webflow.samples.booking.Hotel
 

H

handleException(FlowException, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.samples.booking.BookingFlowHandler
 
handleExecutionOutcome(FlowExecutionOutcome, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.samples.booking.BookingFlowHandler
 
Hotel - Class in org.springframework.webflow.samples.booking
A hotel where users may book stays.
Hotel() - Constructor for class org.springframework.webflow.samples.booking.Hotel
 
HotelsController - Class in org.springframework.webflow.samples.booking
 
HotelsController(TravelService) - Constructor for class org.springframework.webflow.samples.booking.HotelsController
 

I

isSmoking() - Method in class org.springframework.webflow.samples.booking.Booking
 
isSmoking() - Method in class org.springframework.webflow.samples.booking.Preference
 

J

JpaTravelService - Class in org.springframework.webflow.samples.booking
A JPA-based implementation of the Booking Service.
JpaTravelService() - Constructor for class org.springframework.webflow.samples.booking.JpaTravelService
 

O

org.springframework.js.ajax.surf - package org.springframework.js.ajax.surf
 
org.springframework.webflow.samples.booking - package org.springframework.webflow.samples.booking
 

P

Preference - Class in org.springframework.webflow.samples.booking
 
Preference() - Constructor for class org.springframework.webflow.samples.booking.Preference
 
PreferencesController - Class in org.springframework.webflow.samples.booking
 
PreferencesController() - Constructor for class org.springframework.webflow.samples.booking.PreferencesController
This empty constructor is needed in order for the Spring Security annotations to work as expected
PreferencesController(TravelService) - Constructor for class org.springframework.webflow.samples.booking.PreferencesController
 
PrettyFlowUrlHandler - Class in org.springframework.webflow.samples.booking
 
PrettyFlowUrlHandler() - Constructor for class org.springframework.webflow.samples.booking.PrettyFlowUrlHandler
 

S

savePreference(Preference) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
savePreference(Preference, Principal) - Method in class org.springframework.webflow.samples.booking.PreferencesController
 
savePreference(Preference) - Method in interface org.springframework.webflow.samples.booking.TravelService
 
SearchCriteria - Class in org.springframework.webflow.samples.booking
A backing bean for the main hotel search form.
SearchCriteria() - Constructor for class org.springframework.webflow.samples.booking.SearchCriteria
 
setAddress(String) - Method in class org.springframework.webflow.samples.booking.Hotel
 
setAmenities(Set<Amenity>) - Method in class org.springframework.webflow.samples.booking.Booking
 
setBeds(int) - Method in class org.springframework.webflow.samples.booking.Booking
 
setBeds(int) - Method in class org.springframework.webflow.samples.booking.Preference
 
setCheckinDate(Date) - Method in class org.springframework.webflow.samples.booking.Booking
 
setCheckoutDate(Date) - Method in class org.springframework.webflow.samples.booking.Booking
 
setCity(String) - Method in class org.springframework.webflow.samples.booking.Hotel
 
setCountry(String) - Method in class org.springframework.webflow.samples.booking.Hotel
 
setCreditCard(String) - Method in class org.springframework.webflow.samples.booking.Booking
 
setCreditCard(String) - Method in class org.springframework.webflow.samples.booking.Preference
 
setCreditCardExpiryMonth(int) - Method in class org.springframework.webflow.samples.booking.Booking
 
setCreditCardExpiryMonth(int) - Method in class org.springframework.webflow.samples.booking.Preference
 
setCreditCardExpiryYear(int) - Method in class org.springframework.webflow.samples.booking.Booking
 
setCreditCardExpiryYear(int) - Method in class org.springframework.webflow.samples.booking.Preference
 
setCreditCardName(String) - Method in class org.springframework.webflow.samples.booking.Booking
 
setCreditCardName(String) - Method in class org.springframework.webflow.samples.booking.Preference
 
setEntityManager(EntityManager) - Method in class org.springframework.webflow.samples.booking.JpaTravelService
 
setHotel(Hotel) - Method in class org.springframework.webflow.samples.booking.Booking
 
setId(Long) - Method in class org.springframework.webflow.samples.booking.Booking
 
setId(Long) - Method in class org.springframework.webflow.samples.booking.Hotel
 
setId(Long) - Method in class org.springframework.webflow.samples.booking.Preference
 
setName(String) - Method in class org.springframework.webflow.samples.booking.Hotel
 
setName(String) - Method in class org.springframework.webflow.samples.booking.User
 
setPage(int) - Method in class org.springframework.webflow.samples.booking.SearchCriteria
 
setPageSize(int) - Method in class org.springframework.webflow.samples.booking.SearchCriteria
 
setPassword(String) - Method in class org.springframework.webflow.samples.booking.User
 
setPrice(BigDecimal) - Method in class org.springframework.webflow.samples.booking.Hotel
 
setSearchString(String) - Method in class org.springframework.webflow.samples.booking.SearchCriteria
 
setSmoking(boolean) - Method in class org.springframework.webflow.samples.booking.Booking
 
setSmoking(boolean) - Method in class org.springframework.webflow.samples.booking.Preference
 
setState(String) - Method in class org.springframework.webflow.samples.booking.Hotel
 
setUser(User) - Method in class org.springframework.webflow.samples.booking.Booking
 
setUser(User) - Method in class org.springframework.webflow.samples.booking.Preference
 
setUsername(String) - Method in class org.springframework.webflow.samples.booking.User
 
setZip(String) - Method in class org.springframework.webflow.samples.booking.Hotel
 

T

toString() - Method in class org.springframework.webflow.samples.booking.Booking
 
toString() - Method in class org.springframework.webflow.samples.booking.Hotel
 
toString() - Method in class org.springframework.webflow.samples.booking.User
 
TravelService - Interface in org.springframework.webflow.samples.booking
A service interface for retrieving hotels and bookings from a backing repository.

U

User - Class in org.springframework.webflow.samples.booking
A user who can book hotels.
User() - Constructor for class org.springframework.webflow.samples.booking.User
 
User(String, String, String) - Constructor for class org.springframework.webflow.samples.booking.User
 

V

validateEnterBookingDetails(ValidationContext) - Method in class org.springframework.webflow.samples.booking.Booking
 
valueOf(String) - Static method in enum org.springframework.webflow.samples.booking.Amenity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.webflow.samples.booking.Amenity
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D F G H I J O P S T U V

Copyright © 2009 SpringSource, Inc. All Rights Reserved.