Interface PdServiceVersion
-
- All Superinterfaces:
TreeService
- All Known Implementing Classes:
PdServiceVersionImpl
public interface PdServiceVersion extends TreeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PdServiceVersionVO>findAllByPdServiceId(java.lang.Long pdServiceId)java.util.List<PdServiceVersionEntity>getVersionListByCids(java.util.List<java.lang.Long> pdServiceVersionDTO)java.util.Map<java.lang.String,java.lang.String>versionPeriod(java.util.List<java.lang.Long> c_ids)-
Methods inherited from interface com.arms.egovframework.javaservice.treeframework.service.TreeService
addNode, alterNode, alterNodeType, getChildNode, getChildNodeWithoutPaging, getNode, getNodesWithoutRoot, getNodesWithoutRootMap, getPaginatedChildNode, moveNode, overwriteNode, removeNode, searchNode, updateField, updateNode
-
-
-
-
Method Detail
-
getVersionListByCids
java.util.List<PdServiceVersionEntity> getVersionListByCids(java.util.List<java.lang.Long> pdServiceVersionDTO) throws java.lang.Exception
- Throws:
java.lang.Exception
-
findAllByPdServiceId
java.util.List<PdServiceVersionVO> findAllByPdServiceId(java.lang.Long pdServiceId) throws java.lang.Exception
- Throws:
java.lang.Exception
-
versionPeriod
java.util.Map<java.lang.String,java.lang.String> versionPeriod(java.util.List<java.lang.Long> c_ids) throws java.lang.Exception- Throws:
java.lang.Exception
-
-