|
||||||||||
| 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.jobhistory.service.impl.JobHistoryServiceImpl
@Service(value="JobHistoryService") public class JobHistoryServiceImpl
| Constructor Summary | |
|---|---|
JobHistoryServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
deleteJobHistory(long jobHistorySid)
삭제처리 |
JobHistoryVO |
getJobHistory(long jobHistorySid)
보기 |
void |
insertJobHistory(JobHistoryVO jobHistoryVO)
저장 |
java.util.List<JobHistoryVO> |
selectJobHistoryList(JobHistoryVO jobHistoryVO)
목록 데이타 |
int |
selectJobHistoryListTotCnt(JobHistoryVO jobHistoryVO)
목록 총갯수 |
java.util.List<JobHistoryVO> |
selectJobHistoryYearTab(JobHistoryVO jobHistoryVO)
년도 탭 |
void |
updateJobHistory(JobHistoryVO jobHistoryVO)
수정처리 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobHistoryServiceImpl()
| Method Detail |
|---|
public void insertJobHistory(JobHistoryVO jobHistoryVO)
JobHistoryService
insertJobHistory in interface JobHistoryServicepublic int selectJobHistoryListTotCnt(JobHistoryVO jobHistoryVO)
JobHistoryService
selectJobHistoryListTotCnt in interface JobHistoryServicepublic java.util.List<JobHistoryVO> selectJobHistoryList(JobHistoryVO jobHistoryVO)
JobHistoryService
selectJobHistoryList in interface JobHistoryServicepublic java.util.List<JobHistoryVO> selectJobHistoryYearTab(JobHistoryVO jobHistoryVO)
JobHistoryService
selectJobHistoryYearTab in interface JobHistoryServicepublic JobHistoryVO getJobHistory(long jobHistorySid)
JobHistoryService
getJobHistory in interface JobHistoryServicepublic void updateJobHistory(JobHistoryVO jobHistoryVO)
JobHistoryService
updateJobHistory in interface JobHistoryServicepublic void deleteJobHistory(long jobHistorySid)
JobHistoryService
deleteJobHistory in interface JobHistoryService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||