接口 Y9OperationService
-
- 所有超级接口:
ResourceCommonService<Y9Operation>
- 所有已知实现类:
Y9OperationServiceImpl
public interface Y9OperationService extends ResourceCommonService<Y9Operation>
- 作者:
- dingzhaojun, qinman, mengjuhua
- Date:
- 2022/2/10
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<Y9Operation>findByParentId(String parentId)根据父资源id获取其下子资源IntegergetMaxIndexByParentId(String parentId)根据父节点id,获取最大排序-
从接口继承的方法 net.risesoft.y9public.service.resource.ResourceCommonService
delete, delete, disable, disable, enable, enable, existsById, findById, findByNameLike, getById, saveOrUpdate, updateTabIndex
-
-
-
-
方法详细资料
-
findByParentId
List<Y9Operation> findByParentId(String parentId)
根据父资源id获取其下子资源- 参数:
parentId- 父节点id- 返回:
List<Y9Operation>
-
-