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

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

public class Clusters
extends Object


Method Summary
static ClusterVO getClusterVO(String idTemplate, String idCluster)
           
static ClusterVO getClusterVOWithCardinalityGT1(String idTemplate, String idCluster)
           
static Clusters getDelegate()
           
static Collection<ClusterVO> getSections(String idTemplate)
           
static void loadClusters(Collection<ClusterVO> clusterVOs)
           
static void registerCluster(ClusterVO clusterVO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadClusters

public static void loadClusters(Collection<ClusterVO> clusterVOs)

registerCluster

public static void registerCluster(ClusterVO clusterVO)

getClusterVO

public static ClusterVO getClusterVO(String idTemplate,
                                     String idCluster)

getClusterVOWithCardinalityGT1

public static ClusterVO getClusterVOWithCardinalityGT1(String idTemplate,
                                                       String idCluster)

getSections

public static Collection<ClusterVO> getSections(String idTemplate)

getDelegate

public static Clusters getDelegate()


Copyright © 2013 Cambio. All Rights Reserved.