egovframework.rfc3.scrap.service.impl
Class ScrapServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.scrap.service.impl.ScrapServiceImpl
All Implemented Interfaces:
ScrapService

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


Constructor Summary
ScrapServiceImpl()
           
 
Method Summary
 void deleteScrap(ScrapVO scrapVO)
           
 void deleteScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
           
 ScrapVO getScrap(ScrapVO scrapVO)
           
 ScrapDirectoryVO getScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
           
 void insertScrap(ScrapVO scrapVO)
           
 void insertScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
           
 java.util.List<ScrapVO> selectScrap(ScrapVO scrapVO)
           
 java.util.List<ScrapDirectoryVO> selectScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
           
 void updateScrap(ScrapVO scrapVO)
           
 void updateScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrapServiceImpl

public ScrapServiceImpl()
Method Detail

selectScrap

public java.util.List<ScrapVO> selectScrap(ScrapVO scrapVO)
                                    throws java.lang.Exception
Specified by:
selectScrap in interface ScrapService
Throws:
java.lang.Exception

getScrap

public ScrapVO getScrap(ScrapVO scrapVO)
                 throws java.lang.Exception
Specified by:
getScrap in interface ScrapService
Throws:
java.lang.Exception

insertScrap

public void insertScrap(ScrapVO scrapVO)
                 throws java.lang.Exception
Specified by:
insertScrap in interface ScrapService
Throws:
java.lang.Exception

updateScrap

public void updateScrap(ScrapVO scrapVO)
                 throws java.lang.Exception
Specified by:
updateScrap in interface ScrapService
Throws:
java.lang.Exception

deleteScrap

public void deleteScrap(ScrapVO scrapVO)
                 throws java.lang.Exception
Specified by:
deleteScrap in interface ScrapService
Throws:
java.lang.Exception

selectScrapDirectory

public java.util.List<ScrapDirectoryVO> selectScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                                                      throws java.lang.Exception
Specified by:
selectScrapDirectory in interface ScrapService
Throws:
java.lang.Exception

getScrapDirectory

public ScrapDirectoryVO getScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                                   throws java.lang.Exception
Specified by:
getScrapDirectory in interface ScrapService
Throws:
java.lang.Exception

insertScrapDirectory

public void insertScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                          throws java.lang.Exception
Specified by:
insertScrapDirectory in interface ScrapService
Throws:
java.lang.Exception

updateScrapDirectory

public void updateScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                          throws java.lang.Exception
Specified by:
updateScrapDirectory in interface ScrapService
Throws:
java.lang.Exception

deleteScrapDirectory

public void deleteScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                          throws java.lang.Exception
Specified by:
deleteScrapDirectory in interface ScrapService
Throws:
java.lang.Exception