egovframework.rfc3.component.service
Interface ComponentService
- All Known Implementing Classes:
- ComponentServiceImpl
public interface ComponentService
insertComponent
void insertComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateComponent
void updateComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteStatusComponent
void deleteStatusComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectComponent
java.util.List<ComponentVO> selectComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectUseComponent
java.util.List<ComponentVO> selectUseComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getComponent
ComponentVO getComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception