com.ltu.smd116.jsp.bookingadm
Class inventory
- public class inventory
Lists all inventories.
Contains:
A dropdown menu to choose a type that it should filter on.
A input field for free text search.
A table with all inventories/filtered inventories/inventories matching search words.
Only a certain number of inventories are shown in one page. Got ability to browse on names on those that's not shown on current page.
- Stereotype jsp
to Class com.ltu.smd116.jsp.bookingadm.inventoryadm- Sends Action as parameter. Valid values are Update, Create and Delete.
Sends the InventoryId as parameter if it's an update or a delete.- Stereotype links
- link dependency
to Class com.ltu.smd116.jsp.bookingadm.inventoryinfo
- Sends the InventoryId as parameter.
- Stereotype links
- link dependency