Uses of Class
com.ltu.smd116.containers.booking.InventoryContainer

Packages that use InventoryContainer
com.ltu.smd116.beans 
com.ltu.smd116.bl.booking 
com.ltu.smd116.containers.booking 
com.ltu.smd116.dbp 

Uses of InventoryContainer in com.ltu.smd116.beans
 

Fields in com.ltu.smd116.beans declared as InventoryContainer
private InventoryContainerBookingAdmBean.inventory
          
 

Methods in com.ltu.smd116.beans that return InventoryContainer
InventoryContainerBookingAdmBean.getInventory()
          
InventoryContainerBookingAdmBean.getInventory(int id)
          
 

Methods in com.ltu.smd116.beans with parameters of type InventoryContainer
voidBookingAdmBean.setInventory(InventoryContainer inventory)
          
 

Uses of InventoryContainer in com.ltu.smd116.bl.booking
 

Methods in com.ltu.smd116.bl.booking that return InventoryContainer
InventoryContainerBLBooking.getInventory(int id)
          
 

Methods in com.ltu.smd116.bl.booking with parameters of type InventoryContainer
intBLBookingAdm.setInventory(InventoryContainer inventory)
          Saves a new or updates an Inventory.
 

Uses of InventoryContainer in com.ltu.smd116.containers.booking
 

Fields in com.ltu.smd116.containers.booking declared as InventoryContainer
private InventoryContainerResourceContainer.inventory
          
 

Methods in com.ltu.smd116.containers.booking that return InventoryContainer
InventoryContainerResourceContainer.getInventory()
          
 

Methods in com.ltu.smd116.containers.booking with parameters of type InventoryContainer
voidResourceContainer.setInventory(InventoryContainer inventory)
          
 

Uses of InventoryContainer in com.ltu.smd116.dbp
 

Methods in com.ltu.smd116.dbp that return InventoryContainer
static InventoryContainerDummy.dummyInventory()
          
InventoryContainerInventoryDBP.getInventory(int id)
          
 

Methods in com.ltu.smd116.dbp with parameters of type InventoryContainer
intInventoryDBP.insert(InventoryContainer inventory)
          Returns the ID that it gets
booleanInventoryDBP.update(InventoryContainer inventory)