egovframework.rfc3.iam.service.impl
Class AccessIpServiceImpl
java.lang.Object
egovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.iam.service.impl.AccessIpServiceImpl
- All Implemented Interfaces:
- AccessIpService
@Service(value="AccessIpService")
public class AccessIpServiceImpl
- extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
- implements AccessIpService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessIpServiceImpl
public AccessIpServiceImpl()
selectAccessList
public java.util.List<AccessIpVO> selectAccessList(java.lang.String atype)
throws java.lang.Exception
- Specified by:
selectAccessList
in interface AccessIpService
- Throws:
java.lang.Exception
isAccessIpCnt
public int isAccessIpCnt(AccessIpVO accessIpVO)
throws java.lang.Exception
- Specified by:
isAccessIpCnt
in interface AccessIpService
- Throws:
java.lang.Exception
insertAccessIP
public void insertAccessIP(AccessIpVO accessIpVO)
throws java.lang.Exception
- Specified by:
insertAccessIP
in interface AccessIpService
- Throws:
java.lang.Exception
deleteAccessIP
public void deleteAccessIP(long aipSid)
throws java.lang.Exception
- Specified by:
deleteAccessIP
in interface AccessIpService
- Throws:
java.lang.Exception
getSystemSet
public SystemSettingsVO getSystemSet()
- Specified by:
getSystemSet
in interface AccessIpService
updateSystemSettings
public void updateSystemSettings(SystemSettingsVO systemSettingsVO)
- Specified by:
updateSystemSettings
in interface AccessIpService
insertSwitchingLog
public void insertSwitchingLog(SwitchingLogVO switchingLogVO)
- Specified by:
insertSwitchingLog
in interface AccessIpService
selectSwitchingLogListTotCnt
public int selectSwitchingLogListTotCnt(SwitchingLogVO switchingLogVO)
- Specified by:
selectSwitchingLogListTotCnt
in interface AccessIpService
selectSwitchingLogList
public java.util.List<SwitchingLogVO> selectSwitchingLogList(SwitchingLogVO switchingLogVO)
- Specified by:
selectSwitchingLogList
in interface AccessIpService
updateAccessIP
public void updateAccessIP(AccessIpVO accessIpVO)
throws java.lang.Exception
- Specified by:
updateAccessIP
in interface AccessIpService
- Throws:
java.lang.Exception
getAccessIP
public AccessIpVO getAccessIP(long aipSid)
throws java.lang.Exception
- Specified by:
getAccessIP
in interface AccessIpService
- Throws:
java.lang.Exception
selectAccessList2
public java.util.List<AccessIpVO> selectAccessList2(AccessIpVO accessIpVO)
throws java.lang.Exception
- Specified by:
selectAccessList2
in interface AccessIpService
- Throws:
java.lang.Exception