org.jboss.seam.examples.booking.inventory
Class HotelSearch
java.lang.Object
org.jboss.seam.examples.booking.inventory.HotelSearch
@Named
@SessionScoped
public class HotelSearch
- extends Object
- Author:
- Dan Allen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotelSearch
public HotelSearch()
find
public void find()
nextPage
public void nextPage()
previousPage
public void previousPage()
getHotels
@Produces
@Named
public List<Hotel> getHotels()
isNextPageAvailable
public boolean isNextPageAvailable()
isPreviousPageAvailable
public boolean isPreviousPageAvailable()
Copyright © 2011 Seam Framework. All Rights Reserved.