com.ltu.smd116.jsp.bookingadm
Class service
- public class service
Lists all services.
Contains:
A dropdown menu to choose a type that it should filter on.
A input field for free text search.
A table with all services/filtered services/services matching search words.
Only a certain number of services 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.serviceadm- Sends Action as parameter. Valid values are Update, Create and Delete.
Sends the ServiceId as parameter if it's an update or a delete.- Stereotype links
- link dependency
to Class com.ltu.smd116.jsp.bookingadm.serviceinfo
- Sends the ServiceId as parameter.
- Stereotype links
- link dependency