gboat2.web.business.impl
类 RoleBusinessImpl

java.lang.Object
  继承者 gboat2.base.core.service.BaseService
      继承者 gboat2.web.business.impl.RoleBusinessImpl
所有已实现的接口:
IBaseService, IRoleBusiness

@Transactional
@Service
public class RoleBusinessImpl
extends BaseService
implements IRoleBusiness

从以下版本开始:
jdk1.6
作者:
wangsr

字段摘要
 
从类 gboat2.base.core.service.BaseService 继承的字段
baseDAO
 
构造方法摘要
RoleBusinessImpl()
           
 
方法摘要
 List<Role> findAllRole()
          取得当前的所以角色
 List<String> findAllRoleName()
          取得当前的所有角色名称
 Role findRoleByRoleCode(String roleCode)
          根据角色code查询角色
 Role findRoleByRoleName(String roleName)
          根据角色名查询角色
 
从类 gboat2.base.core.service.BaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 gboat2.base.core.service.IBaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 

构造方法详细信息

RoleBusinessImpl

public RoleBusinessImpl()
方法详细信息

findRoleByRoleCode

public Role findRoleByRoleCode(String roleCode)
从接口 IRoleBusiness 复制的描述
根据角色code查询角色

指定者:
接口 IRoleBusiness 中的 findRoleByRoleCode
参数:
roleCode - 角色编码
返回:
角色

findRoleByRoleName

public Role findRoleByRoleName(String roleName)
从接口 IRoleBusiness 复制的描述
根据角色名查询角色

指定者:
接口 IRoleBusiness 中的 findRoleByRoleName
返回:

findAllRole

public List<Role> findAllRole()
从接口 IRoleBusiness 复制的描述
取得当前的所以角色

指定者:
接口 IRoleBusiness 中的 findAllRole
返回:
所有角色

findAllRoleName

public List<String> findAllRoleName()
从接口 IRoleBusiness 复制的描述
取得当前的所有角色名称

指定者:
接口 IRoleBusiness 中的 findAllRoleName
返回:
所有角色名称


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.