Uep的保存操作

Posted 逆水乘舟,不进则退

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Uep的保存操作相关的知识,希望对你有一定的参考价值。

wzStoreInfoDefineService.update(neWzStoreInfo,updateList,insertList,deleteListpublic void update(WzStoreInfo com, List<WzStoreUnitList> updateList,List<WzStoreUnitList> insertList, List<WzStoreUnitList> deleteList)

 

public void update(WzStoreInfo com, List<WzStoreUnitList> updateList,
List<WzStoreUnitList> insertList, List<WzStoreUnitList> deleteList)
throws Exception {


primaryIDAO.update(com);

if(insertList!=null && insertList.size()>0){
primaryIDAO.create(insertList);

}


if(updateList!=null && updateList.size()>0){
primaryIDAO.update(updateList);


}
if(deleteList!=null && deleteList.size()>0){

for (WzStoreUnitList bean : deleteList){
primaryIDAO.remove(WzStoreUnitList.class, bean.getStoreUnitId());

}

}
}

以上是关于Uep的保存操作的主要内容,如果未能解决你的问题,请参考以下文章

Uep的静态下拉和动态下拉建立

UEP-级联查询

UEP-添加表格

Uep查询语句总结

Uep弹窗showModalDialog的使用

UEP-树和表