|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectegovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.common.service.impl.CountServiceImpl
@Service(value="CountService") public class CountServiceImpl
| Constructor Summary | |
|---|---|
CountServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
insertCountInsert(CommonCountVO commonCountVO)
공통 카운트 등록 |
java.util.List<CommonCountVO> |
selectCountList(CommonCountVO commonCountVO)
공통 카운트 리스트 |
int |
selectCountTotCnt(CommonCountVO commonCountVO)
공통 카운트 count |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CountServiceImpl()
| Method Detail |
|---|
public int selectCountTotCnt(CommonCountVO commonCountVO)
throws java.lang.Exception
selectCountTotCnt in interface CountServicecommonCountVO -
java.lang.Exception
public java.util.List<CommonCountVO> selectCountList(CommonCountVO commonCountVO)
throws java.lang.Exception
selectCountList in interface CountServicecommonCountVO -
java.lang.Exception
public void insertCountInsert(CommonCountVO commonCountVO)
throws java.lang.Exception
insertCountInsert in interface CountServicecommonCountVO -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||