org.infoglue.cms.controllers.kernel.impl.simple
Class PortletAssetController

java.lang.Object
  extended by org.infoglue.cms.controllers.kernel.impl.simple.BaseController
      extended by org.infoglue.cms.controllers.kernel.impl.simple.DigitalAssetController
          extended by org.infoglue.cms.controllers.kernel.impl.simple.PortletAssetController

public class PortletAssetController
extends DigitalAssetController

Controller that handles portlets. Simply an extension of DigitalAssetController.

Author:
jand

Constructor Summary
PortletAssetController()
           
 
Method Summary
static DigitalAsset create(DigitalAssetVO digitalAssetVO, java.io.InputStream is)
           
static java.util.List getDigitalAssetByName(java.lang.String name)
           
static java.util.List getDigitalAssetByName(java.lang.String name, org.exolab.castor.jdo.Database db)
           
static PortletAssetController getPortletAssetController()
          Factory method
 DigitalAsset getPortletRegistryAsset()
           
 DigitalAsset getPortletRegistryAsset(org.exolab.castor.jdo.Database db)
           
 
Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.DigitalAssetController
create, create, create, create, createByCopy, delete, delete, delete, deleteCachedDigitalAssets, dumpDigitalAsset, getAssetInputStream, getController, getDigitalAsset, getDigitalAssetThumbnailUrl, getDigitalAssetThumbnailUrl, getDigitalAssetUrl, getDigitalAssetUrl, getDigitalAssetUrl, getDigitalAssetUrl, getDigitalAssetUrl, getDigitalAssetWithId, getDigitalAssetVO, getDigitalAssetVO, getDigitalAssetVOList, getDigitalAssetVOList, getDigitalAssetVOList, getDigitalAssetVOWithId, getNewVO, update
 
Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController
beginTransaction, beginTransaction, closeDatabase, commitTransaction, createEntity, createEntity, createQuery, deleteEntity, deleteEntity, deleteEntity, deleteEntity, executeQuery, executeQuery, executeQuery, executeQuery, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getLogger, getObjectWithId, getObjectWithId, getObjectWithIdAsReadOnly, getVOWithId, getVOWithId, getVOWithId, getVOWithId, intercept, intercept, rollbackTransaction, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, updateEntity, validateEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAssetController

public PortletAssetController()
Method Detail

getPortletAssetController

public static PortletAssetController getPortletAssetController()
Factory method


create

public static DigitalAsset create(DigitalAssetVO digitalAssetVO,
                                  java.io.InputStream is)
                           throws SystemException
Throws:
SystemException

getDigitalAssetByName

public static java.util.List getDigitalAssetByName(java.lang.String name)
                                            throws SystemException
Throws:
SystemException

getDigitalAssetByName

public static java.util.List getDigitalAssetByName(java.lang.String name,
                                                   org.exolab.castor.jdo.Database db)
                                            throws SystemException,
                                                   java.lang.Exception
Throws:
SystemException
java.lang.Exception

getPortletRegistryAsset

public DigitalAsset getPortletRegistryAsset()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

getPortletRegistryAsset

public DigitalAsset getPortletRegistryAsset(org.exolab.castor.jdo.Database db)
                                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005 InfoGlue.org All Rights Reserved.