se.cambio.cds.controller.guide
Class GuideManager

Package class diagram package GuideManager
java.lang.Object
  extended by se.cambio.cds.controller.guide.GuideManager

public class GuideManager
extends Object


Constructor Summary
GuideManager(Collection<GuideDTO> guideDTOs)
           
 
Method Summary
 Set<ElementInstance> getAllElementIdsCDSDomain()
           
 Set<String> getAllGuideIdsWithCDSDomain(ElementInstance elementInstance)
           
 ArrayList<GuideDTO> getAllGuidesDTO()
           
 ElementInstanceCollection getCompleteElementInstanceCollection()
           
 Set<ElementInstance> getElementIdsCDSDomain(String idGuide)
           
 Set<ElementInstance> getElementIdsEHRDomain(String idGuide)
           
 Collection<ElementInstance> getElementInstances(String idGuide)
           
 Guide getGuide(String idGuide)
           
 Collection<GuideDTO> getGuides(ExecutionMode executionMode, ElementInstanceCollection elementInstancesCollection)
           
 Collection<String> getGuidesKey(Collection<GuideDTO> guides)
           
 Collection<GuideDTO> getGuidesNormal(ElementInstanceCollection elementInstancesCollection)
           
 Collection<GuideDTO> getGuidesStrict(ElementInstanceCollection elementInstancesCollection)
           
 void loadGuides(Collection<GuideDTO> guidesDTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuideManager

public GuideManager(Collection<GuideDTO> guideDTOs)
Method Detail

loadGuides

public void loadGuides(Collection<GuideDTO> guidesDTO)
                throws InternalErrorException
Throws:
InternalErrorException

getGuides

public Collection<GuideDTO> getGuides(ExecutionMode executionMode,
                                      ElementInstanceCollection elementInstancesCollection)

getElementInstances

public Collection<ElementInstance> getElementInstances(String idGuide)

getGuidesStrict

public Collection<GuideDTO> getGuidesStrict(ElementInstanceCollection elementInstancesCollection)

getCompleteElementInstanceCollection

public ElementInstanceCollection getCompleteElementInstanceCollection()

getGuidesNormal

public Collection<GuideDTO> getGuidesNormal(ElementInstanceCollection elementInstancesCollection)

getAllGuidesDTO

public ArrayList<GuideDTO> getAllGuidesDTO()

getGuide

public Guide getGuide(String idGuide)

getGuidesKey

public Collection<String> getGuidesKey(Collection<GuideDTO> guides)

getElementIdsCDSDomain

public Set<ElementInstance> getElementIdsCDSDomain(String idGuide)

getElementIdsEHRDomain

public Set<ElementInstance> getElementIdsEHRDomain(String idGuide)

getAllElementIdsCDSDomain

public Set<ElementInstance> getAllElementIdsCDSDomain()

getAllGuideIdsWithCDSDomain

public Set<String> getAllGuideIdsWithCDSDomain(ElementInstance elementInstance)


Copyright © 2013 Cambio. All Rights Reserved.