org.infoglue.cms.controllers.delivery.kernel.impl.simple
Class RepositoryDeliveryController

java.lang.Object
  |
  +--org.infoglue.cms.controllers.delivery.kernel.impl.simple.RepositoryDeliveryController

public class RepositoryDeliveryController
extends java.lang.Object


Method Summary
 org.infoglue.cms.entities.management.RepositoryVO getMasterRepository()
          This method returns the master repository.
static RepositoryDeliveryController getRepositoryDeliveryController()
          Factory method
 java.util.List getRepositoryVOList()
          This method returns all the repositories.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRepositoryDeliveryController

public static RepositoryDeliveryController getRepositoryDeliveryController()
Factory method


getMasterRepository

public org.infoglue.cms.entities.management.RepositoryVO getMasterRepository()
                                                                      throws org.infoglue.cms.exception.SystemException,
                                                                             java.lang.Exception
This method returns the master repository.

org.infoglue.cms.exception.SystemException
java.lang.Exception

getRepositoryVOList

public java.util.List getRepositoryVOList()
                                   throws org.infoglue.cms.exception.SystemException,
                                          java.lang.Exception
This method returns all the repositories.

org.infoglue.cms.exception.SystemException
java.lang.Exception