Method Summary |
|
public void | ejbActivate() |
public Object | ejbCreate(Integer cruiseId, Collection customers) |
public double | ejbHomeGetAmountOfReservationsForCustomer(Integer custId) |
public Collection | ejbHomeGetAmountsForCruise(String cName) |
public long | ejbHomeGetCountOfReservations() |
public long | ejbHomeGetCountOfReservationsForCustomer(Integer custId) |
public double | ejbHomeGetMaxAmountOfReservations() |
public double | ejbHomeGetMinAmountForCruise(String cName) |
public double | ejbHomeGetMinAmountOfReservations() |
public void | ejbLoad() |
public void | ejbPassivate() |
public void | ejbPostCreate(Integer cruiseId, Collection customers) |
public void | ejbRemove() |
abstract public long | ejbSelectAmountOfReservationsForCustomer(CustomerLocal c) |
abstract public Collection | ejbSelectAmountsForCruise(String cName) |
abstract public long | ejbSelectCountOfReservations() |
abstract public long | ejbSelectCountOfReservationsForCustomer(CustomerLocal c) |
abstract public double | ejbSelectMaxAmountOfReservations() |
abstract public double | ejbSelectMinAmountForCruise(String cName) |
abstract public double | ejbSelectMinAmountOfReservations() |
public void | ejbStore() |
abstract public double | getAmountPaid() |
abstract public Set | getCabins() |
abstract public CruiseLocal | getCruise() |
abstract public Set | getCustomers() |
abstract public Date | getDate() |
abstract public Integer | getId() |
public void | setAllCabins(Set cabins) |
abstract public void | setAmountPaid(double amount) |
abstract public void | setCabins(Set cabins) |
abstract public void | setCruise(CruiseLocal cruise) |
abstract public void | setCustomers(Set customers) |
abstract public void | setDate(Date date) |
public void | setEntityContext(EntityContext ec) |
abstract public void | setId(Integer id) |
public void | unsetEntityContext() |