gboat2.web.service.impl
类 ResourceServiceImpl
java.lang.Object
gboat2.web.service.impl.ResourceServiceImpl
- 所有已实现的接口:
- IResourceService
public class ResourceServiceImpl
- extends Object
- implements IResourceService
- 从以下版本开始:
- 3.0
- 作者:
- lysming
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceServiceImpl
public ResourceServiceImpl()
getResourceById
public Resource getResourceById(String resourceId)
- 从接口
IResourceService
复制的描述
- 根据模块主键获取模块
- 指定者:
- 接口
IResourceService
中的 getResourceById
- 返回:
getResourcesByUrl
public List<Resource> getResourcesByUrl(String url)
- 从接口
IResourceService
复制的描述
- 根据模块路径获取模块
- 指定者:
- 接口
IResourceService
中的 getResourcesByUrl
- 返回:
getOperationsOfResource
public List<Operation> getOperationsOfResource(String resourceId)
- 从接口
IResourceService
复制的描述
- 获取模块定义的所有操作
- 指定者:
- 接口
IResourceService
中的 getOperationsOfResource
- 返回:
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.