se.vgregion.medcontrol.services
Class MedcontrolDeviationService
java.lang.Object
se.vgregion.medcontrol.services.MedcontrolDeviationService
- All Implemented Interfaces:
- DeviationService
public class MedcontrolDeviationService
- extends Object
- implements DeviationService
DeviationService implementation for MedControl WebService access.
- Author:
- David Bennehult, Anders Bergkvist
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MedcontrolDeviationService
public MedcontrolDeviationService()
setWebServiceWsdlUrl
public void setWebServiceWsdlUrl(String webServiceWsdlUrl)
- Constructor that accepts the webservice wsdl URL.
- Parameters:
webServiceWsdlUrl
- the webServiceWsdlUrl to set
listDeviationCases
public List<se.vgregion.medcontrol.domain.DeviationCase> listDeviationCases(String userId)
- Returns a list of deviation cases.
- Specified by:
listDeviationCases
in interface DeviationService
- Parameters:
userId
- To get DeviationCase(s) for.
- Returns:
- List of
DeviationCase
Copyright © 2010. All Rights Reserved.