egovframework.rfc3.iam.service
Interface AccessIpService
- All Known Implementing Classes:
- AccessIpServiceImpl
public interface AccessIpService
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