egovframework.rfc3.electuser.service
Interface ElectUserService

All Known Implementing Classes:
ElectUserServiceImpl

public interface ElectUserService


Method Summary
 void deleteElectUser(ElectUserVO electUserVO)
           
 ElectUserVO getElectUserList(ElectUserVO electUserVO)
          해당 선거인명부 1개만 리턴
 java.util.List<ElectUserVO> getElectUserMultiList(ElectUserVO electUserVO)
          해당 선거인명부 2개이상 리턴
 void insertElectUser(ElectUserVO electUserVO)
           
 java.util.List<ElectUserVO> selectElectUserList(ElectUserVO electUserVO)
           
 int selectElectUserListTotal(ElectUserVO electUserVO)
           
 void updateElectUser(ElectUserVO electUserVO)
           
 

Method Detail

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