类 SysDeptService

java.lang.Object
com.publiccms.common.base.BaseService<SysDept>
com.publiccms.logic.service.sys.SysDeptService

@Service @Transactional public class SysDeptService extends BaseService<SysDept>
SysDeptService
  • 字段详细资料

  • 构造器详细资料

    • SysDeptService

      public SysDeptService()
  • 方法详细资料

    • getPage

      @Transactional(readOnly=true) public PageHandler getPage(Short siteId, Integer parentId, Long userId, String name, Integer pageIndex, Integer pageSize)
      参数:
      siteId -
      parentId -
      userId -
      name -
      pageIndex -
      pageSize -
      返回:
    • getEntityByCode

      public SysDept getEntityByCode(short siteId, String code)
      参数:
      siteId -
      code -
      返回:
    • delete

      public SysDept delete(short siteId, Integer id)
      参数:
      siteId -
      id -
      返回: