se.cambio.cds.openehr.view.applicationobjects
Class Templates

Package class diagram package Templates
java.lang.Object
  extended by se.cambio.cds.openehr.view.applicationobjects.Templates

public class Templates
extends Object


Field Summary
static ImageIcon ICON
           
 
Method Summary
static Collection<String> getAllTemplateIds()
           
static Collection<TemplateDTO> getAllTemplates()
           
static Templates getDelegate()
           
static ImageIcon getIcon(String idTemplate)
           
static ArrayList<TemplateDTO> getTemplates(String entryType)
           
static TemplateDTO getTemplateVO(String idTemplate)
           
static void loadTemplateObjectBundle(TemplateObjectBundleCustomVO templateObjectBundleCustomVO)
           
static void loadTemplateObjectBundles(Collection<TemplateObjectBundleCustomVO> templateObjectBundleCustomVOs)
           
static void loadTemplates()
           
static void registerTemplate(TemplateDTO templateVO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ICON

public static ImageIcon ICON
Method Detail

loadTemplates

public static void loadTemplates()
                          throws InternalErrorException
Throws:
InternalErrorException

registerTemplate

public static void registerTemplate(TemplateDTO templateVO)

getTemplateVO

public static TemplateDTO getTemplateVO(String idTemplate)

loadTemplateObjectBundles

public static void loadTemplateObjectBundles(Collection<TemplateObjectBundleCustomVO> templateObjectBundleCustomVOs)

loadTemplateObjectBundle

public static void loadTemplateObjectBundle(TemplateObjectBundleCustomVO templateObjectBundleCustomVO)

getTemplates

public static ArrayList<TemplateDTO> getTemplates(String entryType)

getIcon

public static ImageIcon getIcon(String idTemplate)

getAllTemplates

public static Collection<TemplateDTO> getAllTemplates()

getAllTemplateIds

public static Collection<String> getAllTemplateIds()

getDelegate

public static Templates getDelegate()


Copyright © 2013 Cambio. All Rights Reserved.