egovframework.rfc3.electuser.service
Interface ElectUserService
- All Known Implementing Classes:
- ElectUserServiceImpl
public interface ElectUserService
insertElectUser
void insertElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateElectUser
void updateElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectElectUserList
java.util.List<ElectUserVO> selectElectUserList(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectElectUserListTotal
int selectElectUserListTotal(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getElectUserList
ElectUserVO getElectUserList(ElectUserVO electUserVO)
throws java.lang.Exception
- 해당 선거인명부 1개만 리턴
- Parameters:
electUserVO
-
- Returns:
-
- Throws:
java.lang.Exception
getElectUserMultiList
java.util.List<ElectUserVO> getElectUserMultiList(ElectUserVO electUserVO)
throws java.lang.Exception
- 해당 선거인명부 2개이상 리턴
- Parameters:
electUserVO
-
- Returns:
-
- Throws:
java.lang.Exception
deleteElectUser
void deleteElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception