egovframework.rfc3.scrap.service
Interface ScrapService
- All Known Implementing Classes:
- ScrapServiceImpl
public interface ScrapService
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