Uses of Class
com.dotmarketing.beans.Identifier

Packages that use Identifier
com.dotmarketing.cache   
com.dotmarketing.factories   
com.dotmarketing.portlets.files.factories   
com.dotmarketing.services   
com.dotmarketing.viewtools   
 

Uses of Identifier in com.dotmarketing.cache
 

Methods in com.dotmarketing.cache that return Identifier
static Identifier IdentifierCache.getIdentifierByInodeFromCache(long webAssetInode)
           
static Identifier IdentifierCache.getIdentifierByInodeFromCache(WebAsset asset)
           
static Identifier IdentifierCache.getPathFromIdCache(java.lang.String URI, Host host)
           
static Identifier IdentifierCache.getPathFromIdCache(java.lang.String URI, long hostId)
          This method find the identifier associated with the given URI this methods will try to find the identifier in memory but if it is not found in memory it'll be found in db and put in memory.
 

Methods in com.dotmarketing.cache with parameters of type Identifier
static void IdentifierCache.addIdentifierToIdentifierCache(Identifier id)
           
static java.util.List PermissionCache.addToPermissionCache(Identifier id)
           
static java.util.List PermissionCache.getPermissionsFromCache(Identifier id)
          It method retrieves a collection of set of roles for the parent folder of HTMLPages and Files Webassets.
 

Uses of Identifier in com.dotmarketing.factories
 

Methods in com.dotmarketing.factories that return Identifier
static Identifier IdentifierFactory.createNewIdentifier(WebAsset webasset)
           
static Identifier IdentifierFactory.createNewIdentifier(WebAsset webasset, Folder folder)
           
static Identifier IdentifierFactory.getIdentifierByInode(Inode inode)
          Deprecated. All web assets have their identifiers set Webasset.getIdentifier(). Use only if you need to get the identifier uri,
static Identifier IdentifierFactory.getIdentifierByInodeNoLock(Inode inode)
           
static Identifier IdentifierFactory.getIdentifierByInodeNoLock(Inode inode, boolean create)
           
static Identifier IdentifierFactory.getIdentifierByURI(java.lang.String uri, Host host)
           
static Identifier IdentifierFactory.getIdentifierByURI(java.lang.String uri, long hostId)
           
static Identifier IdentifierFactory.getIdentifierByWebAsset(WebAsset webAsset)
           
static Identifier IdentifierFactory.getParentIdentifier(WebAsset webasset)
           
 

Methods in com.dotmarketing.factories with parameters of type Identifier
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, Identifier identifier)
           
static void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId, Inode parent, Identifier identifier, boolean working)
           
static java.util.List PermissionFactory.getPermissionsFromIdentifier(Identifier id)
           
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.
 

Uses of Identifier in com.dotmarketing.portlets.files.factories
 

Methods in com.dotmarketing.portlets.files.factories with parameters of type Identifier
static File FileFactory.getFileByIdentifier(Identifier i, boolean live)
           
 

Uses of Identifier in com.dotmarketing.services
 

Methods in com.dotmarketing.services with parameters of type Identifier
static void ContainerServices.removeContainerFile(Container container, Identifier identifier, boolean EDIT_MODE)
           
static void ContentletServices.removeContentletFile(Contentlet asset, Identifier identifier, boolean EDIT_MODE)
           
static void ContentletMapServices.removeContentletMapFile(Contentlet asset, Identifier identifier, boolean EDIT_MODE)
           
static void PageServices.removePageFile(HTMLPage htmlPage, Identifier identifier, boolean EDIT_MODE)
           
static void TemplateServices.removeTemplateFile(Template asset, Identifier identifier, boolean EDIT_MODE)
           
static void ContainerServices.writeContainerToFile(Container container, Identifier identifier, boolean EDIT_MODE)
           
static void ContentletServices.writeContentletToFile(Contentlet content, Identifier identifier, boolean EDIT_MODE)
           
static void PageServices.writePageToFile(HTMLPage htmlPage, Identifier identifier, boolean EDIT_MODE)
           
static void TemplateServices.writeTemplateToFile(Template template, Identifier identifier, boolean EDIT_MODE)
           
 

Uses of Identifier in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools that return Identifier
 Identifier ContentsWebAPI.getContentIdentifier(Contentlet cont)
          Deprecated. this methods was deprecated because it hits the database, try to use the lucene search methods instead.
 

Methods in com.dotmarketing.viewtools with parameters of type Identifier
 Inode WebAPI.getLiveFileAsset(Identifier id)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.