egovframework.rfc3.jobhistory.service.impl
Class JobHistoryServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.jobhistory.service.impl.JobHistoryServiceImpl
All Implemented Interfaces:
JobHistoryService

@Service(value="JobHistoryService")
public class JobHistoryServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements JobHistoryService


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

JobHistoryServiceImpl

public JobHistoryServiceImpl()
Method Detail

insertJobHistory

public void insertJobHistory(JobHistoryVO jobHistoryVO)
Description copied from interface: JobHistoryService
저장

Specified by:
insertJobHistory in interface JobHistoryService

selectJobHistoryListTotCnt

public int selectJobHistoryListTotCnt(JobHistoryVO jobHistoryVO)
Description copied from interface: JobHistoryService
목록 총갯수

Specified by:
selectJobHistoryListTotCnt in interface JobHistoryService
Returns:

selectJobHistoryList

public java.util.List<JobHistoryVO> selectJobHistoryList(JobHistoryVO jobHistoryVO)
Description copied from interface: JobHistoryService
목록 데이타

Specified by:
selectJobHistoryList in interface JobHistoryService
Returns:

selectJobHistoryYearTab

public java.util.List<JobHistoryVO> selectJobHistoryYearTab(JobHistoryVO jobHistoryVO)
Description copied from interface: JobHistoryService
년도 탭

Specified by:
selectJobHistoryYearTab in interface JobHistoryService
Returns:

getJobHistory

public JobHistoryVO getJobHistory(long jobHistorySid)
Description copied from interface: JobHistoryService
보기

Specified by:
getJobHistory in interface JobHistoryService
Returns:

updateJobHistory

public void updateJobHistory(JobHistoryVO jobHistoryVO)
Description copied from interface: JobHistoryService
수정처리

Specified by:
updateJobHistory in interface JobHistoryService

deleteJobHistory

public void deleteJobHistory(long jobHistorySid)
Description copied from interface: JobHistoryService
삭제처리

Specified by:
deleteJobHistory in interface JobHistoryService