egovframework.rfc3.scrap.service
Interface ScrapService

All Known Implementing Classes:
ScrapServiceImpl

public interface ScrapService


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)
           
 

Method Detail

selectScrap

java.util.List<ScrapVO> selectScrap(ScrapVO scrapVO)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getScrap

ScrapVO getScrap(ScrapVO scrapVO)
                 throws java.lang.Exception
Throws:
java.lang.Exception

insertScrap

void insertScrap(ScrapVO scrapVO)
                 throws java.lang.Exception
Throws:
java.lang.Exception

updateScrap

void updateScrap(ScrapVO scrapVO)
                 throws java.lang.Exception
Throws:
java.lang.Exception

deleteScrap

void deleteScrap(ScrapVO scrapVO)
                 throws java.lang.Exception
Throws:
java.lang.Exception

selectScrapDirectory

java.util.List<ScrapDirectoryVO> selectScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

getScrapDirectory

ScrapDirectoryVO getScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

insertScrapDirectory

void insertScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateScrapDirectory

void updateScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

deleteScrapDirectory

void deleteScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception