egovframework.rfc3.iam.service.impl
Class AdminMenuRolesServiceImpl
java.lang.Object
egovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.iam.service.impl.AdminMenuRolesServiceImpl
- All Implemented Interfaces:
- AdminMenuRolesService
@Service(value="AdminMenuRolesService")
public class AdminMenuRolesServiceImpl
- extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
- implements AdminMenuRolesService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminMenuRolesServiceImpl
public AdminMenuRolesServiceImpl()
selectAdminRoleCnt
public int selectAdminRoleCnt(java.lang.String admSid)
throws java.lang.Exception
- Specified by:
selectAdminRoleCnt
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
selectAdminRoleCntForRoleId
public int selectAdminRoleCntForRoleId(AdminMenuRolesVO adminMenuRolesVO)
throws java.lang.Exception
- Specified by:
selectAdminRoleCntForRoleId
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
selectAdminMenuRoleList
public java.util.List<AdminMenuRolesVO> selectAdminMenuRoleList(java.lang.String admSid)
throws java.lang.Exception
- Specified by:
selectAdminMenuRoleList
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
selectGroupMenuRoleList
public java.util.List<GroupMenuRolesVO> selectGroupMenuRoleList(GroupMenuRolesVO groupMenuRolesVO)
throws java.lang.Exception
- Specified by:
selectGroupMenuRoleList
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
selectAdminRoleNotAppliedList
public java.util.List<AdminMenuRolesVO> selectAdminRoleNotAppliedList(java.util.List admSidList)
throws java.lang.Exception
- Specified by:
selectAdminRoleNotAppliedList
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
insertAdminMenuRole
public void insertAdminMenuRole(AdminMenuRolesVO adminMenuRolesVO)
throws java.lang.Exception
- Specified by:
insertAdminMenuRole
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
insertGroupMenuRole
public void insertGroupMenuRole(GroupMenuRolesVO groupMenuRolesVO)
throws java.lang.Exception
- Specified by:
insertGroupMenuRole
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
updateAdminMenuRole
public void updateAdminMenuRole(AdminMenuRolesVO adminMenuRolesVO)
throws java.lang.Exception
- Specified by:
updateAdminMenuRole
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
deleteAdminMenuRole
public void deleteAdminMenuRole(java.lang.String admSid)
throws java.lang.Exception
- Specified by:
deleteAdminMenuRole
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
deleteAdminMenuRoleForRoleId
public void deleteAdminMenuRoleForRoleId(AdminMenuRolesVO adminMenuRolesVO)
throws java.lang.Exception
- Specified by:
deleteAdminMenuRoleForRoleId
in interface AdminMenuRolesService
- Throws:
java.lang.Exception
deleteGroupMenuRole
public void deleteGroupMenuRole(java.lang.String groupId)
throws java.lang.Exception
- Specified by:
deleteGroupMenuRole
in interface AdminMenuRolesService
- Throws:
java.lang.Exception