C E F G H I L P R S T V 
All Classes All Packages

C

cancelReservation(Reservation) - Method in interface ejava.examples.txhotel.bl.HotelReservationist
 
cancelReservations() - Method in interface ejava.examples.txhotel.bl.HotelReservationSession
 
cleanupReservation(String) - Method in interface ejava.examples.txhotel.bl.HotelReservationist
 
close() - Method in interface ejava.examples.txhotel.bl.HotelReservationSession
 
commit() - Method in interface ejava.examples.txhotel.bl.HotelReservationSession
 
commitReservation(Reservation) - Method in interface ejava.examples.txhotel.bl.HotelReservationist
 
confirmation - Variable in class ejava.examples.txhotel.bo.Reservation
 
createReservation(Person, Date, Date) - Method in interface ejava.examples.txhotel.bl.HotelReservationist
 
createReservation(Person, Date, Date) - Method in interface ejava.examples.txhotel.bl.HotelReservationSession
 
creationDate - Variable in class ejava.examples.txhotel.bo.Person
 

E

ejava.examples.txhotel.bl - package ejava.examples.txhotel.bl
 
ejava.examples.txhotel.bo - package ejava.examples.txhotel.bo
 
endDate - Variable in class ejava.examples.txhotel.bo.Reservation
 
equals(Object) - Method in class ejava.examples.txhotel.bo.Person
 
equals(Object) - Method in class ejava.examples.txhotel.bo.Reservation
 

F

firstName - Variable in class ejava.examples.txhotel.bo.Person
 

G

getConfirmation() - Method in class ejava.examples.txhotel.bo.Reservation
 
getEndDate() - Method in class ejava.examples.txhotel.bo.Reservation
 
getFirstName() - Method in class ejava.examples.txhotel.bo.Person
 
getId() - Method in class ejava.examples.txhotel.bo.Person
 
getId() - Method in class ejava.examples.txhotel.bo.Reservation
 
getLastName() - Method in class ejava.examples.txhotel.bo.Person
 
getPerson() - Method in class ejava.examples.txhotel.bo.Reservation
 
getReservationByConfirmation(String) - Method in interface ejava.examples.txhotel.bl.HotelReservationist
 
getReservations(int, int) - Method in interface ejava.examples.txhotel.bl.HotelReservationist
 
getReservationsForPerson(Person, int, int) - Method in interface ejava.examples.txhotel.bl.HotelReservationist
 
getStartDate() - Method in class ejava.examples.txhotel.bo.Reservation
 
getVersion() - Method in class ejava.examples.txhotel.bo.Person
 
getVersion() - Method in class ejava.examples.txhotel.bo.Reservation
 

H

hashCode() - Method in class ejava.examples.txhotel.bo.Person
 
hashCode() - Method in class ejava.examples.txhotel.bo.Reservation
 
HotelReservationException - Exception in ejava.examples.txhotel.bl
 
HotelReservationException() - Constructor for exception ejava.examples.txhotel.bl.HotelReservationException
 
HotelReservationException(String) - Constructor for exception ejava.examples.txhotel.bl.HotelReservationException
 
HotelReservationException(String, Throwable) - Constructor for exception ejava.examples.txhotel.bl.HotelReservationException
 
HotelReservationException(Throwable) - Constructor for exception ejava.examples.txhotel.bl.HotelReservationException
 
HotelReservationist - Interface in ejava.examples.txhotel.bl
 
HotelReservationSession - Interface in ejava.examples.txhotel.bl
 

I

id - Variable in class ejava.examples.txhotel.bo.Person
 
id - Variable in class ejava.examples.txhotel.bo.Reservation
 
InvalidParameterException - Exception in ejava.examples.txhotel.bl
 
InvalidParameterException() - Constructor for exception ejava.examples.txhotel.bl.InvalidParameterException
 
InvalidParameterException(String) - Constructor for exception ejava.examples.txhotel.bl.InvalidParameterException
 
InvalidParameterException(String, Throwable) - Constructor for exception ejava.examples.txhotel.bl.InvalidParameterException
 
InvalidParameterException(Throwable) - Constructor for exception ejava.examples.txhotel.bl.InvalidParameterException
 
InvalidReservationChangeException - Exception in ejava.examples.txhotel.bl
 
InvalidReservationChangeException() - Constructor for exception ejava.examples.txhotel.bl.InvalidReservationChangeException
 
InvalidReservationChangeException(String) - Constructor for exception ejava.examples.txhotel.bl.InvalidReservationChangeException
 
InvalidReservationChangeException(String, Throwable) - Constructor for exception ejava.examples.txhotel.bl.InvalidReservationChangeException
 
InvalidReservationChangeException(Throwable) - Constructor for exception ejava.examples.txhotel.bl.InvalidReservationChangeException
 

L

lastName - Variable in class ejava.examples.txhotel.bo.Person
 

P

person - Variable in class ejava.examples.txhotel.bo.Reservation
 
Person - Class in ejava.examples.txhotel.bo
 
Person() - Constructor for class ejava.examples.txhotel.bo.Person
 
Person(long, long, String, String) - Constructor for class ejava.examples.txhotel.bo.Person
 

R

Reservation - Class in ejava.examples.txhotel.bo
 
Reservation() - Constructor for class ejava.examples.txhotel.bo.Reservation
 
Reservation(long, long, String, Person, Date, Date) - Constructor for class ejava.examples.txhotel.bo.Reservation
 
ReservationNotFoundException - Exception in ejava.examples.txhotel.bl
 
ReservationNotFoundException() - Constructor for exception ejava.examples.txhotel.bl.ReservationNotFoundException
 
ReservationNotFoundException(String) - Constructor for exception ejava.examples.txhotel.bl.ReservationNotFoundException
 
ReservationNotFoundException(String, Throwable) - Constructor for exception ejava.examples.txhotel.bl.ReservationNotFoundException
 
ReservationNotFoundException(Throwable) - Constructor for exception ejava.examples.txhotel.bl.ReservationNotFoundException
 

S

sameDate(Date, Date) - Static method in class ejava.examples.txhotel.bo.Reservation
 
setConfirmation(String) - Method in class ejava.examples.txhotel.bo.Reservation
 
setEndDate(Date) - Method in class ejava.examples.txhotel.bo.Reservation
 
setFirstName(String) - Method in class ejava.examples.txhotel.bo.Person
 
setId(long) - Method in class ejava.examples.txhotel.bo.Person
 
setId(long) - Method in class ejava.examples.txhotel.bo.Reservation
 
setLastName(String) - Method in class ejava.examples.txhotel.bo.Person
 
setPerson(Person) - Method in class ejava.examples.txhotel.bo.Reservation
 
setStartDate(Date) - Method in class ejava.examples.txhotel.bo.Reservation
 
setVersion(long) - Method in class ejava.examples.txhotel.bo.Person
 
setVersion(long) - Method in class ejava.examples.txhotel.bo.Reservation
 
startDate - Variable in class ejava.examples.txhotel.bo.Reservation
 

T

toString() - Method in class ejava.examples.txhotel.bo.Person
 
toString() - Method in class ejava.examples.txhotel.bo.Reservation
 

V

version - Variable in class ejava.examples.txhotel.bo.Person
 
version - Variable in class ejava.examples.txhotel.bo.Reservation
 
C E F G H I L P R S T V 
All Classes All Packages