se.vgregion.medcontrol.services
Class MedcontrolDeviationService

java.lang.Object
  extended by 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

Constructor Summary
MedcontrolDeviationService()
           
 
Method Summary
 List<se.vgregion.medcontrol.domain.DeviationCase> listDeviationCases(String userId)
          Returns a list of deviation cases.
 void setWebServiceWsdlUrl(String webServiceWsdlUrl)
          Constructor that accepts the webservice wsdl URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MedcontrolDeviationService

public MedcontrolDeviationService()
Method Detail

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.