类 SysModuleService
SysModuleService
- 
字段概要
字段从类继承的字段 com.publiccms.common.base.BaseService
basedao, log - 
构造器概要
构造器 - 
方法概要
修饰符和类型方法说明getPageUrl(String parentId) update(Serializable id, SysModule newEntity) voidupdateParentId(String oldParentId, String parentId) 从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update 
- 
字段详细资料
- 
dao
 
 - 
 - 
构造器详细资料
- 
SysModuleService
public SysModuleService() 
 - 
 - 
方法详细资料
- 
getPage
@Transactional(readOnly=true) public PageHandler getPage(String parentId, Boolean menu, Integer pageIndex, Integer pageSize) - 参数:
 parentId-menu-pageIndex-pageSize-- 返回:
 
 - 
update
- 覆盖:
 update在类中BaseService<SysModule>- 参数:
 id-newEntity-- 返回:
 - entity
 
 - 
updateParentId
- 参数:
 oldParentId-parentId-
 - 
getPageUrl
- 参数:
 parentId-- 返回:
 
 
 -