org.jboss.seam.examples.booking.inventory
Class HotelSearch

java.lang.Object
  extended by org.jboss.seam.examples.booking.inventory.HotelSearch

@Named
@SessionScoped
public class HotelSearch
extends Object

Author:
Dan Allen

Constructor Summary
HotelSearch()
           
 
Method Summary
 void find()
           
 List<Hotel> getHotels()
           
 boolean isNextPageAvailable()
           
 boolean isPreviousPageAvailable()
           
 void nextPage()
           
 void previousPage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelSearch

public HotelSearch()
Method Detail

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.