Package com.arms.api.poc.service
Interface PocService
-
- All Known Implementing Classes:
PocServiceImpl
public interface PocService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PocEntityaddPoc(PocDTO pocDTO)PocEntitygetPoc(java.lang.String id)PocVOgetPocList(PocDTO pocDTO)intremovePoc(java.lang.String id)intupdatePoc(PocDTO pocDTO)
-
-
-
Method Detail
-
getPoc
PocEntity getPoc(java.lang.String id) throws java.lang.Exception
- Throws:
java.lang.Exception
-
updatePoc
int updatePoc(PocDTO pocDTO) throws java.lang.Exception
- Throws:
java.lang.Exception
-
removePoc
int removePoc(java.lang.String id) throws java.lang.Exception- Throws:
java.lang.Exception
-
-