Uses of Class
com.dotmarketing.beans.WebAsset

Packages that use WebAsset
com.dotmarketing.beans   
com.dotmarketing.cache   
com.dotmarketing.factories   
com.dotmarketing.portal.struts   
com.dotmarketing.portlets.containers.model   
com.dotmarketing.portlets.contentlet.model   
com.dotmarketing.portlets.files.model   
com.dotmarketing.portlets.htmlpages.model   
com.dotmarketing.portlets.links.model   
com.dotmarketing.portlets.templates.model   
com.dotmarketing.portlets.workflowmessages.model   
com.dotmarketing.util   
 

Uses of WebAsset in com.dotmarketing.beans
 

Methods in com.dotmarketing.beans that return WebAsset
 WebAsset PermissionAsset.getAsset()
          Returns the asset.
 

Methods in com.dotmarketing.beans with parameters of type WebAsset
 void WebAsset.copy(WebAsset currentWebAsset)
           
 void PermissionAsset.setAsset(WebAsset asset)
          Sets the asset.
 

Uses of WebAsset in com.dotmarketing.cache
 

Methods in com.dotmarketing.cache with parameters of type WebAsset
static void LiveCache.addToLiveAssetToCache(WebAsset asset)
           
static java.util.List PermissionCache.addToPermissionCache(WebAsset webAsset)
           
static void WorkingCache.addToWorkingAssetToCache(WebAsset asset)
           
static Identifier IdentifierCache.getIdentifierByInodeFromCache(WebAsset asset)
           
static java.util.List<Permission> PermissionCache.getPermissionsFromCache(WebAsset webAsset)
          It method retrieves a collection of set of roles for the parent folder of HTMLPages and Files Webassets.
static java.util.List PermissionCache.getPublishPermissionsFromCache(WebAsset asset)
           
static java.util.List PermissionCache.getReadPermissionsFromCache(WebAsset asset)
           
static java.util.List PermissionCache.getWritePermissionsFromCache(WebAsset asset)
           
static void WorkingCache.removeAssetFromCache(WebAsset asset)
           
static void LiveCache.removeAssetFromCache(WebAsset asset)
           
static void IdentifierCache.removeAssetFromIdCache(WebAsset asset)
           
static void PermissionCache.removeAssetFromPermissionCache(WebAsset asset)
           
static void IdentifierCache.removeFromIdCacheByInode(WebAsset inode)
           
 

Uses of WebAsset in com.dotmarketing.factories
 

Methods in com.dotmarketing.factories that return WebAsset
static WebAsset WebAssetFactory.getBackAssetVersion(WebAsset versionWebAsset)
           
static WebAsset WebAssetFactory.getLiveAsset(WebAsset currWebAsset)
           
static WebAsset WebAssetFactory.getParentWebAsset(Inode i)
           
static WebAsset WebAssetFactory.publishAsset(WebAsset currWebAsset)
          This method is odd.
static WebAsset WebAssetFactory.saveAsset(WebAsset newWebAsset, Identifier id)
          This method save the new asset as the new working version and change the current working as an old version.
 

Methods in com.dotmarketing.factories with parameters of type WebAsset
static void WebAssetFactory.changeAssetMenuOrder(WebAsset asset, int newValue, User user)
           
static void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId)
           
static void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId, Identifier identifier)
           
static void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId, Identifier identifier, boolean working)
           
static void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId, Inode parent)
           
static void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId, Inode parent, Identifier identifier)
           
static void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId, Inode parent, Identifier identifier, boolean working)
           
static Identifier IdentifierFactory.createNewIdentifier(WebAsset webasset)
           
static Identifier IdentifierFactory.createNewIdentifier(WebAsset webasset, Folder folder)
           
static boolean WebAssetFactory.deleteAsset(WebAsset currWebAsset, java.lang.String userId)
           
static boolean WebAssetFactory.deleteAssetVersion(WebAsset currWebAsset)
           
