Package com.arms.api.clientcase.service
Class ClientCaseServiceImpl
- java.lang.Object
-
- com.arms.egovframework.javaservice.treeframework.service.TreeServiceImpl
-
- com.arms.api.clientcase.service.ClientCaseServiceImpl
-
- All Implemented Interfaces:
ClientCaseService,TreeService
@Service("clientCaseService") public class ClientCaseServiceImpl extends TreeServiceImpl implements ClientCaseService
-
-
Constructor Summary
Constructors Constructor Description ClientCaseServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientCaseEntityaddClientCase(ClientCaseEntity clientCaseEntity)ClientCaseEntitygetClientCase(java.lang.Long clientCaseId)java.util.Map<java.lang.String,java.lang.Object>getPaginatedClientCaseList(ClientCaseDTO clientCaseDTO, int pageIndex, int pageUnit)ClientCaseEntityremoveClientCase(java.lang.Long clientCaseId)ClientCaseEntityupdateClientCase(ClientCaseEntity clientCaseEntity)-
Methods inherited from class com.arms.egovframework.javaservice.treeframework.service.TreeServiceImpl
addNode, alterNode, alterNodeType, calculatePosition, cutMyself, enterMyselfFixLeftRight, enterMyselfFromTree, fixPositionParentIdOfCopyNodes, getChildNode, getChildNodeWithoutPaging, getNode, getNodesWithoutRoot, getNodesWithoutRootMap, getPaginatedChildNode, moveNode, newInstance, overwriteNode, pasteMyselfFromTree, removeNode, saveOrUpdateList, searchNode, stretchLeft, stretchLeftRightForMyselfFromTree, stretchPositionForMyselfFromTree, stretchRight, updateField, updateNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
addClientCase
public ClientCaseEntity addClientCase(ClientCaseEntity clientCaseEntity) throws java.lang.Exception
- Specified by:
addClientCasein interfaceClientCaseService- Throws:
java.lang.Exception
-
getClientCase
public ClientCaseEntity getClientCase(java.lang.Long clientCaseId) throws java.lang.Exception
- Specified by:
getClientCasein interfaceClientCaseService- Throws:
java.lang.Exception
-
updateClientCase
public ClientCaseEntity updateClientCase(ClientCaseEntity clientCaseEntity) throws java.lang.Exception
- Specified by:
updateClientCasein interfaceClientCaseService- Throws:
java.lang.Exception
-
removeClientCase
public ClientCaseEntity removeClientCase(java.lang.Long clientCaseId) throws java.lang.Exception
- Specified by:
removeClientCasein interfaceClientCaseService- Throws:
java.lang.Exception
-
getPaginatedClientCaseList
public java.util.Map<java.lang.String,java.lang.Object> getPaginatedClientCaseList(ClientCaseDTO clientCaseDTO, int pageIndex, int pageUnit) throws java.lang.Exception
- Specified by:
getPaginatedClientCaseListin interfaceClientCaseService- Throws:
java.lang.Exception
-
-