Uses of Class
se.cambio.cds.model.overview.dto.OverviewDTO

Packages that use OverviewDTO
se.cambio.cds.model.overview.dao   
se.cambio.cds.openehr.view.applicationobjects   
 

Uses of OverviewDTO in se.cambio.cds.model.overview.dao
 

Methods in se.cambio.cds.model.overview.dao that return OverviewDTO
 OverviewDTO InJarOverviewDAO.search(String idOverview)
           
 OverviewDTO GenericOverviewDAO.search(String idOverview)
           
 OverviewDTO FileOverviewDAO.search(String idOverview)
           
 

Methods in se.cambio.cds.model.overview.dao that return types with arguments of type OverviewDTO
 Collection<OverviewDTO> InJarOverviewDAO.searchAll()
           
 Collection<OverviewDTO> GenericOverviewDAO.searchAll()
           
 Collection<OverviewDTO> FileOverviewDAO.searchAll()
           
 

Uses of OverviewDTO in se.cambio.cds.openehr.view.applicationobjects
 

Methods in se.cambio.cds.openehr.view.applicationobjects that return OverviewDTO
static OverviewDTO Overviews.getOverviewDTO(String idOverview)
           
 

Methods in se.cambio.cds.openehr.view.applicationobjects that return types with arguments of type OverviewDTO
static Collection<OverviewDTO> Overviews.getAllOverviews()
           
 

Methods in se.cambio.cds.openehr.view.applicationobjects with parameters of type OverviewDTO
static void Overviews.registerOverview(OverviewDTO overviewDTO)
           
 



Copyright © 2013 Cambio. All Rights Reserved.