Uses of Class
com.dotmarketing.exception.DotSecurityException

Packages that use DotSecurityException
com.dotcms.cmsmaintenance.ajax   
com.dotcms.content.business   
com.dotcms.content.elasticsearch.business   
com.dotcms.content.elasticsearch.util   
com.dotcms.publishing.job   
com.dotcms.rest   
com.dotmarketing.beans   
com.dotmarketing.business   
com.dotmarketing.business.ajax   
com.dotmarketing.business.skeleton   
com.dotmarketing.business.web   
com.dotmarketing.cache   
com.dotmarketing.cms.content.submit.util   
com.dotmarketing.cms.createaccount.action   
com.dotmarketing.factories   
com.dotmarketing.menubuilders   
com.dotmarketing.portlets.browser.ajax   
com.dotmarketing.portlets.calendar.ajax   
com.dotmarketing.portlets.calendar.business   
com.dotmarketing.portlets.calendar.viewtools   
com.dotmarketing.portlets.campaigns.factories   
com.dotmarketing.portlets.categories.ajax   
com.dotmarketing.portlets.categories.business   
com.dotmarketing.portlets.cmsmaintenance.ajax   
com.dotmarketing.portlets.communications.factories   
com.dotmarketing.portlets.containers.ajax   
com.dotmarketing.portlets.containers.business   
com.dotmarketing.portlets.containers.factories   
com.dotmarketing.portlets.contentlet.action   
com.dotmarketing.portlets.contentlet.ajax   
com.dotmarketing.portlets.contentlet.business   
com.dotmarketing.portlets.contentlet.model   
com.dotmarketing.portlets.contentlet.util   
com.dotmarketing.portlets.dashboard.action   
com.dotmarketing.portlets.dashboard.model   
com.dotmarketing.portlets.fileassets.ajax   
com.dotmarketing.portlets.fileassets.business   
com.dotmarketing.portlets.files.action   
com.dotmarketing.portlets.files.ajax   
com.dotmarketing.portlets.files.business   
com.dotmarketing.portlets.files.model   
com.dotmarketing.portlets.files.util   
com.dotmarketing.portlets.folders.action   
com.dotmarketing.portlets.folders.business   
com.dotmarketing.portlets.folders.model   
com.dotmarketing.portlets.form.business   
com.dotmarketing.portlets.hostvariable.ajax   
com.dotmarketing.portlets.hostvariable.bussiness   
com.dotmarketing.portlets.htmlpages.business   
com.dotmarketing.portlets.htmlpages.factories   
com.dotmarketing.portlets.htmlpages.model   
com.dotmarketing.portlets.linkchecker.business   
com.dotmarketing.portlets.links.business   
com.dotmarketing.portlets.links.factories   
com.dotmarketing.portlets.links.model   
com.dotmarketing.portlets.mailinglists.model   
com.dotmarketing.portlets.structure.ajax   
com.dotmarketing.portlets.structure.business   
com.dotmarketing.portlets.structure.factories   
com.dotmarketing.portlets.templates.ajax   
com.dotmarketing.portlets.templates.business   
com.dotmarketing.portlets.templates.design.util   
com.dotmarketing.portlets.templates.factories   
com.dotmarketing.portlets.templates.model   
com.dotmarketing.portlets.user.ajax   
com.dotmarketing.portlets.user.business   
com.dotmarketing.portlets.virtuallinks.business   
com.dotmarketing.portlets.widget.business   
com.dotmarketing.portlets.workflows.business   
com.dotmarketing.portlets.workflows.util   
com.dotmarketing.quartz.job   
com.dotmarketing.scripting.engine   
com.dotmarketing.scripting.util   
com.dotmarketing.scripting.viewtool   
com.dotmarketing.services   
com.dotmarketing.util   
com.dotmarketing.util.web   
com.dotmarketing.viewtools   
com.dotmarketing.viewtools.navigation   
com.dotmarketing.webdav   
 

Uses of DotSecurityException in com.dotcms.cmsmaintenance.ajax
 

Methods in com.dotcms.cmsmaintenance.ajax that throw DotSecurityException
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> UserSessionAjax.getSessionList()
           
 void UserSessionAjax.invalidateAllSessions()
           
 void UserSessionAjax.invalidateSession(java.lang.String sessionId)
           
 

Uses of DotSecurityException in com.dotcms.content.business
 

Methods in com.dotcms.content.business that throw DotSecurityException
 java.util.List<java.lang.String> ContentMappingAPI.dependenciesLeftToReindex(Contentlet con)
           
 

Uses of DotSecurityException in com.dotcms.content.elasticsearch.business
 

