se.cambio.cds.controller.guide
Class GuideManager
java.lang.Object
se.cambio.cds.controller.guide.GuideManager
public class GuideManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuideManager
public GuideManager(Collection<GuideDTO> guideDTOs)
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.