Please enable JavaScript.
Coggle requires JavaScript to display documents.
Insert.do?method=mainFlow&func=toTempDataList (QVLMAction mainFlow…
Insert.do?method=mainFlow&func=toTempDataList
QVLMAction
mainFlow
modifierName
startListVaildDate
startListVaildDateOl
修改日期?不知道該做去哪取值做什麼
UserProfileTo
應該是一個登入驗證功能
權限管理
無權限退出
放入
pcc2
qvlm
create
userid
TempDataService
getTempDataList
verifyAndFormat
判斷條件
System Key, Module Key and Function Key can not be null or space!
System Key, Module Key and Function Key's bytes can not greater than 10
若無塞值會丟出exception
findList
createHQL
(createHQL(true, 2, temp.TempDataVO, string[0],false), string[1])
"FROM TABLE ", "WHERE systemKey = ? AND moduleKey = ? AND functionKey = ? "
//key如果不是null 就執行 and key[i] = ? 否則 IS NULL a
使用hql 串出
1 從create hql 中串出帶有問號的語句
2 將object VoClass 的屬性串入
如果key不是null就加入list中
用[0]去取值,[1]判斷是否為null放值
string[1] = list.toArray(new String[0]);
//list.toArray(new String[0])如果list長度超超過0則創造一個長度符合的陣列
1取得物件集合和物件數量
回傳至前端頁面
進入新增功能
toInsertPage
放入使用者id
jsp
xxxModer
XXController
tiles
domain.xxParam---in
Service
domain.result--out