egovframework.rfc3.iam.service
Interface AccessIpService

All Known Implementing Classes:
AccessIpServiceImpl

public interface AccessIpService


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)
           
 

Method Detail

selectAccessList

java.util.List<AccessIpVO> selectAccessList(java.lang.String atype)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

isAccessIpCnt

int isAccessIpCnt(AccessIpVO accessIpVO)
                  throws java.lang.Exception
Throws:
java.lang.Exception

insertAccessIP

void insertAccessIP(AccessIpVO accessIpVO)
                    throws java.lang.Exception
Throws:
java.lang.Exception

deleteAccessIP

void deleteAccessIP(long aipSid)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getSystemSet

SystemSettingsVO getSystemSet()

updateSystemSettings

void updateSystemSettings(SystemSettingsVO systemSettingsVO)

insertSwitchingLog

void insertSwitchingLog(SwitchingLogVO switchingLogVO)

selectSwitchingLogListTotCnt

int selectSwitchingLogListTotCnt(SwitchingLogVO switchingLogVO)

selectSwitchingLogList

java.util.List<SwitchingLogVO> selectSwitchingLogList(SwitchingLogVO switchingLogVO)

updateAccessIP

void updateAccessIP(AccessIpVO accessIpVO)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getAccessIP

AccessIpVO getAccessIP(long aipSid)
                       throws java.lang.Exception
Throws:
java.lang.Exception

selectAccessList2

java.util.List<AccessIpVO> selectAccessList2(AccessIpVO accessIpVO)
                                             throws java.lang.Exception
Throws:
java.lang.Exception