Class CaseManagementServiceImpl
java.lang.Object
ch.cern.eam.wshub.core.services.casemanagement.impl.CaseManagementServiceImpl
- All Implemented Interfaces:
CaseManagementService
-
Constructor Summary
ConstructorsConstructorDescriptionCaseManagementServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) -
Method Summary
Modifier and TypeMethodDescriptioncreateCase(EAMContext context, EAMCaseManagement eamCaseManagement) deleteCase(EAMContext context, String caseCode) readCase(EAMContext context, String caseCode) updateCase(EAMContext context, EAMCaseManagement eamCaseManagement)
-
Constructor Details
-
CaseManagementServiceImpl
public CaseManagementServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient)
-
-
Method Details
-
readCase
- Specified by:
readCasein interfaceCaseManagementService- Throws:
EAMException
-
createCase
public String createCase(EAMContext context, EAMCaseManagement eamCaseManagement) throws EAMException - Specified by:
createCasein interfaceCaseManagementService- Throws:
EAMException
-
deleteCase
- Specified by:
deleteCasein interfaceCaseManagementService- Throws:
EAMException
-
updateCase
public String updateCase(EAMContext context, EAMCaseManagement eamCaseManagement) throws EAMException - Specified by:
updateCasein interfaceCaseManagementService- Throws:
EAMException
-