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

java.lang.Object
  |
  +--org.infoglue.cms.controllers.kernel.impl.simple.BaseController
        |
        +--org.infoglue.cms.controllers.kernel.impl.simple.DigitalAssetController
              |
              +--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)
           
 
Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.DigitalAssetController
create, create, create, create, createByCopy, delete, delete, delete, deleteCachedDigitalAssets, dumpDigitalAsset, 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
deleteEntity, deleteEntity, deleteEntity, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getVOWithId, getVOWithId, getVOWithId, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, validateEntity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAssetController

public PortletAssetController()
Method Detail

create

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

getDigitalAssetByName

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