egovframework.rfc3.iam.service.impl
Class AccessIpServiceImpl

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

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


Constructor Summary
AccessIpServiceImpl()
           
 
Method Summary
 void deleteAccessIP(long aipSid)
           
 AccessIpVO getAccessIP(long aipSid)
           
 SystemSettingsVO getSystemSet()
           
 void insertAccessIP(AccessIpVO accessIpVO)
           
 void insertSwitchingLog(SwitchingLogVO switchingLogVO)
           
 int isAccessIpCnt(AccessIpVO accessIpVO)
           
 java.util.List<AccessIpVO> selectAccessList(java.lang.String atype)
           
 java.util.List<AccessIpVO> selectAccessList2(AccessIpVO accessIpVO)
           
 java.util.List<SwitchingLogVO> selectSwitchingLogList(SwitchingLogVO switchingLogVO)
           
 int selectSwitchingLogListTotCnt(SwitchingLogVO switchingLogVO)
           
 void updateAccessIP(AccessIpVO accessIpVO)
           
 void updateSystemSettings(SystemSettingsVO systemSettingsVO)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessIpServiceImpl

public AccessIpServiceImpl()
Method Detail

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