egovframework.rfc3.electuser.service.impl
Class ElectUserServiceImpl
java.lang.Object
egovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.electuser.service.impl.ElectUserServiceImpl
- All Implemented Interfaces:
- ElectUserService
@Service(value="ElectUserService")
public class ElectUserServiceImpl
- extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
- implements ElectUserService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElectUserServiceImpl
public ElectUserServiceImpl()
insertElectUser
public void insertElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Specified by:
insertElectUser
in interface ElectUserService
- Throws:
java.lang.Exception
updateElectUser
public void updateElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Specified by:
updateElectUser
in interface ElectUserService
- Throws:
java.lang.Exception
selectElectUserList
public java.util.List<ElectUserVO> selectElectUserList(ElectUserVO electUserVO)
throws java.lang.Exception
- Specified by:
selectElectUserList
in interface ElectUserService
- Throws:
java.lang.Exception
selectElectUserListTotal
public int selectElectUserListTotal(ElectUserVO electUserVO)
throws java.lang.Exception
- Specified by:
selectElectUserListTotal
in interface ElectUserService
- Throws:
java.lang.Exception
getElectUserList
public ElectUserVO getElectUserList(ElectUserVO electUserVO)
throws java.lang.Exception
- Description copied from interface:
ElectUserService
- 해당 선거인명부 1개만 리턴
- Specified by:
getElectUserList
in interface ElectUserService
- Returns:
-
- Throws:
java.lang.Exception
getElectUserMultiList
public java.util.List<ElectUserVO> getElectUserMultiList(ElectUserVO electUserVO)
throws java.lang.Exception
- Description copied from interface:
ElectUserService
- 해당 선거인명부 2개이상 리턴
- Specified by:
getElectUserMultiList
in interface ElectUserService
- Returns:
-
- Throws:
java.lang.Exception
deleteElectUser
public void deleteElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Specified by:
deleteElectUser
in interface ElectUserService
- Throws:
java.lang.Exception