|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.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 JobHistoryService
public int selectJobHistoryListTotCnt(JobHistoryVO jobHistoryVO)
JobHistoryService
selectJobHistoryListTotCnt
in interface JobHistoryService
public java.util.List<JobHistoryVO> selectJobHistoryList(JobHistoryVO jobHistoryVO)
JobHistoryService
selectJobHistoryList
in interface JobHistoryService
public java.util.List<JobHistoryVO> selectJobHistoryYearTab(JobHistoryVO jobHistoryVO)
JobHistoryService
selectJobHistoryYearTab
in interface JobHistoryService
public JobHistoryVO getJobHistory(long jobHistorySid)
JobHistoryService
getJobHistory
in interface JobHistoryService
public void updateJobHistory(JobHistoryVO jobHistoryVO)
JobHistoryService
updateJobHistory
in interface JobHistoryService
public 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 |