org.jboss.seam.examples.booking.log
Interface BookingLog


public interface BookingLog

Author:
Dan Allen

Method Summary
 void bookingConfirmed(String hotelName, String customerName)
           
 void bookingInitiated(String customerName, String hotelName)
           
 void hotelEntityInPersistenceContext(boolean state)
           
 void hotelSelected(String customerName, String hotelName, String city)
           
 

Method Detail

hotelSelected

void hotelSelected(String customerName,
                   String hotelName,
                   String city)

bookingInitiated

void bookingInitiated(String customerName,
                      String hotelName)

bookingConfirmed

void bookingConfirmed(String hotelName,
                      String customerName)

hotelEntityInPersistenceContext

void hotelEntityInPersistenceContext(boolean state)


Copyright © 2011 Seam Framework. All Rights Reserved.