Uses of Interface
com.easyjf.web.tools.IActiveUser

Packages that use IActiveUser
com.easyjf.web.tools   
 

Uses of IActiveUser in com.easyjf.web.tools
 

Methods in com.easyjf.web.tools that return IActiveUser
abstract  IActiveUser AbstractCrudAction.getCurrentUser(WebForm form)
           
 

Methods in com.easyjf.web.tools with parameters of type IActiveUser
 Page AbstractCrudAction.doAdd(WebForm form, Module module, IActiveUser user)
           
 Page AbstractCrudAction.doUpdate(WebForm form, Module module, IActiveUser user)
           
 Page AbstractCrudAction.doEdit(WebForm form, Module module, IActiveUser user)
           
 Page AbstractCrudAction.doDel(WebForm form, Module module, IActiveUser user)
           
 Page AbstractCrudAction.doQuery(WebForm form, Module module, IActiveUser user)
           
abstract  IPageList AbstractCrudAction.doQuery(WebForm form, int currentPage, int pageSize, IActiveUser user)
           
abstract  java.lang.Object AbstractCrudAction.form2Obj(WebForm form, IActiveUser user)
           
 Page ICommCRUDAction.doAdd(WebForm form, Module module, IActiveUser user)
           
 Page ICommCRUDAction.doUpdate(WebForm form, Module module, IActiveUser user)
           
 Page ICommCRUDAction.doEdit(WebForm form, Module module, IActiveUser user)
           
 Page ICommCRUDAction.doDel(WebForm form, Module module, IActiveUser user)
           
 Page ICommCRUDAction.doQuery(WebForm form, Module module, IActiveUser user)