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