egovframework.rfc3.iam.service.impl
Class AdminMenuRolesServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.iam.service.impl.AdminMenuRolesServiceImpl
All Implemented Interfaces:
AdminMenuRolesService

@Service(value="AdminMenuRolesService")
public class AdminMenuRolesServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements AdminMenuRolesService


Constructor Summary
AdminMenuRolesServiceImpl()
           
 
Method Summary
 void deleteAdminMenuRole(java.lang.String admSid)
           
 void deleteAdminMenuRoleForRoleId(AdminMenuRolesVO adminMenuRolesVO)
           
 void deleteGroupMenuRole(java.lang.String groupId)
           
 void insertAdminMenuRole(AdminMenuRolesVO adminMenuRolesVO)
           
 void insertGroupMenuRole(GroupMenuRolesVO groupMenuRolesVO)
           
 java.util.List<AdminMenuRolesVO> selectAdminMenuRoleList(java.lang.String admSid)
           
 int selectAdminRoleCnt(java.lang.String admSid)
           
 int selectAdminRoleCntForRoleId(AdminMenuRolesVO adminMenuRolesVO)
           
 java.util.List<AdminMenuRolesVO> selectAdminRoleNotAppliedList(java.util.List admSidList)
           
 java.util.List<GroupMenuRolesVO> selectGroupMenuRoleList(GroupMenuRolesVO groupMenuRolesVO)
           
 void updateAdminMenuRole(AdminMenuRolesVO adminMenuRolesVO)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminMenuRolesServiceImpl

public AdminMenuRolesServiceImpl()
Method Detail

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