Methods in com.dotcms.content.elasticsearch.business that throw DotSecurityException
 void ESContentletAPIImpl.addFileToContentlet(Contentlet contentlet, java.lang.String fileInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.addImageToContentlet(Contentlet contentlet, java.lang.String imageInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.addLinkToContentlet(Contentlet contentlet, java.lang.String linkInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  void ESContentletAPIImpl.addPermissionsToQuery(java.lang.StringBuffer buffy, com.liferay.portal.model.User user, java.util.List<Role> roles, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.archive(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.archive(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkin(Contentlet contentlet, ContentletRelationships contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkin(Contentlet contentlet, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkin(Contentlet contentlet, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkin(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkin(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles, java.util.List<Category> cats)
           
 Contentlet ESContentletAPIImpl.checkinWithoutVersioning(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.checkout(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.checkout(java.lang.String contentletInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.checkout(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
           
 java.util.List<Contentlet> ESContentletAPIImpl.checkoutWithQuery(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  void ESContentFactoryImpl.cleanField(java.lang.String structureInode, Field field)
           
 void ESContentletAPIImpl.cleanField(Structure structure, Field field, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.cleanHostField(Structure structure, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  void ESContentFactoryImpl.cleanIdentifierHostField(java.lang.String structureInode)
           
 Contentlet ESContentletAPIImpl.convertFatContentletToContentlet(Contentlet fatty)
           
 Contentlet ESContentFactoryImpl.convertFatContentletToContentlet(Contentlet fatty)
           
 Contentlet ESContentletAPIImpl.copyContentlet(Contentlet contentlet, Folder folder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.copyContentlet(Contentlet contentlet, Folder folder, com.liferay.portal.model.User user, boolean appendCopyToFileName, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.copyContentlet(Contentlet contentlet, Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.copyContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.copyProperties(Contentlet contentlet, java.util.Map<java.lang.String,java.lang.Object> properties)
          This is the original method that copy the properties of one contentlet to another, this is tge original firm and call the overloaded firm with checkIsUnique false
 void ESContentletAPIImpl.copyProperties(Contentlet contentlet, java.util.Map<java.lang.String,java.lang.Object> properties, boolean checkIsUnique)
          This is the new method of the copyProperties that copy one contentlet to another, the checkIsUnique should be by default false, it check if a String value is unique and add a (Copy) string to the end of the field value, this method is called several times, so is important to call it with checkIsUnique false all the times
 void ESContentletAPIImpl.delete(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.delete(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void ESContentletAPIImpl.delete(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.delete(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void ESContentletAPIImpl.deleteAllVersionsandBackup(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.deleteRelatedContent(Contentlet contentlet, Relationship relationship, boolean hasParent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.deleteRelatedContent(Contentlet contentlet, Relationship relationship, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.deleteVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<java.lang.String> ESMappingAPIImpl.dependenciesLeftToReindex(Contentlet con)
           
 java.util.List<Contentlet> ESContentletAPIImpl.find(Category category, long languageId, boolean live, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.find(java.util.List<Category> categories, long languageId, boolean live, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  Contentlet ESContentFactoryImpl.find(java.lang.String inode)
           
 Contentlet ESContentletAPIImpl.find(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.findAllUserVersions(Identifier identifier)
           
 java.util.List<Contentlet> ESContentletAPIImpl.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.findAllVersions(Identifier identifier)
           
 java.util.List<Contentlet> ESContentletAPIImpl.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.findByStructure(java.lang.String structureInode, int limit, int offset)
           
 java.util.List<Contentlet> ESContentletAPIImpl.findByStructure(java.lang.String structureInode, com.liferay.portal.model.User user, boolean respectFrontendRoles, int limit, int offset)
           
 java.util.List<Contentlet> ESContentletAPIImpl.findByStructure(Structure structure, com.liferay.portal.model.User user, boolean respectFrontendRoles, int limit, int offset)
           
 Contentlet ESContentletAPIImpl.findContentletByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ESContentletAPIImpl.findContentletForLanguage(long languageId, Identifier contentletId)
          Returns a live Contentlet Object for a given language
 java.util.List<Contentlet> ESContentletAPIImpl.findContentlets(java.util.List<java.lang.String> inodes)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.findContentlets(java.util.List<java.lang.String> inodes)
           
 java.util.List<Contentlet> ESContentletAPIImpl.findContentletsByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.findContentletsByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.findContentletsByIdentifier(java.lang.String identifier, java.lang.Boolean live, java.lang.Long languageId)
           
 java.util.List<Contentlet> ESContentletAPIImpl.findContentletsByIdentifiers(java.lang.String[] identifiers, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.Map<Relationship,java.util.List<Contentlet>> ESContentletAPIImpl.findContentRelationships(Contentlet contentlet, com.liferay.portal.model.User user)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.findPageContentlets(java.lang.String HTMLPageIdentifier, java.lang.String containerIdentifier, java.lang.String orderby, boolean working, long languageId)
           
 java.util.List<Contentlet> ESContentletAPIImpl.findPageContentlets(java.lang.String HTMLPageIdentifier, java.lang.String containerIdentifier, java.lang.String orderby, boolean working, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.getAllLanguages(Contentlet contentlet, java.lang.Boolean isLiveContent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 ContentletRelationships ESContentletAPIImpl.getAllRelationships(java.lang.String contentletInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.io.File ESContentletAPIImpl.getBinaryFile(java.lang.String contentletInode, java.lang.String velocityVariableName, com.liferay.portal.model.User user)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> ESContentletAPIImpl.getContentletReferences(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.getContentletsByIdentifier(java.lang.String identifier)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.getContentletsByIdentifier(java.lang.String identifier, java.lang.Boolean live)
           
 java.lang.String ESContentletAPIImpl.getName(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.Date ESContentletAPIImpl.getNextReview(Contentlet content, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.getRelatedContent(Contentlet contentlet, Relationship rel, boolean pullByParent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.getRelatedContent(Contentlet contentlet, Relationship rel, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<File> ESContentletAPIImpl.getRelatedFiles(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Identifier ESContentletAPIImpl.getRelatedIdentifier(Contentlet contentlet, java.lang.String relationshipType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Link> ESContentletAPIImpl.getRelatedLinks(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.getSiblings(java.lang.String identifier)
           
 java.lang.String ESContentletAPIImpl.getUrlMapForContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 long ESContentletAPIImpl.indexCount(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean ESContentletAPIImpl.isContentEqual(Contentlet contentlet1, Contentlet contentlet2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  void ESMappingAPIImpl.loadCategories(Contentlet con, java.util.Map<java.lang.String,java.lang.String> m)
           
 void ESContentletAPIImpl.lock(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.publish(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.publish(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.relateContent(Contentlet contentlet, ContentletRelationships.ContentletRelationshipRecords related, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.relateContent(Contentlet contentlet, Relationship rel, java.util.List<Contentlet> records, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.removeFolderReferences(Folder folder)
           
protected  void ESContentFactoryImpl.removeFolderReferences(Folder folder)
           
 void ESContentletAPIImpl.removeUserReferences(java.lang.String userId)
           
protected  void ESContentFactoryImpl.removeUserReferences(java.lang.String userId)
           
 void ESContentletAPIImpl.restoreVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  Contentlet ESContentFactoryImpl.save(Contentlet contentlet)
           
protected  Contentlet ESContentFactoryImpl.save(Contentlet contentlet, java.lang.String existingInode)
           
protected  void ESContentFactoryImpl.save(java.util.List<Contentlet> contentlets)
           
 Contentlet ESContentletAPIImpl.saveDraft(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  java.util.List<Contentlet> ESContentFactoryImpl.search(java.lang.String query, int limit, int offset, java.lang.String sortBy)
           
 java.util.List<Contentlet> ESContentletAPIImpl.search(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.search(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Contentlet> ESContentletAPIImpl.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ESContentletAPIImpl.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Contentlet> ESContentletAPIImpl.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission, boolean anyLanguage)
           
 java.util.List<ContentletSearch> ESContentletAPIImpl.searchIndex(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.unarchive(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.unarchive(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.unlock(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.unpublish(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.unpublish(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ESContentletAPIImpl.UpdateContentWithSystemHost(java.lang.String hostIdentifier)
           
 

Uses of DotSecurityException in com.dotcms.content.elasticsearch.util
 

Methods in com.dotcms.content.elasticsearch.util that throw DotSecurityException
 void ESMigrationUtil.migrateAllStructures()
           
 void ESMigrationUtil.migrateStructure(Structure struct)
          This method will take a structure and move the contents
 

Uses of DotSecurityException in com.dotcms.publishing.job
 

Methods in com.dotcms.publishing.job that throw DotSecurityException
 void SiteSearchJobImpl.run(org.quartz.JobExecutionContext jobContext)
           
 

Uses of DotSecurityException in com.dotcms.rest
 

Methods in com.dotcms.rest that throw DotSecurityException
 java.lang.String StructureResource.getStructuresWithWYSIWYGFields(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path, java.lang.String name)
           
 java.lang.String ContentResource.indexCount(javax.servlet.http.HttpServletRequest request, java.lang.String query)
          Performs a call to APILocator.getContentletAPI().indexCount() using the specified parameters.
 java.lang.String ContentResource.indexSearch(javax.servlet.http.HttpServletRequest request, java.lang.String query, java.lang.String sortBy, int limit, int offset)
          performs a call to APILocator.getContentletAPI().searchIndex() with the specified parameters.
 javax.ws.rs.core.Response RoleResource.loadChildren(javax.servlet.http.HttpServletRequest request, java.lang.String params)
          Returns a JSON representation of the Role with the given id, including its first level children.
 

Uses of DotSecurityException in com.dotmarketing.beans
 

Methods in com.dotmarketing.beans that throw DotSecurityException
 java.util.Map<java.lang.String,java.lang.Object> Inode.getMap()
          Returns a hashmap with all the inode fields
 java.util.Map<java.lang.String,java.lang.Object> WebAsset.getMap()
          Returns a map representation of the asset
 boolean Inode.isArchived()
           
 boolean WebAsset.isArchived()
           
 boolean WebAsset.isDeleted()
          Returns the deleted.
 boolean Inode.isLive()
           
 boolean WebAsset.isLive()
          Returns the live.
 boolean Inode.isLocked()
           
 boolean WebAsset.isLocked()
          Returns the locked.
 boolean Inode.isWorking()
           
 boolean WebAsset.isWorking()
          Returns the working.
 

Uses of DotSecurityException in com.dotmarketing.business
 

Methods in com.dotmarketing.business that throw DotSecurityException
 void PermissionBitAPIImpl.assignPermissions(java.util.List<Permission> permissions, Permissionable permissionable, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void PermissionAPI.assignPermissions(java.util.List<Permission> permission, Permissionable permissionable, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Assigns a set of permissions to a given asset, any permissions already assigned to the asset are either updated or removed to match the provided list
protected  void BaseWebAssetAPI.createAsset(WebAsset webasset, java.lang.String userId)
           
protected  void BaseWebAssetAPI.createAsset(WebAsset webasset, java.lang.String userId, Identifier identifier, boolean working)
           
protected  void BaseWebAssetAPI.createAsset(WebAsset webasset, java.lang.String userId, Inode parent)
           
protected  void BaseWebAssetAPI.createAsset(WebAsset webasset, java.lang.String userId, Inode parent, Identifier identifier, boolean working)
           
 void RoleAPIImpl.delete(Role role)
           
 void RoleAPI.delete(Role role)
           
 void UserAPI.delete(com.liferay.portal.model.User userToDelete, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 void UserAPIImpl.delete(com.liferay.portal.model.User userToDelete, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 void UserAPI.deleteAddress(com.liferay.portal.model.Address ad, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
          Removes from the system the given address
 void UserAPIImpl.deleteAddress(com.liferay.portal.model.Address ad, com.liferay.portal.model.User currentUser, boolean respectFrontEndRoles)
           
static boolean BaseWebAssetAPI.deleteAsset(WebAsset currWebAsset)
          This method totally removes an asset from the cms
<P extends Permissionable>
java.util.List<P>
PermissionBitAPIImpl.filterCollection(java.util.List<P> inputList, int requiredTypePermission, boolean respectFrontendRoles, com.liferay.portal.model.User user)
           
<P extends Permissionable>
java.util.List<P>
PermissionAPI.filterCollection(java.util.List<P> permissionables, int requiredPermission, boolean respectFrontendRoles, com.liferay.portal.model.User user)
          Filters the given list of permissionables that meet the required permission mask
<P extends Permissionable>
java.util.List<P>
PermissionBitAPIImpl.filterCollectionByDBPermissionReference(java.util.List<P> inputList, int requiredTypePermission, boolean respectFrontendRoles, com.liferay.portal.model.User user)
           
<P extends Permissionable>
java.util.List<P>
PermissionAPI.filterCollectionByDBPermissionReference(java.util.List<P> permissionables, int requiredPermission, boolean respectFrontendRoles, com.liferay.portal.model.User user)
          Filters the given list of permissionables that meet the required permission mask using the permission reference table instead of hitting the cache This method can be slow if you pass in many objects or there are lots of objects in the DBs.
 java.util.List<Versionable> VersionableAPI.findAllVersions(Identifier id)
          Finds all versions based on an id
 java.util.List<Versionable> VersionableAPIImpl.findAllVersions(Identifier id)
           
 java.util.List<Versionable> VersionableAPI.findAllVersions(Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds all versions based on an identifier
 java.util.List<Versionable> VersionableAPIImpl.findAllVersions(Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 java.util.List<Versionable> VersionableAPI.findAllVersions(java.lang.String id)
          Finds all versions based on an id
 java.util.List<Versionable> VersionableAPIImpl.findAllVersions(java.lang.String id)
           
 java.util.List<Versionable> VersionableAPI.findAllVersions(java.lang.String id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds all versions based on an identifier.id
 java.util.List<Versionable> VersionableAPIImpl.findAllVersions(java.lang.String id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 java.util.List<Versionable> VersionableAPI.findAllVersions(Versionable inode)
          Finds all versions based on an versionable
 java.util.List<Versionable> VersionableAPIImpl.findAllVersions(Versionable inode)
           
 java.util.List<Versionable> VersionableAPI.findAllVersions(Versionable inode, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds all versions based on any version of the object being passed in
 java.util.List<Versionable> VersionableAPIImpl.findAllVersions(Versionable id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Versionable VersionableAPI.findDeletedVersion(Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the deleted version based on the identifier
 Versionable VersionableAPIImpl.findDeletedVersion(Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Versionable VersionableAPI.findDeletedVersion(java.lang.String id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the deleted version based on the identifier's id
 Versionable VersionableAPIImpl.findDeletedVersion(java.lang.String id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Versionable VersionableAPI.findDeletedVersion(Versionable inode, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the deleted version based on any version of the object being passed in
 Versionable VersionableAPIImpl.findDeletedVersion(Versionable inode, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Versionable VersionableAPI.findLiveVersion(Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the live version based on the identifier
 Versionable VersionableAPIImpl.findLiveVersion(Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Versionable VersionableAPI.findLiveVersion(java.lang.String id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the live version based on the identifier's id
 Versionable VersionableAPIImpl.findLiveVersion(java.lang.String id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Versionable VersionableAPI.findLiveVersion(Versionable inode, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the live version based on any version of the object being passed in
 Versionable VersionableAPIImpl.findLiveVersion(Versionable inode, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Permissionable PermissionBitAPIImpl.findParentPermissionable(Permissionable permissionable)
           
 Permissionable PermissionAPI.findParentPermissionable(Permissionable permissionable)
          Finds the permissionable instance from where permissionable is inheriting its permissions.
 java.util.List<Role> RoleAPIImpl.findRoleHierarchy(Role role)
           
 java.util.List<Role> RoleAPI.findRoleHierarchy(Role role)
          Returns the list of roles above this role in the role tree
static java.util.List<Structure> PermissionedWebAssetUtil.findStructuresForLimitedUser(java.lang.String searchString, java.lang.Integer structureType, java.lang.String dbColSort, int offset, int limit, int permission, com.liferay.portal.model.User user, boolean respectFrontEndPermissions)
          THIS METHOD WILL HIT DB AT LEAST ONCE.
static java.util.List<Template> PermissionedWebAssetUtil.findTemplatesForLimitedUser(java.lang.String searchString, java.lang.String hostName, boolean searchHost, java.lang.String dbColSort, int offset, int limit, int permission, com.liferay.portal.model.User user, boolean respectFrontEndPermissions)
          THIS METHOD WILL HIT DB AT LEAST ONCE.
 java.util.List<com.liferay.portal.model.User> RoleAPIImpl.findUsersForRole(Role role)
           
 java.util.List<com.liferay.portal.model.User> RoleAPI.findUsersForRole(Role role)
           
 java.util.List<com.liferay.portal.model.User> RoleAPIImpl.findUsersForRole(Role role, boolean inherited)
           
 java.util.List<com.liferay.portal.model.User> RoleAPI.findUsersForRole(Role role, boolean inherited)
           
 java.util.List<com.liferay.portal.model.User> RoleAPIImpl.findUsersForRole(java.lang.String roleId)
           
 java.util.List<com.liferay.portal.model.User> RoleAPI.findUsersForRole(java.lang.String roleId)
           
 Versionable VersionableAPI.findWorkingVersion(Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the working version based on the identifier
 Versionable VersionableAPIImpl.findWorkingVersion(Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Versionable VersionableAPI.findWorkingVersion(java.lang.String id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the working version based on the identifier's id
 Versionable VersionableAPIImpl.findWorkingVersion(java.lang.String id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 Versionable VersionableAPI.findWorkingVersion(Versionable inode, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          Finds the working version based on any version of the object being passed in
 Versionable VersionableAPIImpl.findWorkingVersion(Versionable inode, com.liferay.portal.model.User user, boolean respectAnonPermissions)
           
 java.lang.String VersionableAPI.getLockedBy(Versionable ver)
          Returns the userId of the owner of the asset's lock
 java.lang.String VersionableAPIImpl.getLockedBy(Versionable ver)
           
 java.util.Date VersionableAPI.getLockedOn(Versionable ver)
          Returns the date when the asset were locked
 java.util.Date VersionableAPIImpl.getLockedOn(Versionable ver)
           
protected  java.util.Map<Permissionable,java.util.List<Permission>> PermissionBitFactoryImpl.getPermissions(java.util.List<Permissionable> permissionables)
           
protected abstract  java.util.Map<Permissionable,java.util.List<Permission>> PermissionFactory.getPermissions(java.util.List<Permissionable> permissionables)
          This method returns a list permission of all the permissionables passed as parameter, it returns the compressed bit version of permissions, this method returns either the individually assigned permissions if none then it looks for any inherited permissions
protected  java.util.Map<Permissionable,java.util.List<Permission>> PermissionBitFactoryImpl.getPermissions(java.util.List<Permissionable> permissionables, boolean bitPermission)
           
protected abstract  java.util.Map<Permissionable,java.util.List<Permission>> PermissionFactory.getPermissions(java.util.List<Permissionable> permissionables, boolean bitPermission)
          This method returns a list permission of all the permissionables passed as parameter, this method returns either the individually assigned permissions if none then it looks for any inherited permissions
 java.lang.String Versionable.getTitle()
          returns the title of the specific asset
 UserProxy UserProxyAPIImpl.getUserProxy(java.lang.String userId, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 UserProxy UserProxyAPI.getUserProxy(java.lang.String userId, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 UserProxy UserProxyAPIImpl.getUserProxy(com.liferay.portal.model.User userToGetProxyFor, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 UserProxy UserProxyAPI.getUserProxy(com.liferay.portal.model.User userToGetProxyFor, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 UserProxy UserProxyAPIImpl.getUserProxyByLongLiveCookie(java.lang.String dotCMSID, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 UserProxy UserProxyAPI.getUserProxyByLongLiveCookie(java.lang.String dotCMSID, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 boolean Versionable.isArchived()
          returns if the asset is archived or not
 boolean VersionableAPI.isDeleted(Versionable ver)
          Tells if the versionable is deleted
 boolean VersionableAPIImpl.isDeleted(Versionable ver)
           
 boolean Versionable.isLive()
          returns if the asset is live or not
 boolean VersionableAPI.isLive(Versionable versionable)
          Tells if the versionable is live
 boolean VersionableAPIImpl.isLive(Versionable versionable)
           
 boolean Versionable.isLocked()
          returns if the asset is locked or not
 boolean VersionableAPI.isLocked(Versionable ver)
          Tells if the versionable is locked
 boolean VersionableAPIImpl.isLocked(Versionable ver)
           
 boolean Versionable.isWorking()
          returns if the asset is working or not
 boolean VersionableAPI.isWorking(Versionable versionable)
          Tells if the versionable is the working version for its identifier
 boolean VersionableAPIImpl.isWorking(Versionable versionable)
           
 com.liferay.portal.model.Address UserAPI.loadAddressById(java.lang.String addressId, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
          Load address by id
 com.liferay.portal.model.Address UserAPIImpl.loadAddressById(java.lang.String addressId, com.liferay.portal.model.User currentUser, boolean respectFrontEndRoles)
           
protected abstract  com.liferay.portal.model.User UserFactory.loadByUserByEmail(java.lang.String email)
          This method finds a User by email, if the user was not found it returns a new user instance ready to be filled and stored.
 com.liferay.portal.model.User UserFactoryLiferayImpl.loadByUserByEmail(java.lang.String email)
           
 com.liferay.portal.model.User UserAPI.loadByUserByEmail(java.lang.String email, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
          This method finds a User by email, if the user was not found it returns a new user instance ready to be filled and stored.
 com.liferay.portal.model.User UserAPIImpl.loadByUserByEmail(java.lang.String email, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 java.util.List<com.liferay.portal.model.Address> UserAPI.loadUserAddresses(com.liferay.portal.model.User userToGetAddresses, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
          Retrieves all addresses associated to a user
 java.util.List<com.liferay.portal.model.Address> UserAPIImpl.loadUserAddresses(com.liferay.portal.model.User user, com.liferay.portal.model.User currentUser, boolean respectFrontEndRoles)
           
 com.liferay.portal.model.User UserAPI.loadUserById(java.lang.String userId)
           
 com.liferay.portal.model.User UserAPIImpl.loadUserById(java.lang.String userId)
           
 com.liferay.portal.model.User UserAPI.loadUserById(java.lang.String userId, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 com.liferay.portal.model.User UserAPIImpl.loadUserById(java.lang.String userId, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 void PermissionBitAPIImpl.permissionIndividually(Permissionable parent, Permissionable permissionable, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void PermissionAPI.permissionIndividually(Permissionable parent, Permissionable permissionable, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void VersionableAPI.removeLive(java.lang.String identifier)
          Remove the reference to the live version for this identifier.
 void VersionableAPIImpl.removeLive(java.lang.String identifier)
           
 void VersionableAPI.removeLive(java.lang.String identifier, long lang)
          Remove the reference to the live version for this identifier.
 void VersionableAPIImpl.removeLive(java.lang.String identifier, long lang)
           
 void PermissionBitAPIImpl.save(Permission permission, Permissionable permissionable, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void PermissionAPI.save(Permission permission, Permissionable permissionable, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Saves an individual permission of a given permissionable
 void UserAPI.save(com.liferay.portal.model.User userToSave, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
          Save or update in db the user object
 void UserAPIImpl.save(com.liferay.portal.model.User userToSave, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
protected abstract  void BaseWebAssetAPI.save(WebAsset currWebAsset)
          Save the asset.
 void UserAPI.saveAddress(com.liferay.portal.model.User userToSaveNewAddress, com.liferay.portal.model.Address ad, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
          Method that saves a new address and tie it to the user
 void UserAPIImpl.saveAddress(com.liferay.portal.model.User user, com.liferay.portal.model.Address ad, com.liferay.portal.model.User currentUser, boolean respectFrontEndRoles)
           
protected  WebAsset BaseWebAssetAPI.saveAsset(WebAsset newWebAsset, Identifier id, com.liferay.portal.model.User user, boolean respectAnonPermissions)
          This method save the new asset as the new working version and change the current working as an old version.
 void UserProxyAPIImpl.saveUserProxy(UserProxy userProxy, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 void UserProxyAPI.saveUserProxy(UserProxy userProxy, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 void VersionableAPI.setDeleted(Versionable ver, boolean deleted)
          Allows to delete (when true) of undelete (when false) a versionable
 void VersionableAPIImpl.setDeleted(Versionable ver, boolean deleted)
           
 void VersionableAPI.setLive(Versionable versionable)
          Set this versionable as the live version for its identifier
 void VersionableAPIImpl.setLive(Versionable versionable)
           
 void VersionableAPI.setLocked(Versionable ver, boolean locked, com.liferay.portal.model.User user)
          Allows to change locked status for the versionable
 void VersionableAPIImpl.setLocked(Versionable ver, boolean locked, com.liferay.portal.model.User user)
           
 void VersionableAPI.setWorking(Versionable versionable)
          Sets the versionable as the working version for its identifier
 void VersionableAPIImpl.setWorking(Versionable versionable)
           
protected  void BaseWebAssetAPI.unLockAsset(WebAsset currWebAsset)
           
 

Uses of DotSecurityException in com.dotmarketing.business.ajax
 

Methods in com.dotmarketing.business.ajax that throw DotSecurityException
 java.util.Map<java.lang.String,java.lang.Object> RoleAjax.addUserToRole(java.lang.String userId, java.lang.String roleId)
           
 void HostAjax.archiveHost(java.lang.String id)
           
 void HostAjax.deleteHost(java.lang.String id)
           
 void RoleAjax.deleteRole(java.lang.String roleId)
           
 java.util.Map<java.lang.String,java.lang.Object> HostAjax.fetchByIdentity(java.lang.String id)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> HostAjax.findAllHostThumbnails()
           
 java.util.Map<java.lang.String,java.lang.Object> HostAjax.findHostsForDataStore(java.lang.String filter, boolean showArchived, int offset, int count)
           
 java.util.Map<java.lang.String,java.lang.Object> HostAjax.findHostsPaginated(java.lang.String filter, boolean showArchived, int offset, int count)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> PermissionAjax.getAssetPermissions(java.lang.String assetId)
          Retrieves a list of roles and its associated permissions for the given asset
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> RoleAjax.getCurrentCascadePermissionsJobs()
           
 java.util.Map<java.lang.String,java.lang.Object> RoleAjax.getRole(java.lang.String roleId)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> RoleAjax.getRolePermissions(java.lang.String roleId)
          This methods returns a list of folders and hosts and for each folder/host includes a property with permissions of the role over the asset, it also sorts them by hosts first then folders
 java.util.Map<java.lang.String,java.lang.Object> RoleAjax.getUserRole(java.lang.String userId)
           
 java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,java.lang.Object>>> RoleAjax.getUsersByRole(java.lang.String[] roleIds)
           
 java.util.Map<java.lang.String,java.lang.Object> RoleAjax.isPermissionableInheriting(java.lang.String assetId)
           
 void HostAjax.makeDefault(java.lang.String id)
           
 void HostAjax.publishHost(java.lang.String id)
           
 void RoleAjax.removeUsersFromRole(java.lang.String[] userIds, java.lang.String roleId)
           
 void PermissionAjax.resetAssetPermissions(java.lang.String assetId)
           
 void RoleAjax.saveRolePermission(java.lang.String roleId, java.lang.String folderHostId, java.util.Map<java.lang.String,java.lang.String> permissions, boolean cascade)
           
 void HostAjax.unarchiveHost(java.lang.String id)
           
 void HostAjax.unpublishHost(java.lang.String id)
           
 

Uses of DotSecurityException in com.dotmarketing.business.skeleton
 

Methods in com.dotmarketing.business.skeleton that throw DotSecurityException
 void DotCMSAPIPreHook.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given node
 void DotCMSAPIInterceptor.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given node
 void DotCMSAPIPostHook.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given node
 void DotCMSAPIImpl.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given node
 void DotCMSAPIPostHookAbstract.archive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given nodes
 void DotCMSAPIInterceptor.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given nodes
 void DotCMSAPIPostHook.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given nodes
 void DotCMSAPIImpl.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given nodes
 void DotCMSAPIPostHookAbstract.archive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHook.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you node.
 Inode DotCMSAPIInterceptor.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHookAbstract.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactory.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you node.
 Inode DotCMSAPIPostHook.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you node.
 Inode DotCMSAPIImpl.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactoryImpl.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPI.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you node.
 Inode DotCMSAPIPostHookAbstract.checkin(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHook.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you node.
 Inode DotCMSAPIInterceptor.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHookAbstract.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactory.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you node.
 Inode DotCMSAPIPostHook.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you node.
 Inode DotCMSAPIImpl.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactoryImpl.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPI.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you node.
 Inode DotCMSAPIPostHookAbstract.checkin(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHook.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a update of your node without generating a new version.
 Inode DotCMSAPIInterceptor.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHookAbstract.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactory.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a update of your node without generating a new version.
 Inode DotCMSAPIPostHook.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a update of your node without generating a new version.
 Inode DotCMSAPIImpl.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactoryImpl.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPI.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a update of your node without generating a new version.
 Inode DotCMSAPIPostHookAbstract.checkinWithoutVersioning(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents so it can be altered and checked in
 java.util.List<Inode> DotCMSAPIInterceptor.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents so it can be altered and checked in
 java.util.List<Inode> DotCMSAPIPostHook.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents so it can be altered and checked in
 java.util.List<Inode> DotCMSAPIImpl.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents so it can be altered and checked in
 java.util.List<Inode> DotCMSAPIPostHookAbstract.checkout(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHook.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout a content so it can be altered and checked in
 Inode DotCMSAPIInterceptor.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHookAbstract.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactory.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout a content so it can be altered and checked in
 Inode DotCMSAPIPostHook.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout a content so it can be altered and checked in
 Inode DotCMSAPIImpl.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactoryImpl.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPI.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout a content so it can be altered and checked in
 Inode DotCMSAPIPostHookAbstract.checkout(java.lang.String nodeInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in
 java.util.List<Inode> DotCMSAPIInterceptor.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in
 java.util.List<Inode> DotCMSAPIPostHook.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in
 java.util.List<Inode> DotCMSAPIImpl.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in
 java.util.List<Inode> DotCMSAPIPostHookAbstract.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in, in a paginated fashion
 java.util.List<Inode> DotCMSAPIInterceptor.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
           
 java.util.List<Inode> DotCMSFactory.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in, in a paginated fashion
 java.util.List<Inode> DotCMSAPIPostHook.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in, in a paginated fashion
 java.util.List<Inode> DotCMSAPIImpl.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
           
 java.util.List<Inode> DotCMSFactoryImpl.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
           
 java.util.List<Inode> DotCMSAPI.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in, in a paginated fashion
 java.util.List<Inode> DotCMSAPIPostHookAbstract.checkoutByCondition(java.lang.String condition, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
           
 Inode DotCMSAPIPreHook.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies a node, including all its fields including binary files, image and file fields are pointers and the are preserved as the are so if source node points to image A and resulting new node will point to same image A as well, also copies source permissions.
 Inode DotCMSAPIInterceptor.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHookAbstract.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactory.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies a node, including all its fields including binary files, image and file fields are pointers and the are preserved as the are so if source node points to image A and resulting new node will point to same image A as well, also copies source permissions.
 Inode DotCMSAPIPostHook.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies a node, including all its fields including binary files, image and file fields are pointers and the are preserved as the are so if source node points to image A and resulting new node will point to same image A as well, also copies source permissions.
 Inode DotCMSAPIImpl.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactoryImpl.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPI.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies a node, including all its fields including binary files, image and file fields are pointers and the are preserved as the are so if source node points to image A and resulting new node will point to same image A as well, also copies source permissions.
 Inode DotCMSAPIPostHookAbstract.copy(Inode node, Inode folderOrHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHook.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
          Copies properties from the map to the node
 Inode DotCMSAPIInterceptor.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 Inode DotCMSAPIPreHookAbstract.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 Inode DotCMSFactory.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
          Copies properties from the map to the node
 Inode DotCMSAPIPostHook.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
          Copies properties from the map to the node
 Inode DotCMSAPIImpl.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 Inode DotCMSFactoryImpl.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 Inode DotCMSAPI.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
          Copies properties from the map to the node
 Inode DotCMSAPIPostHookAbstract.copyFromMap(Inode node, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 void DotCMSAPIPreHook.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system
 void DotCMSAPIInterceptor.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system
 void DotCMSAPIPostHook.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system
 void DotCMSAPIImpl.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system
 void DotCMSAPIPostHookAbstract.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given node from the system.
 void DotCMSAPIInterceptor.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSAPIPreHookAbstract.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSFactory.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given node from the system.
 void DotCMSAPIPostHook.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given node from the system.
 void DotCMSAPIImpl.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSFactoryImpl.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSAPI.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given node from the system.
 void DotCMSAPIPostHookAbstract.delete(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSAPIPreHook.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system
 void DotCMSAPIInterceptor.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system
 void DotCMSAPIPostHook.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system
 void DotCMSAPIImpl.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system
 void DotCMSAPIPostHookAbstract.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given node from the system.
 void DotCMSAPIInterceptor.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSAPIPreHookAbstract.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSFactory.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given node from the system.
 void DotCMSAPIPostHook.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given node from the system.
 void DotCMSAPIImpl.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSFactoryImpl.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSAPI.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given node from the system.
 void DotCMSAPIPostHookAbstract.delete(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void DotCMSAPIPreHook.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system and make a xml file backup
 void DotCMSAPIInterceptor.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system and make a xml file backup
 void DotCMSAPIPostHook.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system and make a xml file backup
 void DotCMSAPIImpl.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given node from the system and make a xml file backup
 void DotCMSAPIPostHookAbstract.deleteAllVersionsandBackup(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes the given version of the node from the system
 void DotCMSAPIInterceptor.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes the given version of the node from the system
 void DotCMSAPIPostHook.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes the given version of the node from the system
 void DotCMSAPIImpl.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes the given version of the node from the system
 void DotCMSAPIPostHookAbstract.deleteVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a node identifier checked in by a real user meaning not the system user
 java.util.List<Inode> DotCMSAPIInterceptor.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a node identifier checked in by a real user meaning not the system user
 java.util.List<Inode> DotCMSAPIPostHook.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a node identifier checked in by a real user meaning not the system user
 java.util.List<Inode> DotCMSAPIImpl.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a node identifier checked in by a real user meaning not the system user
 java.util.List<Inode> DotCMSAPIPostHookAbstract.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a node identifier Note this method should not be used currently because it could pull too many versions.
 java.util.List<Inode> DotCMSAPIInterceptor.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a node identifier Note this method should not be used currently because it could pull too many versions.
 java.util.List<Inode> DotCMSAPIPostHook.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a node identifier Note this method should not be used currently because it could pull too many versions.
 java.util.List<Inode> DotCMSAPIImpl.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a node identifier Note this method should not be used currently because it could pull too many versions.
 java.util.List<Inode> DotCMSAPIPostHookAbstract.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Inodes from a given parent folder
 java.util.List<Inode> DotCMSAPIInterceptor.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Inodes from a given parent folder
 java.util.List<Inode> DotCMSAPIPostHook.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Inodes from a given parent folder
 java.util.List<Inode> DotCMSAPIImpl.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Inodes from a given parent folder
 java.util.List<Inode> DotCMSAPIPostHookAbstract.findByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Inodes from a given parent host, retrieves the working version of content
 java.util.List<Inode> DotCMSAPIInterceptor.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Inodes from a given parent host, retrieves the working version of content
 java.util.List<Inode> DotCMSAPIPostHook.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Inodes from a given parent host, retrieves the working version of content
 java.util.List<Inode> DotCMSAPIImpl.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Inodes from a given parent host, retrieves the working version of content
 java.util.List<Inode> DotCMSAPIPostHookAbstract.findByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHook.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a node from the cache first, then falls back to the database if not found based on its identifier
 Inode DotCMSAPIInterceptor.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHookAbstract.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactory.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a node from the cache first, then falls back to the database if not found based on its identifier
 Inode DotCMSAPIPostHook.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a node from the cache first, then falls back to the database if not found based on its identifier
 Inode DotCMSAPIImpl.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactoryImpl.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPI.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a node from the cache first, then falls back to the database if not found based on its identifier
 Inode DotCMSAPIPostHookAbstract.findByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a node list from the database based on a identifiers array
 java.util.List<Inode> DotCMSAPIInterceptor.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a node list from the database based on a identifiers array
 java.util.List<Inode> DotCMSAPIPostHook.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a node list from the database based on a identifiers array
 java.util.List<Inode> DotCMSAPIImpl.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a node list from the database based on a identifiers array
 java.util.List<Inode> DotCMSAPIPostHookAbstract.findByIdentifiers(java.lang.String[] identifiers, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHook.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Finds a Inode Object given the inode
 Inode DotCMSAPIInterceptor.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHookAbstract.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactory.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Finds a Inode Object given the inode
 Inode DotCMSAPIPostHook.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Finds a Inode Object given the inode
 Inode DotCMSAPIImpl.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactoryImpl.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPI.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Finds a Inode Object given the inode
 Inode DotCMSAPIPostHookAbstract.findByInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String DotCMSAPIPreHook.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Meant to get the title or name of a node
 java.lang.String DotCMSAPIInterceptor.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String DotCMSAPIPreHookAbstract.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String DotCMSFactory.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Meant to get the title or name of a node
 java.lang.String DotCMSAPIPostHook.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Meant to get the title or name of a node
 java.lang.String DotCMSAPIImpl.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String DotCMSFactoryImpl.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String DotCMSAPI.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Meant to get the title or name of a node
 java.lang.String DotCMSAPIPostHookAbstract.getName(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSAPIPreHook.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all references for a Inode.
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSAPIInterceptor.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSAPIPreHookAbstract.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSFactory.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all references for a Inode.
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSAPIPostHook.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all references for a Inode.
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSAPIImpl.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSFactoryImpl.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSAPI.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all references for a Inode.
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> DotCMSAPIPostHookAbstract.getReferences(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSAPIPreHook.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSAPIInterceptor.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSAPIPreHookAbstract.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSFactory.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSAPIPostHook.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSAPIImpl.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSFactoryImpl.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSAPI.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean DotCMSAPIPostHookAbstract.isEqual(Inode node1, Inode node2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Use to lock a node
 void DotCMSAPIInterceptor.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Use to lock a node
 void DotCMSAPIPostHook.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Use to lock a node
 void DotCMSAPIImpl.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Use to lock a node
 void DotCMSAPIPostHookAbstract.lock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void DotCMSAPIInterceptor.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void DotCMSAPIPostHook.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void DotCMSAPIImpl.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void DotCMSAPIPostHookAbstract.publish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void DotCMSAPIInterceptor.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void DotCMSAPIPostHook.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void DotCMSAPIImpl.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void DotCMSAPIPostHookAbstract.publish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will make the passed in node the working copy.
 void DotCMSAPIInterceptor.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will make the passed in node the working copy.
 void DotCMSAPIPostHook.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will make the passed in node the working copy.
 void DotCMSAPIImpl.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will make the passed in node the working copy.
 void DotCMSAPIPostHookAbstract.restoreVersion(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHook.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Checks if the version you are saving is live=false.
 Inode DotCMSAPIInterceptor.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPIPreHookAbstract.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactory.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Checks if the version you are saving is live=false.
 Inode DotCMSAPIPostHook.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Checks if the version you are saving is live=false.
 Inode DotCMSAPIImpl.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSFactoryImpl.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Inode DotCMSAPI.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Checks if the version you are saving is live=false.
 Inode DotCMSAPIPostHookAbstract.saveDraft(Inode node, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Inodes for you.
 java.util.List<Inode> DotCMSAPIInterceptor.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Inodes for you.
 java.util.List<Inode> DotCMSAPIPostHook.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Inodes for you.
 java.util.List<Inode> DotCMSAPIImpl.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Inodes for you.
 java.util.List<Inode> DotCMSAPIPostHookAbstract.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Inodes for you.
 java.util.List<Inode> DotCMSAPIInterceptor.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSFactory.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Inodes for you.
 java.util.List<Inode> DotCMSAPIPostHook.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Inodes for you.
 java.util.List<Inode> DotCMSAPIImpl.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSFactoryImpl.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSAPI.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Inodes for you.
 java.util.List<Inode> DotCMSAPIPostHookAbstract.search(java.lang.String condition, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSAPIPreHook.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Inodes for you, using the identifier of the node.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<Inode> DotCMSAPIInterceptor.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactory.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Inodes for you, using the identifier of the node.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<Inode> DotCMSAPIPostHook.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Inodes for you, using the identifier of the node.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<Inode> DotCMSAPIImpl.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSFactoryImpl.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPI.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Inodes for you, using the identifier of the node.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<Inode> DotCMSAPIPostHookAbstract.searchByIdentifier(java.lang.String identifier, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Inode> DotCMSAPIPreHook.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Inodes for you, using the identifier of the node.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<Inode> DotCMSAPIInterceptor.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSFactory.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Inodes for you, using the identifier of the node.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<Inode> DotCMSAPIPostHook.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Inodes for you, using the identifier of the node.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<Inode> DotCMSAPIImpl.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSFactoryImpl.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Inode> DotCMSAPI.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Inodes for you, using the identifier of the node.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<Inode> DotCMSAPIPostHookAbstract.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 void DotCMSAPIPreHook.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given node
 void DotCMSAPIInterceptor.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given node
 void DotCMSAPIPostHook.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given node
 void DotCMSAPIImpl.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given node
 void DotCMSAPIPostHookAbstract.unarchive(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given nodes
 void DotCMSAPIInterceptor.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given nodes
 void DotCMSAPIPostHook.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given nodes
 void DotCMSAPIImpl.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given nodes
 void DotCMSAPIPostHookAbstract.unarchive(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIInterceptor.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPostHook.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIImpl.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPostHookAbstract.unlock(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given node
 void DotCMSAPIInterceptor.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given node
 void DotCMSAPIPostHook.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given node
 void DotCMSAPIImpl.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given node
 void DotCMSAPIPostHookAbstract.unpublish(Inode node, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHook.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given node
 void DotCMSAPIInterceptor.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPIPreHookAbstract.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactory.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given node
 void DotCMSAPIPostHook.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given node
 void DotCMSAPIImpl.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSFactoryImpl.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void DotCMSAPI.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given node
 void DotCMSAPIPostHookAbstract.unpublish(java.util.List<Inode> nodes, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 

Uses of DotSecurityException in com.dotmarketing.business.web
 

Methods in com.dotmarketing.business.web that throw DotSecurityException
 Host HostWebAPI.getCurrentHost(javax.portlet.ActionRequest req)
           
 Host HostWebAPIImpl.getCurrentHost(javax.portlet.ActionRequest req)
           
 Host HostWebAPI.getCurrentHost(javax.servlet.http.HttpServletRequest req)
           
 Host HostWebAPIImpl.getCurrentHost(javax.servlet.http.HttpServletRequest request)
           
 Host HostWebAPI.getCurrentHost(javax.portlet.RenderRequest req)
           
 Host HostWebAPIImpl.getCurrentHost(javax.portlet.RenderRequest req)
           
 

Uses of DotSecurityException in com.dotmarketing.cache
 

Methods in com.dotmarketing.cache that throw DotSecurityException
static java.lang.String LiveCache.getPathFromCache(java.lang.String URI, Host host)
          This method return the asset uri when the asset exists in the cache
static java.lang.String WorkingCache.getPathFromCache(java.lang.String URI, Host host)
           
static java.lang.String LiveCache.getPathFromCache(java.lang.String URI, java.lang.String hostId)
          This method return the asset uri when the asset exists in the cache
static java.lang.String WorkingCache.getPathFromCache(java.lang.String URI, java.lang.String hostId)
           
 

Uses of DotSecurityException in com.dotmarketing.cms.content.submit.util
 

Methods in com.dotmarketing.cms.content.submit.util that throw DotSecurityException
static Contentlet SubmitContentUtil.createContent(Structure st, java.util.ArrayList<Category> cats, java.lang.String userId, java.util.List<java.lang.String> parametersName, java.util.List<java.lang.String[]> values, java.lang.String options, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> fileParameters, boolean autoPublish, Host formHost)
          This method read the parameters an create a new content with the categories and relationships specified.
static Contentlet SubmitContentUtil.createContent(Structure st, java.util.ArrayList<Category> cats, java.lang.String userId, java.util.List<java.lang.String> parametersName, java.util.List<java.lang.String[]> values, java.lang.String options, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> fileParameters, boolean autoPublish, Host formHost, java.lang.String moderatorRole)
           
static java.lang.String SubmitContentUtil.getCustomizedFieldErrorMessage(Field field, java.lang.String fieldAttribute)
          Get the specified field message.
 

Uses of DotSecurityException in com.dotmarketing.cms.createaccount.action
 

Methods in com.dotmarketing.cms.createaccount.action that throw DotSecurityException
 void CreateAccountAction.sendEmail(CreateAccountForm form, javax.servlet.http.HttpServletRequest request)
           
 

Uses of DotSecurityException in com.dotmarketing.factories
 

Methods in com.dotmarketing.factories that throw DotSecurityException
static boolean WebAssetFactory.archiveAsset(WebAsset currWebAsset)
           
static boolean WebAssetFactory.archiveAsset(WebAsset currWebAsset, java.lang.String userId)
           
static boolean WebAssetFactory.archiveAsset(WebAsset currWebAsset, com.liferay.portal.model.User user)
           
static java.util.Map<java.lang.String,java.lang.String> EmailFactory.buildEmail(java.lang.String templatePath, Host host, java.util.Map<java.lang.String,java.lang.Object> parameters, java.util.Map<java.lang.String,java.lang.String> prettyParametersNamesMap, java.lang.String filesLinks, java.lang.String ignoreString, com.liferay.portal.model.User user)
           
static void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId, Host host)
           
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, boolean isLive)
           
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 void WebAssetFactory.createAsset(WebAsset webasset, java.lang.String userId, Inode parent, Identifier identifier, boolean working, boolean isLive)
           
static boolean WebAssetFactory.deleteAssetVersion(WebAsset currWebAsset)
           
static boolean WebAssetFactory.editAsset(WebAsset currWebAsset, java.lang.String userId)
           
 PaginatedArrayList<PermissionAsset> WebAssetFactory.getAssetsAndPermissions(java.lang.String hostId, Role[] roles, boolean includeArchived, int limit, int offset, java.lang.String orderBy, java.lang.String tableName, java.lang.String parent, java.lang.String query, com.liferay.portal.model.User user)
           
static java.util.List<PermissionAsset> WebAssetFactory.getAssetsAndPermissionsPerRoleAndCondition(Role[] roles, int limit, int offset, java.lang.String orderby, java.lang.Class assetsClass, java.lang.String tableName, com.liferay.portal.model.User user)
           
static java.util.List<PermissionAsset> WebAssetFactory.getAssetsAndPermissionsPerRoleAndCondition(Role[] roles, java.lang.String condition, int limit, int offset, java.lang.String orderby, java.lang.Class assetsClass, java.lang.String tableName, java.lang.String parent, com.liferay.portal.model.User user)
           
static java.util.List<PermissionAsset> WebAssetFactory.getAssetsAndPermissionsPerRoleAndCondition(java.lang.String hostId, Role[] roles, java.lang.String condition, int limit, int offset, java.lang.String orderby, java.lang.Class assetsClass, java.lang.String tableName, java.lang.String parent, com.liferay.portal.model.User user)
          Deprecated.  
static java.util.List<PermissionAsset> WebAssetFactory.getAssetsAndPermissionsPerRoleAndCondition(java.lang.String hostId, Role[] roles, java.lang.String condition, int limit, int offset, java.lang.String orderby, java.lang.Class assetsClass, java.lang.String tableName, com.liferay.portal.model.User user)
           
static java.util.List<PermissionAsset> WebAssetFactory.getAssetsAndPermissionsPerRoleAndConditionWithParent(Role[] roles, java.lang.String condition, int limit, java.lang.String fromAssetId, WebAssetFactory.Direction direction, java.lang.String orderby, java.lang.Class assetsClass, java.lang.String tableName, java.lang.String parentId, boolean showDeleted, com.liferay.portal.model.User user)
           
static java.util.List<PermissionAsset> WebAssetFactory.getAssetsAndPermissionsPerRoleAndConditionWithParent(java.lang.String hostId, Role[] roles, java.lang.String condition, int limit, java.lang.String fromAssetId, WebAssetFactory.Direction direction, java.lang.String orderby, java.lang.Class assetsClass, java.lang.String tableName, java.lang.String parentId, boolean showDeleted, com.liferay.portal.model.User user)
           
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 java.util.List PublishFactory.getUnpublishedRelatedAssets(Inode webAsset, java.util.List relatedAssets, boolean returnOnlyWebAssets, boolean checkPublishPermissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a list of dependent object (dependent of object of the given webAsset param) that the given user has permissions to publish
static java.util.List PublishFactory.getUnpublishedRelatedAssets(Inode webAsset, java.util.List relatedAssets, boolean checkPublishPermissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.util.List PublishFactory.getUnpublishedRelatedAssets(Inode webAsset, java.util.List relatedAssets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static boolean PublishFactory.publishAsset(Inode webAsset, javax.servlet.http.HttpServletRequest req)
           
static boolean PublishFactory.publishAsset(Inode webAsset, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method publish a given and asset and its related assets if a user is passed the method will check permissions to publish if the user doesn't have permission to publish one of the related assets then that one will be skipped
static boolean PublishFactory.publishAsset(Inode webAsset, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean isNewVersion)
          This method publish a given and asset and its related assets if a user is passed the method will check permissions to publish if the user doesn't have permission to publish one of the related assets then that one will be skipped
static WebAsset WebAssetFactory.publishAsset(WebAsset currWebAsset)
          This method is odd.
static WebAsset WebAssetFactory.publishAsset(WebAsset currWebAsset, com.liferay.portal.model.User user)
          This method is odd.
static WebAsset WebAssetFactory.publishAsset(WebAsset currWebAsset, com.liferay.portal.model.User user, boolean isNewVersion)
          This method is odd.
static void WebAssetFactory.renameAsset(WebAsset webasset)
           
static boolean EmailFactory.sendForgotPassword(com.liferay.portal.model.User user, java.lang.String newPassword, java.lang.String hostId)
          Sends the forgot password email with the new random generated password
static void WebAssetFactory.unArchiveAsset(WebAsset currWebAsset)
           
static void WebAssetFactory.unLockAsset(WebAsset currWebAsset)
           
static boolean WebAssetFactory.unPublishAsset(WebAsset currWebAsset, java.lang.String userId, Inode parent)
           
 

Uses of DotSecurityException in com.dotmarketing.menubuilders
 

Methods in com.dotmarketing.menubuilders that throw DotSecurityException
 java.lang.String CrumbTrailBuilder.createCrumbTrail(java.lang.String pagePath, Host host)
           
 java.lang.String TopLinksMenuBuilder.createMenu(Host host)
           
 java.lang.String TopLinksMenuBuilder.createMenu(java.lang.String hostId)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.browser.ajax
 

Methods in com.dotmarketing.portlets.browser.ajax that throw DotSecurityException
 java.util.Map<java.lang.String,java.lang.Object> BrowserAjax.findHostFolder(java.lang.String hostFolderId)
           
 java.util.Map<java.lang.String,java.lang.Object> BrowserAjax.getFileInfo(java.lang.String fileId)
           
 java.util.Map<java.lang.String,java.lang.Object> BrowserAjax.getFolderContent(java.lang.String folderId, int offset, int maxResults, java.lang.String filter, java.util.List<java.lang.String> mimeTypes, java.util.List<java.lang.String> extensions, boolean showArchived, boolean noFolders, boolean onlyFiles, java.lang.String sortBy, boolean sortByDesc)
           
 java.util.Map<java.lang.String,java.lang.Object> BrowserAjax.getFolderMap(java.lang.String folderId)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getFolderSubfolders(java.lang.String parentFolderId)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getFolderSubfoldersByPermissions(java.lang.String parentFolderId, java.lang.String requiredPermissions)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getHosts()
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getHostsByPermissions(java.lang.String requiredPermissions)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getHostsIncludeAll()
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getHostSubfolders(java.lang.String hostId)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getHostSubfoldersByPermissions(java.lang.String hostId, java.lang.String requiredPermissions)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getHostsWithThemes()
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getHostThemes(java.lang.String hostId)
           
 java.util.List<java.util.Map> BrowserAjax.getTree(java.lang.String hostId)
          This methods is used to load the entire tree by first time.
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getTreeMinInfo()
          This method returns the basic info of the full tree of hosts and folders
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.getTreeMinInfoByHostId(java.lang.String hostId)
          This method returns the basic info of the tree of host and folders for the given hostId
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> BrowserAjax.openFolderContent(java.lang.String parentInode, java.lang.String sortBy, boolean showArchived)
           
 java.util.List<java.util.Map> BrowserAjax.openFolderTree(java.lang.String parentInode)
          Action called every time a user opens a folder using the + (left hand side)
 java.util.List<java.util.Map> BrowserAjax.openHostTree(java.lang.String hostId)
          Action called every time a user opens a folder using the + (left hand side)
 java.util.Map<java.lang.String,java.lang.Object> BrowserAjax.renameFolder(java.lang.String inode, java.lang.String newName)
           
 void BrowserAjax.saveFileAction(java.lang.String selectedItem, java.lang.String wfActionAssign, java.lang.String wfActionId, java.lang.String wfActionComments, java.lang.String wfConId, java.lang.String wfPublishDate, java.lang.String wfPublishTime, java.lang.String wfExpireDate, java.lang.String wfExpireTime, java.lang.String wfNeverExpire)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.calendar.ajax
 

Methods in com.dotmarketing.portlets.calendar.ajax that throw DotSecurityException
 void CalendarAjax.archiveDisconnectedEvent(java.lang.String identifier, boolean putBack)
           
 void CalendarAjax.archiveEvent(java.lang.String identifier)
           
 java.util.Map<java.lang.String,java.lang.Object> CalendarAjax.deleteEvent(java.lang.String identifier)
           
 java.util.Map<java.lang.String,java.lang.Object> CalendarAjax.disconnectEvent(java.lang.String inode, java.lang.String startDateStr, java.lang.String endDateStr)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CalendarAjax.findEvents(java.util.Date fromDate, java.util.Date toDate, java.lang.String[] tags, java.lang.String[] keywords, java.lang.String[] categoriesInodes, boolean live, boolean includeArchived, int offset, int limit)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CalendarAjax.findEventsByHostFolder(java.lang.String hostId, java.util.Date fromDate, java.util.Date toDate, java.lang.String[] tags, java.lang.String[] keywords, java.lang.String[] categoriesInodes, boolean live, boolean includeArchived, int offset, int limit)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CalendarAjax.findEventsByHostId(java.lang.String hostId, java.util.Date fromDate, java.util.Date toDate, java.lang.String[] tags, java.lang.String[] keywords, java.lang.String[] categoriesInodes, boolean live, boolean includeArchived, int offset, int limit)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CalendarAjax.findEventsForDay(java.lang.String hostId, java.lang.String dateStr, java.lang.String[] tags, java.lang.String[] keywords, java.lang.String[] categoriesInodes, boolean live, boolean includeArchived, int offset, int limit)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CalendarAjax.findLocations(java.lang.String filter)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CalendarAjax.findRelatedEvents(java.lang.String parentEvent, java.util.Date fromDate, java.util.Date toDate, boolean live)
           
 java.util.Map<java.lang.String,java.lang.Object> CalendarAjax.getEvent(java.lang.String id, boolean live)
           
 void CalendarAjax.publishEvent(java.lang.String identifier)
           
 java.util.Map<java.lang.String,java.lang.Object> CalendarAjax.saveEvent(java.util.List<java.lang.String> formData, boolean isAutoSave, boolean isCheckin)
           
 void CalendarAjax.unarchiveEvent(java.lang.String identifier)
           
 java.util.Map<java.lang.String,java.lang.Object> CalendarAjax.unpublishEvent(java.lang.String identifier)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.calendar.business
 

Methods in com.dotmarketing.portlets.calendar.business that throw DotSecurityException
protected  Event EventFactoryImpl.convertToEvent(Contentlet cont)
           
protected abstract  Event EventFactory.convertToEvent(Contentlet cont)
           
 Event EventAPIImpl.disconnectEvent(Event event, com.liferay.portal.model.User user, java.util.Date startDate, java.util.Date endDate)
           
 Event EventAPI.disconnectEvent(Event event, com.liferay.portal.model.User user, java.util.Date startDate, java.util.Date endDate)
          Disconnects an event from the recurrence WILL COMMIT YOUR TRANSACTION IF YOU HAVE ONE
protected  java.util.List<Event> EventFactoryImpl.find(java.util.Date fromDate, java.util.Date toDate, java.lang.String[] tags, java.lang.String[] keywords, java.util.List<Category> categories, boolean liveOnly, boolean includeArchived, int offset, int limit, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Search implemented using lucene
 java.util.List<Event> EventAPIImpl.find(java.util.Date fromDate, java.util.Date endDate, java.lang.String[] tags, java.lang.String[] keywords, java.util.List<Category> categories, boolean liveOnly, boolean includeArchived, int offset, int limit, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a list of event filtering by the given parameters, also filtering by the events that the given user is able to see, or if the given user is null it filters by all the events marked for frontend visibility
 java.util.List<Event> EventAPI.find(java.util.Date startDate, java.util.Date endDate, java.lang.String[] tags, java.lang.String[] keywords, java.util.List<Category> categories, boolean liveOnly, boolean includeArchived, int offset, int limit, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected abstract  java.util.List<Event> EventFactory.find(java.util.Date fromDate, java.util.Date toDate, java.lang.String[] tags, java.lang.String[] keywords, java.util.List<Category> categories, boolean liveOnly, boolean archived, int offset, int limit, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  Event EventFactoryImpl.find(java.lang.String identifier, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Event EventAPIImpl.find(java.lang.String id, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves an event based on its identifier,
 Event EventAPI.find(java.lang.String id, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Search for an specific event by identifier also checks that the given user has permissions if the user is null the it will check for frontend access the event
protected abstract  Event EventFactory.find(java.lang.String id, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  java.util.List<Event> EventFactoryImpl.find(java.lang.String hostId, java.util.Date fromDate, java.util.Date toDate, java.lang.String[] tags, java.lang.String[] keywords, java.util.List<Category> categories, boolean liveOnly, boolean includeArchived, int offset, int limit, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Search implemented using lucene
 java.util.List<Event> EventAPIImpl.find(java.lang.String hostId, java.util.Date fromDate, java.util.Date endDate, java.lang.String[] tags, java.lang.String[] keywords, java.util.List<Category> categories, boolean liveOnly, boolean includeArchived, int offset, int limit, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a list of event filtering by the given parameters, also filtering by the events that the given user is able to see, or if the given user is null it filters by all the events marked for frontend visibility
 java.util.List<Event> EventAPI.find(java.lang.String hostId, java.util.Date startDate, java.util.Date endDate, java.lang.String[] tags, java.lang.String[] keywords, java.util.List<Category> categories, boolean liveOnly, boolean includeArchived, int offset, int limit, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected abstract  java.util.List<Event> EventFactory.find(java.lang.String hostId, java.util.Date fromDate, java.util.Date toDate, java.lang.String[] tags, java.lang.String[] keywords, java.util.List<Category> categories, boolean liveOnly, boolean archived, int offset, int limit, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected  Event EventFactoryImpl.findbyInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Event EventAPIImpl.findbyInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Event EventAPI.findbyInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Search for an specific event by inode also checks that the given user has permissions
protected abstract  Event EventFactory.findbyInode(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Event> EventAPIImpl.findRelatedEvents(Event baseEvent, java.util.Date fromDate, java.util.Date toDate, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Event> EventAPI.findRelatedEvents(Event baseEvent, java.util.Date fromDate, java.util.Date toDate, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method retrieves the related events based on the baseEvent categories and tags
 java.util.List<Category> EventAPIImpl.getCategories(Event ev, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> EventAPI.getCategories(Event ev, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method retrieves the list of categories associated to the given event
 java.util.List<Contentlet> EventAPIImpl.getRelatedContent(Event ev, Relationship rel, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> EventAPI.getRelatedContent(Event ev, Relationship rel, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates the given list of contentlets using the relationship
 void EventAPIImpl.setCategories(Event ev, java.util.List<Category> cats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This methods removes all the categories the user is able to remove from the event and then associates the categories passed as paramater
 void EventAPI.setCategories(Event ev, java.util.List<Category> cats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates the given categories to the event It checks the user permissions on the given categories before save.
 void EventAPIImpl.setRelatedContent(Event ev, Relationship rel, java.util.List<Contentlet> related, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void EventAPI.setRelatedContent(Event ev, Relationship rel, java.util.List<Contentlet> cont, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates the given list of contentlets using the relationship this methods removes old associated content and reset the relatioships based on the list of content passed as parameter
 

Uses of DotSecurityException in com.dotmarketing.portlets.calendar.viewtools
 

Methods in com.dotmarketing.portlets.calendar.viewtools that throw DotSecurityException
 Event CalendarWebAPI.find(java.lang.String id)
           
 Event CalendarWebAPI.find(java.lang.String id)
           
 java.util.List<Event> CalendarWebAPI.findEvents(java.lang.String hostId, java.util.Date fromDate, java.util.Date toDate, java.lang.String tag, java.lang.String keyword, java.lang.String categoryInode, java.lang.String sortBy, int offset, int limit)
           
 java.util.List<Event> CalendarWebAPI.findRelatedEvents(java.lang.String parentEvent, java.util.Date fromDate, java.util.Date toDate)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.campaigns.factories
 

Methods in com.dotmarketing.portlets.campaigns.factories that throw DotSecurityException
static void CampaignFactory.deleteCampaign(Campaign c, java.lang.String userId)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.categories.ajax
 

Methods in com.dotmarketing.portlets.categories.ajax that throw DotSecurityException
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CategoryAjax.findChildrenCategories(java.lang.String catInode, java.lang.String filter)
          Returns all sub-categories multiple levels depth of the given parent category, it returns them on a single list adding to each category a property that denotes depth
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CategoryAjax.getChildrenCategories(java.lang.String catName)
          Deprecated. use getChildrenCategories(String catName, String filter) instead
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CategoryAjax.getChildrenCategories(java.lang.String categoryInode, java.lang.String filter)
          Returns all the sub-categories multiple levels depth of the given category
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CategoryAjax.getSubCategories(java.lang.String cat, java.lang.String filter)
          Returns all the sub-categories multiple levels depth of the given category
 

Uses of DotSecurityException in com.dotmarketing.portlets.categories.business
 

Methods in com.dotmarketing.portlets.categories.business that throw DotSecurityException
 void CategoryAPI.addChild(Categorizable parent, Category child, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method adds the given category to parent children list
 void CategoryAPIImpl.addChild(Categorizable parent, Category child, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.addChild(Categorizable parent, Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method adds the given category to parent children list
 void CategoryAPIImpl.addChild(Categorizable parent, Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.addParent(Categorizable child, Category parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Adds the given category as a parent of the given children category
 void CategoryAPIImpl.addParent(Categorizable child, Category parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.delete(Category object, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Totally removes a category from the system
 void CategoryAPIImpl.delete(Category object, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.deleteAll(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Remove all categories from the system
 void CategoryAPIImpl.deleteAll(com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.deleteTopLevelCategories(com.liferay.portal.model.User user)
          Deletes the top level categories
 void CategoryAPIImpl.deleteTopLevelCategories(com.liferay.portal.model.User user)
           
 Category CategoryAPI.find(java.lang.String id, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method get a category object from the cache based on the passed inode, if the object does not exist a null value is returned
 Category CategoryAPIImpl.find(java.lang.String id, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.findAll(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of all the categories in the system
 java.util.List<Category> CategoryAPIImpl.findAll(com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Category CategoryAPI.findByKey(java.lang.String key, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method get a category object from the cache based on the passed key, if the object does not exist a null value is returned
 Category CategoryAPIImpl.findByKey(java.lang.String key, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Category CategoryAPI.findByName(java.lang.String name, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated. This method shouldn't be used because it might have more than one category with the same name
 Category CategoryAPIImpl.findByName(java.lang.String name, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 PaginatedCategories CategoryAPI.findChildren(com.liferay.portal.model.User user, java.lang.String inode, boolean respectFrontendRoles, int start, int count, java.lang.String filter, java.lang.String sort)
          Retrieves a Paginated list of all the children of the Category with the given inode
 PaginatedCategories CategoryAPIImpl.findChildren(com.liferay.portal.model.User user, java.lang.String inode, boolean respectFrontendRoles, int start, int count, java.lang.String filter, java.lang.String sort)
           
 java.util.List<Category> CategoryAPI.findChildren(com.liferay.portal.model.User user, java.lang.String inode, boolean respectFrontendRoles, java.lang.String filter)
          Retrieves the list of all top level categories in the system
 java.util.List<Category> CategoryAPIImpl.findChildren(com.liferay.portal.model.User user, java.lang.String inode, boolean respectFrontendRoles, java.lang.String filter)
           
 java.util.List<Category> CategoryAPI.findTopLevelCategories(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of all top level categories in the system
 java.util.List<Category> CategoryAPIImpl.findTopLevelCategories(com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 PaginatedCategories CategoryAPI.findTopLevelCategories(com.liferay.portal.model.User user, boolean respectFrontendRoles, int start, int count, java.lang.String filter, java.lang.String sort)
          Retrieves a list of all top level categories in the system filtered by a String that can match the name, key, or variable and delimited by start and count params.
 PaginatedCategories CategoryAPIImpl.findTopLevelCategories(com.liferay.portal.model.User user, boolean respectFrontendRoles, int start, int count, java.lang.String filter, java.lang.String sort)
           
 java.util.List<Category> CategoryAPI.findTopLevelCategories(com.liferay.portal.model.User user, boolean respectFrontendRoles, java.lang.String filter)
          Retrieves a list of all top level categories in the system filtered by a String that can match the name, key, or variable.
 java.util.List<Category> CategoryAPIImpl.findTopLevelCategories(com.liferay.portal.model.User user, boolean respectFrontendRoles, java.lang.String filter)
           
 java.util.List<Category> CategoryAPI.getAllChildren(Category category, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Recursive Method that returns a list of categories given a parent category, it does not take into account the whole hierarchy, instead all categories are being added to the categories list being returned.
 java.util.List<Category> CategoryAPIImpl.getAllChildren(Category category, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getCategoryTreeDown(Categorizable categorizable, Category catToSearchFrom, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will return to you all category hierarchy (children and subchildren and so on) who are attached to the categorizable and are below the passed category
 java.util.List<Category> CategoryAPIImpl.getCategoryTreeDown(Categorizable categorizable, Category catToSearchFrom, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getCategoryTreeUp(Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a list all the line of parent categories of the given child category a final fake top category is added at the beginning of the list to represent the top of the hierarchy
 java.util.List<Category> CategoryAPIImpl.getCategoryTreeUp(Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, boolean onlyActive, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, boolean onlyActive, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, boolean onlyActive, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, boolean onlyActive, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, java.lang.String relationType, boolean onlyActive, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, java.lang.String relationType, boolean onlyActive, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getParents(Categorizable child, boolean onlyActive, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of parents categories associated to the given id/inode
 java.util.List<Category> CategoryAPIImpl.getParents(Categorizable child, boolean onlyActive, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getParents(Categorizable child, boolean onlyActive, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of parents categories associated to the given id/inode
 java.util.List<Category> CategoryAPIImpl.getParents(Categorizable child, boolean onlyActive, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getParents(Categorizable child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of parents categories associated to the given id/inode
 java.util.List<Category> CategoryAPIImpl.getParents(Categorizable child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.publishRemote(Category parent, Category object, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publish Remote categories, in this case we don't need to check if this category exists into the system but just save with its own inode.
 void CategoryAPIImpl.publishRemote(Category parent, Category object, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeChild(Categorizable parent, Category child, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes from the list of children categories the given child
 void CategoryAPIImpl.removeChild(Categorizable parent, Category child, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeChild(Categorizable parent, Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes from the list of children categories the given child
 void CategoryAPIImpl.removeChild(Categorizable parent, Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeChildren(Categorizable parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes all the associated children categories of the given parent
 void CategoryAPIImpl.removeChildren(Categorizable parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeParent(Categorizable child, Category parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates the given the list of categories as parents of the given children id Older parents gets removed from the list
 void CategoryAPIImpl.removeParent(Categorizable child, Category parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeParents(Categorizable child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes the parents associated to the given children category
 void CategoryAPIImpl.removeParents(Categorizable child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.save(Category parent, Category object, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Saves categories, When saving a new category the parent should be passed to the API to check if the user has permissions to add children to the parent and the parent will be associated to the passed category object
 void CategoryAPIImpl.save(Category parent, Category object, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.setChildren(Categorizable parent, java.util.List<Category> children, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This methods associates the given children list to the given parent
 void CategoryAPIImpl.setChildren(Categorizable parent, java.util.List<Category> children, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.setParents(Categorizable child, java.util.List<Category> parents, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates to the given list of categories as parents of the child id/inode Older parents gets replaced by the new list
 void CategoryAPIImpl.setParents(Categorizable child, java.util.List<Category> parents, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.cmsmaintenance.ajax
 

Methods in com.dotmarketing.portlets.cmsmaintenance.ajax that throw DotSecurityException
 java.lang.String[] CMSMaintenanceAjax.deleteContentletsFromIdList(java.lang.String List, java.lang.String userId)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.communications.factories
 

Methods in com.dotmarketing.portlets.communications.factories that throw DotSecurityException
static void CommunicationsFactory.deleteCommunication(Communication c, java.lang.String userId)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.containers.ajax
 

Methods in com.dotmarketing.portlets.containers.ajax that throw DotSecurityException
 java.lang.String ContainerAjax.checkDependencies(java.lang.String containerInode)
           
 java.util.Map<java.lang.String,java.lang.Object> ContainerAjax.fetchContainers(java.util.Map<java.lang.String,java.lang.String> query, java.util.Map<java.lang.String,java.lang.String> queryOptions, int start, int count, java.util.List<java.lang.String> sort)
           
 java.util.Map<java.lang.String,java.lang.Object> ContainerAjaxDrawedTemplate.fetchContainersDesignTemplate(java.util.Map<java.lang.String,java.lang.String> query, java.util.Map<java.lang.String,java.lang.String> queryOptions, int start, int count, java.util.List<java.lang.String> sort, java.util.List<java.lang.String> exclude)
          This method don't put into the container's map the containers with some tag like: , , , , ,
 java.util.Map<java.lang.String,java.lang.Object> MetadataContainerAjax.fetchMetadataContainers(java.util.Map<java.lang.String,java.lang.String> query, java.util.Map<java.lang.String,java.lang.String> queryOptions, int start, int count, java.util.List<java.lang.String> sort)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.containers.business
 

Methods in com.dotmarketing.portlets.containers.business that throw DotSecurityException
 Container ContainerAPIImpl.copy(Container source, Host destination, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Container ContainerAPI.copy(Container source, Host destination, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies container to the specified host
 boolean ContainerAPIImpl.delete(Container container, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean ContainerAPI.delete(Container container, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Delete the specified container
 java.util.List<Container> ContainerAPIImpl.findAllContainers(com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Container> ContainerAPI.findAllContainers(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of all containers in the system
 java.util.List<Container> ContainerFactory.findContainers(com.liferay.portal.model.User user, boolean includeArchived, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String hostId, java.lang.String inode, java.lang.String identifier, java.lang.String parent, int offset, int limit, java.lang.String orderBy)
          Retrieves a paginated list of containers the user can use
 java.util.List<Container> ContainerAPIImpl.findContainers(com.liferay.portal.model.User user, boolean includeArchived, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String hostId, java.lang.String inode, java.lang.String identifier, java.lang.String parent, int offset, int limit, java.lang.String orderBy)
           
 java.util.List<Container> ContainerFactoryImpl.findContainers(com.liferay.portal.model.User user, boolean includeArchived, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String hostId, java.lang.String inode, java.lang.String identifier, java.lang.String parent, int offset, int limit, java.lang.String orderBy)
           
 java.util.List<Container> ContainerAPI.findContainers(com.liferay.portal.model.User user, boolean includeArchived, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String hostId, java.lang.String inode, java.lang.String identifier, java.lang.String parent, int offset, int limit, java.lang.String orderBy)
          Retrieves a paginated list of containers the user can use
 java.util.List<Container> ContainerAPIImpl.getContainersInTemplate(Template parentTemplate)
          Retrieves the children working containers attached to the given template
 java.util.List<Container> ContainerAPI.getContainersInTemplate(Template parentTemplate)
          Retrieves the children working containers attached to the given template
 Container ContainerAPIImpl.getLiveContainerById(java.lang.String id, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Container ContainerAPI.getLiveContainerById(java.lang.String identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Returns the live container by the id
 Host ContainerAPIImpl.getParentHost(Container cont, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Host ContainerAPI.getParentHost(Container cont, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the parent host of a container
 Container ContainerAPIImpl.getWorkingContainerById(java.lang.String id, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Container ContainerAPI.getWorkingContainerById(java.lang.String identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Returns the working container by the id
 Container ContainerAPIImpl.save(Container container, Structure structure, Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Container ContainerAPI.save(Container container, Structure structure, Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Save container
 

Uses of DotSecurityException in com.dotmarketing.portlets.containers.factories
 

Methods in com.dotmarketing.portlets.containers.factories that throw DotSecurityException
static Container ContainerFactory.copyContainer(Container currentContainer)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.contentlet.action
 

Methods in com.dotmarketing.portlets.contentlet.action that throw DotSecurityException
 void EditContentletAction.downloadToExcel(javax.servlet.http.HttpServletResponse response, com.liferay.portal.model.User user, java.util.List contentletList, java.lang.String structureInode)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.contentlet.ajax
 

Methods in com.dotmarketing.portlets.contentlet.ajax that throw DotSecurityException
 java.util.Map<java.lang.String,java.lang.String> ContentletAjax.lockContent(java.lang.String contentletInode)
           
 java.util.Map<java.lang.String,java.lang.Object> ContentletAjax.saveContentProperties(java.lang.String inode, java.util.List<java.lang.String> formData, boolean isAutoSave, boolean isCheckin, boolean isPublish)
           
 java.util.List ContentletAjax.searchContentlet(java.lang.String structureInode, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> categories, boolean showDeleted, boolean filterSystemHost, int page, int perPage, java.lang.String orderBy)
          This method is used by the backend to pull the content from the lucene index and also checks the user permissions to see the content
 java.util.List ContentletAjax.searchContentlets(java.lang.String structureInode, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> categories, boolean showDeleted, boolean filterSystemHost, boolean filterUnpublish, boolean filterLocked, int page, int perPage, java.lang.String orderBy, java.lang.String modDateFrom, java.lang.String modDateTo)
           
 java.util.List ContentletAjax.searchContentlets(java.lang.String structureInode, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> categories, boolean showDeleted, boolean filterSystemHost, boolean filterUnpublish, boolean filterLocked, int page, java.lang.String orderBy, java.lang.String modDateFrom, java.lang.String modDateTo)
           
 java.util.List ContentletAjax.searchContentlets(java.lang.String structureInode, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> categories, boolean showDeleted, boolean filterSystemHost, int page, java.lang.String orderBy, java.lang.String modDateFrom, java.lang.String modDateTo)
           
 java.util.List ContentletAjax.searchContentlets(java.lang.String structureInode, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> categories, boolean showDeleted, boolean filterSystemHost, int page, java.lang.String orderBy, java.lang.String modDateFrom, java.lang.String modDateTo, boolean saveLastSearch)
           
 java.util.List ContentletAjax.searchContentletsByUser(java.lang.String structureInode, java.util.List<java.lang.String> fields, java.util.List<java.lang.String> categories, boolean showDeleted, boolean filterSystemHost, boolean filterUnpublish, boolean filterLocked, int page, java.lang.String orderBy, int perPage, com.liferay.portal.model.User currentUser, javax.servlet.http.HttpSession sess, java.lang.String modDateFrom, java.lang.String modDateTo)
          This method is used by the backend to pull the content from the lucene index and also checks the user permissions to see the content
 java.util.Map<java.lang.String,java.lang.Object> ContentletAjax.searchFormWidget(java.lang.String formStructureInode)
          This method is used by the backend to pull from lucene index the form widgets if the widget doesn't exist then is created and also checks the user permissions to see the content
 java.util.Map<java.lang.String,java.lang.String> ContentletAjax.unlockContent(java.lang.String contentletInode)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.contentlet.business
 

Subclasses of DotSecurityException in com.dotmarketing.portlets.contentlet.business
 class DotLockException
           
 

Methods in com.dotmarketing.portlets.contentlet.business that throw DotSecurityException
 void ContentletAPIInterceptor.addFileToContentlet(Contentlet contentlet, java.lang.String fileInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.addFileToContentlet(Contentlet contentlet, java.lang.String fileInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Adds a relationship to a contentlet
 void ContentletAPIInterceptor.addImageToContentlet(Contentlet contentlet, java.lang.String imageInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.addImageToContentlet(Contentlet contentlet, java.lang.String imageInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Adds a relationship to a contentlet
 void ContentletAPIInterceptor.addLinkToContentlet(Contentlet contentlet, java.lang.String linkInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.addLinkToContentlet(Contentlet contentlet, java.lang.String linkInode, java.lang.String relationName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Adds a relationship to a contentlet
 void ContentletAPIInterceptor.archive(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.archive(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given contentlet
 void HostAPI.archive(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Marks the given host as archived
 void HostAPIImpl.archive(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.archive(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.archive(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method archives the given contentlets
 Contentlet ContentletAPIInterceptor.checkin(Contentlet currentContentlet, ContentletRelationships relationshipsData, java.util.List<Category> cats, java.util.List<Permission> selectedPermissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkin(Contentlet currentContentlet, ContentletRelationships relationshipsData, java.util.List<Category> cats, java.util.List<Permission> selectedPermissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you contentlet.
 Contentlet ContentletAPIInterceptor.checkin(Contentlet contentlet, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkin(Contentlet contentlet, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you contentlet.
 Contentlet ContentletAPIInterceptor.checkin(Contentlet contentlet, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkin(Contentlet contentlet, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you contentlet.
 Contentlet ContentletAPIInterceptor.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you contentlet.
 Contentlet ContentletAPIInterceptor.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you contentlet.
 Contentlet ContentletAPIInterceptor.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkin(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you contentlet.
 Contentlet ContentletAPIInterceptor.checkin(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkin(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a new version of you contentlet.
 Contentlet ContentletAPIInterceptor.checkin(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles, java.util.List<Category> cats)
           
 Contentlet ContentletAPI.checkin(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles, java.util.List<Category> cats)
          Will check in a new version of you contentlet.
 Contentlet ContentletAPIInterceptor.checkinWithoutVersioning(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkinWithoutVersioning(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will check in a update of your contentlet without generating a new version.
 java.util.List<Contentlet> ContentletAPIInterceptor.checkout(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.checkout(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents so it can be altered and checked in.
 Contentlet ContentletAPIInterceptor.checkout(java.lang.String contentletInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.checkout(java.lang.String contentletInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout a content so it can be altered and checked in Note that this method is only intended for use with Checkin methods.
 java.util.List<Contentlet> ContentletAPIInterceptor.checkout(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
           
 java.util.List<Contentlet> ContentletAPI.checkout(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles, int offset, int limit)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in, in a paginated fashion Note that this method is only intended for use with Checkin methods.
 java.util.List<Contentlet> ContentletAPIInterceptor.checkoutWithQuery(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.checkoutWithQuery(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows you to checkout contents based on a lucene query so it can be altered and checked in.
protected abstract  void ContentletFactory.cleanField(java.lang.String structureInode, Field field)
           
 void ContentletAPIInterceptor.cleanField(Structure structure, Field field, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.cleanField(Structure structure, Field field, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will get all the contentlets for a structure and set the default values for a field on the contentlet.
 void ContentletAPIInterceptor.cleanHostField(Structure structure, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.cleanHostField(Structure structure, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will get all the contentlets for a structure and set the system host and system folder for the host values Will check Write/Edit permissions on the Contentlet.
protected abstract  void ContentletFactory.cleanIdentifierHostField(java.lang.String structureInode)
          Set the system host in the identifier of all the contents of the specified structure.
 Contentlet ContentletAPIInterceptor.convertFatContentletToContentlet(Contentlet fatty)
           
 Contentlet ContentletAPI.convertFatContentletToContentlet(Contentlet fatty)
          Converts a "fat" (legacy) contentlet into a new contentlet.
abstract  Contentlet ContentletFactory.convertFatContentletToContentlet(Contentlet fatty)
          Converts a "fat" (legacy) contentlet into a new contentlet.
 Contentlet ContentletAPIInterceptor.copyContentlet(Contentlet contentlet, Folder folder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.copyContentlet(Contentlet contentlet, Folder folder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies a contentlet, including all its fields including binary files, image and file fields are pointers and the are preserved as the are so if source contentlet points to image A and resulting new contentlet will point to same image A as well, also copies source permissions.
 Contentlet ContentletAPIInterceptor.copyContentlet(Contentlet contentlet, Folder folder, com.liferay.portal.model.User user, boolean appendCopyToFileName, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.copyContentlet(Contentlet contentlet, Folder folder, com.liferay.portal.model.User user, boolean appendCopyToFileName, boolean respectFrontendRoles)
          Copies a contentlet, including all its fields including binary files, image and file fields are pointers and the are preserved as the are so if source contentlet points to image A and resulting new contentlet will point to same image A as well, also copies source permissions.
 Contentlet ContentletAPIInterceptor.copyContentlet(Contentlet contentlet, Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.copyContentlet(Contentlet contentlet, Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies a contentlet, including all its fields including binary files, image and file fields are pointers and the are preserved as the are so if source contentlet points to image A and resulting new contentlet will point to same image A as well, also copies source permissions.
 Contentlet ContentletAPIInterceptor.copyContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.copyContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies a contentlet, including all its fields including binary files, image and file fields are pointers and the are preserved as the are so if source contentlet points to image A and resulting new contentlet will point to same image A as well, also copies source permissions.
 void ContentletAPIInterceptor.copyProperties(Contentlet contentlet, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 void ContentletAPI.copyProperties(Contentlet contentlet, java.util.Map<java.lang.String,java.lang.Object> properties)
          Copies properties from the map to the contentlet
 Host HostAPI.DBSearch(java.lang.String id, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Search for the specified host in the DB
 Host HostAPIImpl.DBSearch(java.lang.String id, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.delete(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.delete(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given contentlet from the system
 void ContentletAPIInterceptor.delete(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void ContentletAPI.delete(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given contentlet from the system.
 void HostAPI.delete(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes the given host plus all assets under it, use with caution
 void ContentletAPIInterceptor.delete(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.delete(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given contentlet from the system
 void ContentletAPIInterceptor.delete(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
           
 void ContentletAPI.delete(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles, boolean allVersions)
          This method completely deletes the given contentlet from the system.
 void ContentletAPIInterceptor.deleteAllVersionsandBackup(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.deleteAllVersionsandBackup(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method completely deletes the given contentlet from the system and make a xml file backup
 void ContentletAPIInterceptor.deleteRelatedContent(Contentlet contentlet, Relationship relationship, boolean hasParent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.deleteRelatedContent(Contentlet contentlet, Relationship relationship, boolean hasParent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes all related content from passed in contentlet and relationship
 void ContentletAPIInterceptor.deleteRelatedContent(Contentlet contentlet, Relationship relationship, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.deleteRelatedContent(Contentlet contentlet, Relationship relationship, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes all related content from passed in contentlet and relationship
 boolean ContentletAPIPreHookAbstractImp.deleteVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIPostHook.deleteVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes the given version of the contentlet from the system
 void ContentletAPIPostHookAbstractImp.deleteVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.deleteVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.deleteVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes the given version of the contentlet from the system
 boolean ContentletAPIPreHook.deleteVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deletes the given version of the contentlet from the system
 boolean HostAPI.doesHostContainsFolder(Host parent, java.lang.String folderName)
          Checks if a host contains a folder has its direct child
 boolean HostAPIImpl.doesHostContainsFolder(Host parent, java.lang.String folderName)
           
 java.util.List<Contentlet> ContentletAPIInterceptor.find(Category category, long languageId, boolean live, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.find(Category category, long languageId, boolean live, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will return all content assigned to a specified Category
 java.util.List<Contentlet> ContentletAPIInterceptor.find(java.util.List<Category> categories, long languageId, boolean live, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.find(java.util.List<Category> categories, long languageId, boolean live, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will return all content assigned to a specified Categories
protected abstract  Contentlet ContentletFactory.find(java.lang.String inode)
          This method gets a Contentlet object given the inode
 Host HostAPI.find(java.lang.String id, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a host given its id
 Host HostAPIImpl.find(java.lang.String id, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPIInterceptor.find(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.find(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Finds a Contentlet Object given the inode
 java.util.List<Host> HostAPI.findAll(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of all hosts in the system, that the given user has permissions to see
 java.util.List<Host> HostAPIImpl.findAll(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of all hosts in the system
 java.util.List<Host> HostAPI.findAllFromDB(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of all hosts in the system, that the given user has permissions to see
 java.util.List<Host> HostAPIImpl.findAllFromDB(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of all hosts in the system
protected abstract  java.util.List<Contentlet> ContentletFactory.findAllUserVersions(Identifier identifier)
          Retrieves all versions for a contentlet identifier checked in by a real user meaning not the system user
 java.util.List<Contentlet> ContentletAPIInterceptor.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.findAllUserVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a contentlet identifier checked in by a real user meaning not the system user
protected abstract  java.util.List<Contentlet> ContentletFactory.findAllVersions(Identifier identifier)
          Retrieves all versions for a contentlet identifier
 java.util.List<Contentlet> ContentletAPIInterceptor.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.findAllVersions(Identifier identifier, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all versions for a contentlet identifier Note this method should not be used currently because it could pull too many versions.
 Host HostAPI.findByAlias(java.lang.String hostName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Host HostAPIImpl.findByAlias(java.lang.String alias, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Host HostAPI.findByName(java.lang.String hostName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Host HostAPIImpl.findByName(java.lang.String hostName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected abstract  java.util.List<Contentlet> ContentletFactory.findByStructure(java.lang.String structureInode, int limit, int offset)
          Returns all Contentlets for a specific structure
 java.util.List<Contentlet> ContentletAPIInterceptor.findByStructure(java.lang.String structureInode, com.liferay.portal.model.User user, boolean respectFrontendRoles, int limit, int offset)
           
 java.util.List<Contentlet> ContentletAPI.findByStructure(java.lang.String structureInode, com.liferay.portal.model.User user, boolean respectFrontendRoles, int limit, int offset)
          Returns all Contentlets for a specific structure
 java.util.List<Contentlet> ContentletAPIInterceptor.findByStructure(Structure structure, com.liferay.portal.model.User user, boolean respectFrontendRoles, int limit, int offset)
           
 java.util.List<Contentlet> ContentletAPI.findByStructure(Structure structure, com.liferay.portal.model.User user, boolean respectFrontendRoles, int limit, int offset)
          Returns all Contentlets for a specific structure
protected abstract  Contentlet ContentletFactory.findContentletByIdentifier(java.lang.String identifier, java.lang.Boolean live, java.lang.Long languageId)
          Retrieves a contentlet from the database based on its identifier
 Contentlet ContentletAPIInterceptor.findContentletByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.findContentletByIdentifier(java.lang.String identifier, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a contentlet from the Lucene index + cache first, then falls back to the database if not found based on its identifier
 Contentlet ContentletAPIInterceptor.findContentletForLanguage(long languageId, Identifier contentletId)
           
 Contentlet ContentletAPI.findContentletForLanguage(long languageId, Identifier contentletId)
          Returns a live Contentlet Object for a given language
protected abstract  Contentlet ContentletFactory.findContentletForLanguage(long languageId, Identifier contentletId)
          Returns a live Contentlet Object for a given language
 java.util.List<Contentlet> ContentletAPIInterceptor.findContentlets(java.util.List<java.lang.String> inodes)
           
 java.util.List<Contentlet> ContentletAPI.findContentlets(java.util.List<java.lang.String> inodes)
          Gets a list of Contentlets from a passed in list of inodes.
protected abstract  java.util.List<Contentlet> ContentletFactory.findContentlets(java.util.List<java.lang.String> inodes)
          Gets a list of Contentlets from a passed in list of inodes.
 java.util.List<Contentlet> ContentletAPIInterceptor.findContentletsByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.findContentletsByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Contentlets from a given parent folder
 java.util.List<Contentlet> ContentletAPIInterceptor.findContentletsByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.findContentletsByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a list of Contentlets from a given parent host, retrieves the working version of content
protected abstract  java.util.List<Contentlet> ContentletFactory.findContentletsByIdentifier(java.lang.String identifier, java.lang.Boolean live, java.lang.Long languageId)
          Retrieves a contentlet from the database based on its identifier
 java.util.List<Contentlet> ContentletAPIInterceptor.findContentletsByIdentifiers(java.lang.String[] identifiers, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.findContentletsByIdentifiers(java.lang.String[] identifiers, boolean live, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a contentlet list from the database based on a identifiers array
 boolean ContentletAPIPreHookAbstractImp.findContentRelationships(Contentlet contentlet, com.liferay.portal.model.User user)
           
 void ContentletAPIPostHook.findContentRelationships(Contentlet contentlet, com.liferay.portal.model.User user)
          Returns the ContentRelationships Map for the specified content.
 void ContentletAPIPostHookAbstractImp.findContentRelationships(Contentlet contentlet, com.liferay.portal.model.User user)
           
 java.util.Map<Relationship,java.util.List<Contentlet>> ContentletAPIInterceptor.findContentRelationships(Contentlet contentlet, com.liferay.portal.model.User user)
           
 java.util.Map<Relationship,java.util.List<Contentlet>> ContentletAPI.findContentRelationships(Contentlet contentlet, com.liferay.portal.model.User user)
          Returns the ContentRelationships Map for the specified content.
 boolean ContentletAPIPreHook.findContentRelationships(Contentlet contentlet, com.liferay.portal.model.User user)
          Returns the ContentRelationships Map for the specified content.
 Host HostAPI.findDefaultHost(com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Host HostAPIImpl.findDefaultHost(com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
protected abstract  java.util.List<Contentlet> ContentletFactory.findPageContentlets(java.lang.String HTMLPageIdentifier, java.lang.String containerIdentifier, java.lang.String orderby, boolean working, long languageId)
          Returns the contentlets on a given page.
 java.util.List<Contentlet> ContentletAPIInterceptor.findPageContentlets(java.lang.String HTMLPageIdentifier, java.lang.String containerIdentifier, java.lang.String orderby, boolean working, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.findPageContentlets(java.lang.String HTMLPageIdentifier, java.lang.String containerIdentifier, java.lang.String orderby, boolean working, long languageId, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Returns the contentlets on a given page.
 Host HostAPI.findParentHost(Folder f, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the parent host of the given folder
 Host HostAPIImpl.findParentHost(Folder folder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Host HostAPI.findParentHost(Treeable asset, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the parent host of the given treeable
 Host HostAPIImpl.findParentHost(Treeable asset, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Host HostAPI.findParentHost(WebAsset asset, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the parent host of the given webasset
 Host HostAPIImpl.findParentHost(WebAsset asset, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Host HostAPI.findSystemHost(com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the system host
 Host HostAPIImpl.findSystemHost(com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPIInterceptor.getAllLanguages(Contentlet contentlet, java.lang.Boolean isLiveContent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.getAllLanguages(Contentlet contentlet, java.lang.Boolean isLiveContent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Returns a contentlet's siblings for a given contentlet object.
 ContentletRelationships ContentletAPIInterceptor.getAllRelationships(java.lang.String contentletInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 ContentletRelationships ContentletAPI.getAllRelationships(java.lang.String contentletInode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Returns all contentlet's relationships for a given contentlet inode
 java.io.File ContentletAPIInterceptor.getBinaryFile(java.lang.String contentletInode, java.lang.String velocityVariableName, com.liferay.portal.model.User user)
           
 java.io.File ContentletAPI.getBinaryFile(java.lang.String contentletInode, java.lang.String velocityVariableName, com.liferay.portal.model.User user)
          Fetches the File Name stored under the contentlet and field
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> ContentletAPIInterceptor.getContentletReferences(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> ContentletAPI.getContentletReferences(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all references for a Contentlet.
protected abstract  java.util.List<Contentlet> ContentletFactory.getContentletsByIdentifier(java.lang.String identifier)
          Retrieves all contentlets from the database based on its identifier (including multilingual versions)
protected abstract  java.util.List<Contentlet> ContentletFactory.getContentletsByIdentifier(java.lang.String identifier, java.lang.Boolean live)
          Retrieves all contentlets from the database based on its identifier (including multilingual versions)
 java.util.List<Host> HostAPI.getHostsWithPermission(int permissionType, boolean includeArchived, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all host the user has the required permission on
 java.util.List<Host> HostAPIImpl.getHostsWithPermission(int permissionType, boolean includeArchived, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Host> HostAPI.getHostsWithPermission(int permissionType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves all host (including archived hosts) the user has the required permission on
 java.util.List<Host> HostAPIImpl.getHostsWithPermission(int permissionType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String ContentletAPIInterceptor.getName(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String ContentletAPI.getName(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Meant to get the title or name of a contentlet
 java.util.Date ContentletAPIInterceptor.getNextReview(Contentlet content, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.Date ContentletAPI.getNextReview(Contentlet content, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Finds the next date that a contentlet must be reviewed
 java.util.List<Contentlet> ContentletAPIInterceptor.getRelatedContent(Contentlet contentlet, Relationship rel, boolean pullByParent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.getRelatedContent(Contentlet contentlet, Relationship rel, boolean pullByParent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets all related content from a same structures (where the parent and child structures are the same type) The parameter pullByParent if set to true tells the method to pull all children where the passed contentlet is the parent, if set to false then the passed contentlet is the child and you want to pull parents If this method is invoked for a no same structures kind of relationships then the parameter pullByParent will be ignored, and the side of the relationship will be figured out automatically
 java.util.List<Contentlet> ContentletAPIInterceptor.getRelatedContent(Contentlet contentlet, Relationship rel, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.getRelatedContent(Contentlet contentlet, Relationship rel, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets all related content, if this method is invoked with a same structures (where the parent and child structures are the same type) kind of relationship then all parents and children of the given contentlet will be retrieved in the same returned list
 java.util.List<File> ContentletAPIInterceptor.getRelatedFiles(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<File> ContentletAPI.getRelatedFiles(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Get all the files relates to the contentlet
 Identifier ContentletAPIInterceptor.getRelatedIdentifier(Contentlet contentlet, java.lang.String relationshipType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Identifier ContentletAPI.getRelatedIdentifier(Contentlet contentlet, java.lang.String relationshipType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets a file with a specific relationship type to the passed in contentlet
 java.util.List<Link> ContentletAPIInterceptor.getRelatedLinks(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Link> ContentletAPI.getRelatedLinks(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Gets all related links to the contentlet
 java.util.List<Contentlet> ContentletAPIInterceptor.getSiblings(java.lang.String identifier)
           
 java.util.List<Contentlet> ContentletAPI.getSiblings(java.lang.String identifier)
           
 boolean ContentletAPIPreHookAbstractImp.getUrlMapForContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIPostHook.getUrlMapForContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Return the URL Map for the specified content if the structure associated to the content has the URL Map Pattern set.
 void ContentletAPIPostHookAbstractImp.getUrlMapForContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String ContentletAPIInterceptor.getUrlMapForContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.lang.String ContentletAPI.getUrlMapForContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Return the URL Map for the specified content if the structure associated to the content has the URL Map Pattern set.
 boolean ContentletAPIPreHook.getUrlMapForContentlet(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Return the URL Map for the specified content if the structure associated to the content has the URL Map Pattern set.
 long ContentletAPIInterceptor.indexCount(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 long ContentletAPI.indexCount(java.lang.String luceneQuery, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Allows to count how many records match the specified lucene query and user
 boolean ContentletAPIInterceptor.isContentEqual(Contentlet contentlet1, Contentlet contentlet2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean ContentletAPI.isContentEqual(Contentlet contentlet1, Contentlet contentlet2, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.lock(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.lock(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Use to lock a contentlet
 void HostAPI.makeDefault(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Un-publishes (makes it live - available to view in the front-end)
 void HostAPIImpl.makeDefault(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.publish(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.publish(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void HostAPI.publish(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes (makes it live - available to view in the front-end)
 void HostAPIImpl.publish(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.publish(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.publish(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Publishes a piece of content.
 void ContentletAPIInterceptor.relateContent(Contentlet contentlet, ContentletRelationships.ContentletRelationshipRecords related, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.relateContent(Contentlet contentlet, ContentletRelationships.ContentletRelationshipRecords related, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates the given list of contentlets using the relationship this methods removes old associated content and reset the relatioships based on the list of content passed as parameter
 void ContentletAPIInterceptor.relateContent(Contentlet contentlet, Relationship rel, java.util.List<Contentlet> related, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.relateContent(Contentlet contentlet, Relationship rel, java.util.List<Contentlet> related, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates the given list of contentlets using the relationship this methods removes old associated content and reset the relatioships based on the list of content passed as parameter
 void ContentletAPIInterceptor.removeFolderReferences(Folder folder)
           
 void ContentletAPI.removeFolderReferences(Folder folder)
          Will update contents that reference the given folder to point to it's parent folder, if it's a top folder it will set folder to be SYSTEM_FOLDER
protected abstract  void ContentletFactory.removeFolderReferences(Folder folder)
          Will update contents that reference the given folder to point to it's parent folder, if it's a top folder it will set folder to be SYSTEM_FOLDER
 void ContentletAPIInterceptor.removeUserReferences(java.lang.String userId)
           
 void ContentletAPI.removeUserReferences(java.lang.String userId)
          Method will remove User References of the given userId in Contentlet
protected abstract  void ContentletFactory.removeUserReferences(java.lang.String userId)
          Method will remove User References of the given userId in Contentlet
 Host HostAPI.resolveHostName(java.lang.String serverName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method takes a server name (from a web request) and maps it to a host.
 Host HostAPIImpl.resolveHostName(java.lang.String serverName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method takes a server name (from a web request) and maps it to a host.
 void ContentletAPIInterceptor.restoreVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.restoreVersion(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will make the passed in contentlet the working copy.
protected abstract  Contentlet ContentletFactory.save(Contentlet contentlet)
          Saves a Contentlet
protected abstract  Contentlet ContentletFactory.save(Contentlet contentlet, java.lang.String existingInode)
           
 Host HostAPI.save(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Saves the host into the system
 Host HostAPIImpl.save(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean ContentletAPIPreHookAbstractImp.saveDraft(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIPostHook.saveDraft(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Checks if the version you are saving is live=false.
 void ContentletAPIPostHookAbstractImp.saveDraft(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPIInterceptor.saveDraft(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 Contentlet ContentletAPI.saveDraft(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Checks if the version you are saving is live=false.
 boolean ContentletAPIPreHook.saveDraft(Contentlet contentlet, java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships, java.util.List<Category> cats, java.util.List<Permission> permissions, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Checks if the version you are saving is live=false.
protected abstract  java.util.List<Contentlet> ContentletFactory.search(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy)
          The search here takes a lucene query and pulls Contentlets for you.
 java.util.List<Contentlet> ContentletAPIInterceptor.search(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.search(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Contentlets for you.
 java.util.List<Contentlet> ContentletAPIInterceptor.search(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Contentlet> ContentletAPI.search(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Contentlets for you.
 boolean ContentletAPIPreHookAbstractImp.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIPostHook.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 void ContentletAPIPostHookAbstractImp.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPIInterceptor.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Contentlet> ContentletAPI.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 boolean ContentletAPIPreHook.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 boolean ContentletAPIPreHookAbstractImp.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 void ContentletAPIPostHook.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 void ContentletAPIPostHookAbstractImp.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Contentlet> ContentletAPIInterceptor.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
           
 java.util.List<Contentlet> ContentletAPI.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 boolean ContentletAPIPreHook.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 boolean ContentletAPIPreHookAbstractImp.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission, boolean anyLanguage)
           
 void ContentletAPIPostHook.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission, boolean anyLanguage)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 void ContentletAPIPostHookAbstractImp.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission, boolean anyLanguage)
           
 java.util.List<Contentlet> ContentletAPIInterceptor.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission, boolean anyLanguage)
           
 java.util.List<Contentlet> ContentletAPI.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission, boolean anyLanguage)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 boolean ContentletAPIPreHook.searchByIdentifier(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles, int requiredPermission, boolean anyLanguage)
          The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by.
 java.util.List<ContentletSearch> ContentletAPIInterceptor.searchIndex(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<ContentletSearch> ContentletAPI.searchIndex(java.lang.String luceneQuery, int limit, int offset, java.lang.String sortBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          The search here takes a lucene query and pulls LuceneHits for you.
 void ContentletAPIInterceptor.unarchive(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.unarchive(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given contentlet
 void HostAPI.unarchive(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          unmarks the given host as archived
 void HostAPIImpl.unarchive(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.unarchive(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.unarchive(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unarchives the given contentlets
 void ContentletAPIInterceptor.unlock(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.unlock(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.unpublish(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.unpublish(Contentlet contentlet, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given contentlet
 void HostAPI.unpublish(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Un-publishes (makes it live - available to view in the front-end)
 void HostAPIImpl.unpublish(Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPIInterceptor.unpublish(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void ContentletAPI.unpublish(java.util.List<Contentlet> contentlets, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method unpublishes the given contentlet
 void ContentletAPIInterceptor.UpdateContentWithSystemHost(java.lang.String hostIdentifier)
           
 void ContentletAPI.UpdateContentWithSystemHost(java.lang.String hostIdentifier)
          Method will update hostInode of content to systemhost
protected abstract  void ContentletFactory.UpdateContentWithSystemHost(java.lang.String hostIdentifier)
           
 

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

Methods in com.dotmarketing.portlets.contentlet.model that throw DotSecurityException
 boolean Contentlet.isArchived()
          Returns the deleted.
 boolean Contentlet.isLive()
          Returns the live.
 boolean Contentlet.isLocked()
          Returns the locked.
 boolean Contentlet.isWorking()
          Returns the working.
 

Uses of DotSecurityException in com.dotmarketing.portlets.contentlet.util
 

Methods in com.dotmarketing.portlets.contentlet.util that throw DotSecurityException
static java.lang.String HostUtils.filterDefaultHostForSelect(java.lang.String selectedHostId, int permissionInt, com.liferay.portal.model.User user)
          Filters the given host with the given permission, if the user does not have the given permission on the host it looks for all hosts and returns the id of the first host in the list for which the user has the given permission, otherwise returns the given id.
static java.lang.String HostUtils.filterDefaultHostForSelect(java.lang.String selectedHostId, java.lang.String requiredPermissions, com.liferay.portal.model.User user)
           
static java.util.Map<java.lang.String,java.lang.Object> ContentletUtil.getHostFolderInfo(java.lang.String hostFolderId, com.liferay.portal.model.User user)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.dashboard.action
 

Methods in com.dotmarketing.portlets.dashboard.action that throw DotSecurityException
 void ViewDashboardAction.downloadToExcel(javax.servlet.http.HttpServletResponse response, com.liferay.portal.model.User user, java.lang.String trending, java.lang.String viewType, java.lang.String hostId)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.dashboard.model
 

Constructors in com.dotmarketing.portlets.dashboard.model that throw DotSecurityException
HostWrapper(Contentlet c, long pageViews, long pageViewsDiff)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.fileassets.ajax
 

Methods in com.dotmarketing.portlets.fileassets.ajax that throw DotSecurityException
 java.util.Map<java.lang.String,java.lang.Object> FileAssetAjax.getWorkingTextFile(java.lang.String contentletInode)
           
 void FileAssetAjax.removeTempFile(java.lang.String contInode)
           
 void FileAssetAjax.saveFileText(java.lang.String contentletInode, java.lang.String newText)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.fileassets.business
 

Methods in com.dotmarketing.portlets.fileassets.business that throw DotSecurityException
 java.util.List<FileAsset> FileAssetAPI.findFileAssetsByFolder(Folder parentFolder, java.lang.String sortBy, boolean live, boolean working, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<FileAsset> FileAssetAPIImpl.findFileAssetsByFolder(Folder parentFolder, java.lang.String sortBy, boolean live, boolean working, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<FileAsset> FileAssetAPI.findFileAssetsByFolder(Folder parentFolder, java.lang.String sortBy, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<FileAsset> FileAssetAPIImpl.findFileAssetsByFolder(Folder parentFolder, java.lang.String sortBy, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<FileAsset> FileAssetAPI.findFileAssetsByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<FileAsset> FileAssetAPIImpl.findFileAssetsByFolder(Folder parentFolder, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<FileAsset> FileAssetAPI.findFileAssetsByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<FileAsset> FileAssetAPIImpl.findFileAssetsByHost(Host parentHost, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.Map<java.lang.String,java.lang.Object> IFileAsset.getMap()
           
 boolean FileAsset.isArchived()
           
 boolean IFileAsset.isArchived()
           
 boolean FileAsset.isDeleted()
           
 boolean IFileAsset.isDeleted()
           
 boolean FileAsset.isLive()
          Returns the live.
 boolean IFileAsset.isLive()
           
 boolean FileAsset.isLocked()
          Returns the locked.
 boolean IFileAsset.isLocked()
           
 boolean IFileAsset.isWorking()
           
 boolean FileAssetAPI.moveFile(Contentlet fileAssetCont, Folder parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Moves a given contentlet to a given folder
 boolean FileAssetAPIImpl.moveFile(Contentlet fileAssetCont, Folder parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean FileAssetAPI.moveFile(Contentlet fileAssetCont, Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Moves a given contentlet to a given host
 boolean FileAssetAPIImpl.moveFile(Contentlet fileAssetCont, Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean FileAssetAPI.renameFile(Contentlet fileAssetCont, java.lang.String newName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 boolean FileAssetAPIImpl.renameFile(Contentlet fileAssetCont, java.lang.String newName, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.files.action
 

Methods in com.dotmarketing.portlets.files.action that throw DotSecurityException
 void UploadMultipleFilesAction._saveFileAsset(javax.portlet.ActionRequest req, javax.portlet.ActionResponse res, javax.portlet.PortletConfig config, org.apache.struts.action.ActionForm form, com.liferay.portal.model.User user, java.lang.String subcmd)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.files.ajax
 

Methods in com.dotmarketing.portlets.files.ajax that throw DotSecurityException
 java.util.Map<java.lang.String,java.lang.Object> FileAjax.getWorkingTextFile(java.lang.String fileInode)
           
 void FileAjax.saveFileText(java.lang.String fileIdentifier, java.lang.String newText)
           
 

Uses of DotSecurityException in com.dotmarketing.portlets.files.business
 

Methods in com.dotmarketing.portlets.files.business that throw DotSecurityException
 File FileAPIImpl.copy(File source, Folder destination, boolean forceOverwrite, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated.  
 File FileAPI.copy(File source, Folder destination, boolean forceOverwrite, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Copies a file to a specified folder.
 File FileAPIImpl.copyFile(File file, Folder parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated.  
 File FileAPI.copyFile(File file, Folder parent, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 File FileAPIImpl.copyFile(File file, Host host, Folder parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated.  
 File FileAPIImpl.copyFile(File file, Host host, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated.  
 File FileAPI.copyFile(File file, Host host, com.liferay.portal.model.User user, boolean respectFrontEndRoles)
           
 void FileFactory.delete(File file)
          Delete file from persistent repository.
 void FileFactoryImpl.delete(File file)
           
 boolean FileAPIImpl.delete(File file, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated.  
 boolean FileAPI.delete(File file, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Delete specified file.
 void FileFactory.deleteFromCache(File file)
          Delete file from cache.
 void FileFactoryImpl.deleteFromCache(File file)
           
 boolean FileAPIImpl.fileNameExists(Folder folder, java.lang.String fileName)
          Deprecated.  
 boolean FileAPI.fileNameExists(Folder folder, java.lang.String fileName)
           
 boolean FileFactory.fileNameExists(Folder folder, java.lang.String fileName)
           
 File FileAPIImpl.find(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated.  
 File FileAPI.find(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves file from cache if available, or db if not
 java.util.List<File> FileAPIImpl.findFiles(com.liferay.portal.model.User user, boolean includeArchived, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String hostId, java.lang.String inode, java.lang.String identifier, java.lang.String parent, int offset, int limit, java.lang.String orderBy)
          Deprecated.  
 java.util.List<File> FileAPI.findFiles(com.liferay.portal.model.User user, boolean includeArchived, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String hostId, java.lang.String inode, java.lang.String identifier, java.lang.String parent, int offset, int limit, java.lang.String orderBy)
          Retrieves a paginated list of files the user can use
 java.util.List<File> FileFactory.findFiles(com.liferay.portal.model.User user, boolean includeArchived, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String hostId, java.lang.String inode, java.lang.String identifier, java.lang.String parent, int offset, int limit, java.lang.String orderBy)
          Retrieves a paginated list of files the user can use
 java.util.List<File> FileFactoryImpl.findFiles(com.liferay.portal.model.User user, boolean includeArchived, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String hostId, java.lang.String inode, java.lang.String identifier, java.lang.String parent, int offset, int limit, java.lang.String orderBy)
           
 File FileFactory.get(java.lang.String inode)
          Returns the object File with the specified inode
 File FileFactoryImpl.get(java.lang.String inode)
           
 File FileAPIImpl.get(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated.  
 File FileAPI.get(java.lang.String inode, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Return the object File version with the specified inode
 java.util.List<File> FileAPIImpl.getAllHostFiles(Host parentHost, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Deprecated.  
 java.util.List<File> FileAPI.getAllHostFiles(Host parentHost, boolean live, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves a list of all files attached to the given host
 File FileFactory.getFileByURI(java.lang.String uri, Host host, boolean live)
           
 File<