static boolean WebAssetFactory.editAsset(WebAsset currWebAsset, java.lang.String userId)
           
static java.util.List WebAssetFactory.getAssetVersions(WebAsset currWebAsset)
           
static java.util.List WebAssetFactory.getAssetVersionsandLive(WebAsset currWebAsset)
           
static java.util.List WebAssetFactory.getAssetVersionsandLiveandWorking(WebAsset currWebAsset)
           
static WebAsset WebAssetFactory.getBackAssetVersion(WebAsset versionWebAsset)
           
static Identifier IdentifierFactory.getIdentifierByWebAsset(WebAsset webAsset)
           
static WebAsset WebAssetFactory.getLiveAsset(WebAsset currWebAsset)
           
static Host HostFactory.getParentHost(WebAsset asset)
           
static Identifier IdentifierFactory.getParentIdentifier(WebAsset webasset)
           
static java.util.List PermissionFactory.getPermissionsFromWebAsset(WebAsset webAsset)
           
static boolean WebAssetFactory.isAbstractAsset(WebAsset asset)
           
static WebAsset WebAssetFactory.publishAsset(WebAsset currWebAsset)
          This method is odd.
static void WebAssetFactory.renameAsset(WebAsset webasset)
           
static WebAsset WebAssetFactory.saveAsset(WebAsset newWebAsset, Identifier id)
          This method save the new asset as the new working version and change the current working as an old version.
static void WebAssetFactory.unDeleteAsset(WebAsset currWebAsset)
           
static void WebAssetFactory.unLockAsset(WebAsset currWebAsset)
           
static boolean WebAssetFactory.unPublishAsset(WebAsset currWebAsset, java.lang.String userId, Inode parent)
           
static void IdentifierFactory.updateIdentifierURI(WebAsset webasset, Folder folder)
           
 

Uses of WebAsset in com.dotmarketing.portal.struts
 

Methods in com.dotmarketing.portal.struts that return WebAsset
protected  WebAsset DotPortletAction._getVersionBackWebAsset(ActionRequest req, ActionResponse res, PortletConfig config, ActionForm form, User user, java.lang.Class className, java.lang.String webKey)
          Generic method to get a version back from an asset.
 

Uses of WebAsset in com.dotmarketing.portlets.containers.model
 

Subclasses of WebAsset in com.dotmarketing.portlets.containers.model
 class Container
           
 

Uses of WebAsset in com.dotmarketing.portlets.contentlet.model
 

Subclasses of WebAsset in com.dotmarketing.portlets.contentlet.model
 class Contentlet
           
 

Uses of WebAsset in com.dotmarketing.portlets.files.model
 

Subclasses of WebAsset in com.dotmarketing.portlets.files.model
 class File
           
 class MP3File
           
 

Uses of WebAsset in com.dotmarketing.portlets.htmlpages.model
 

Subclasses of WebAsset in com.dotmarketing.portlets.htmlpages.model
 class HTMLPage
           
 

Uses of WebAsset in com.dotmarketing.portlets.links.model
 

Subclasses of WebAsset in com.dotmarketing.portlets.links.model
 class Link
           
 

Uses of WebAsset in com.dotmarketing.portlets.templates.model
 

Subclasses of WebAsset in com.dotmarketing.portlets.templates.model
 class Template
           
 

Uses of WebAsset in com.dotmarketing.portlets.workflowmessages.model
 

Subclasses of WebAsset in com.dotmarketing.portlets.workflowmessages.model
 class WorkflowMessage
           
 

Uses of WebAsset in com.dotmarketing.util
 

Methods in com.dotmarketing.util with parameters of type WebAsset
static java.lang.String UtilHTML.getAssetIcon(WebAsset webasset)
           
static java.lang.String UtilHTML.getStatusIcons(WebAsset webasset, java.lang.String COMMON_IMG, boolean showWorking)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.