欢迎来到天天文库
浏览记录
ID:19277716
大小:1.22 MB
页数:11页
时间:2018-09-30
《网上书店-系统分析设计文档》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、网上书店系统analysis&design目录:1.登录包1.1classdiagramLoginForm为boundaryclassCheckAndReadFrormUserList为controlclassUserList为entityclass在登录界面中点击登录调用CheckAndReadFrormUserList()函数,该函数作用:在数据库中搜索登录用户名和密码若存在则能登陆,否则登陆失败。1.2sequencediagram1.3collaborationdiagram2注册包2.1classdiagramUserRegrist为bound
2、aryclassCheckAndSaveIntoUserList为controlclassUserList为entityclass在注册界面中点击注册调用CheckUserList()函数,该函数作用:在数据库中搜索登录用户名若不存在则继续,否则提示该用户名以存在。继续则调用SaveIntoUserList(),该函数作用:将用户信息存入数据库中2.2sequencediagram2.3collaborationdiagram3订购图书包3.1classdiagramBookList为boundaryclassCheckAndSaveIntoOrderL
3、ist为controlclassOrderList为entityclass在物品界面中点击订购调用SaveIntoOrderList()函数,该函数作用:将该图书信息存入数据库中,继续调用showMybook()函数,该函数作用:将该用户订购的所有图书列表显示。3.2sequencediagram3.3collaborationdiagram4订单及送货管理4.1classdiagramOrderForm为boundaryclassDoWithOrderList为controlclassOrderList为entityclass进入订单及送货管理页面调用
4、showorderList()函数,该函数作用:显示所有订单,若要删除订单,调用delorderinfo()函数,该函数作用:将选定列订单删除。4.2sequencediagram4.3collaborationdiagram5.进书、库存管理5.1classdiagramStockForm为boundaryclassDoWithStockList为controlclassStockList为entityclass进入订单及送货管理页面调用showall()函数,该函数作用:显示所有进书信息,若要修改信息,调用changeinfo()函数,该函数作用:将
5、选定列重新更新到数据库中。5.2sequencediagram5.3collaborationdiagram6.客户信息管理6.1classdiagramUserForm为boundaryclassDoWithUserList为controlclassUserList为entityclass进入客户信息管理页面调用showUserList()函数,该函数作用:显示所有用户信息,若要修改信息,调用alterUserinfo()函数,该函数作用:将选定列重新更新到数据库中。6.2sequencediagram6.3collaborationdiagram7.
6、账目管理7.1classdiagramAccountForm为boundaryclassDoWithAccountList为controlclassAaccountList为entityclass进入账目管理页面调用showaccountlist()函数,该函数作用:显示所有图书账目信息,若要修改信息,调用alteraccountlist()函数,该函数作用:将选定列重新更新到数据库中。7.2sequencediagram7.3collaborationdiagram
此文档下载收益归作者所有