浏览酒店订单概念类图
2016-09-23 22:59:56 0 举报
酒店订单概念类图主要包含以下几个关键元素:客户、房间、预订日期、入住日期、退房日期、订单状态和订单金额。客户是进行酒店预订的主体,他们可以选择不同的房间类型。预订日期是客户预定房间的日期,入住日期和退房日期则是客户实际入住和离开的日期。订单状态反映了订单的执行情况,如未支付、已支付、已完成等。订单金额则是客户需要支付的总金额,包括房费和其他可能的费用。这些元素之间的关系构成了酒店订单的基本流程,即客户选择房间并设定日期,然后支付订单,最后在指定的日期入住和退房。
作者其他创作
大纲/内容
UserDaoImpl
List getAllUser()User getUserInfo(String userName)
OrderDaoImpl
StadiumDaoImpl
List getAllStadium()Stadium getStadium(int stadiumId)List getAllStadiumPlan()List getStadiumPlanByStadiumName(String stadiumName)StadiumPlan getStadiumPlan(int planId)
UserServiceImpl
OrderDao orderDao;UserDao userDao;
List showAllUser();User getUserInfo(String userName)int[] MyOrderByMonth(String userName);int[] MyBookOrderByMonth(String userName);int[] MyUnscribeOrderByMonth(String userName);double[] PrecentOfOrder(String userName);
StadiumServiceImpl
OrderDao orderDao;UserDao userDao;StadiumDao stadiumDao;
List getAllStadium()Stadium getStadium(int stadiumId)List getAllStadiumPlan()StadiumPlan getStadiumPlan(int planId)int[] StadiumOrderByMonth(int stadiumId);int[] StadiumBookOrderByMonth(int stadiumId);int[] StadiumUnscribeOrderByMonth(int stadiumId);double[] PrecentOfStadiumOrder(int stadiumId);
OrderServiceImpl
OrderManageServlet
UserService userService;OrderService orderService;
0 条评论
下一页
为你推荐
查看更多