Uses of Class
com.dotmarketing.beans.Inode

Packages that use Inode
com.dotmarketing.beans   
com.dotmarketing.business   
com.dotmarketing.business.skeleton   
com.dotmarketing.factories   
com.dotmarketing.portal.struts   
com.dotmarketing.portlets.campaigns.factories   
com.dotmarketing.portlets.campaigns.model   
com.dotmarketing.portlets.categories.model   
com.dotmarketing.portlets.communications.model   
com.dotmarketing.portlets.containers.model   
com.dotmarketing.portlets.contentlet.business   
com.dotmarketing.portlets.files.business   
com.dotmarketing.portlets.files.model   
com.dotmarketing.portlets.files.util   
com.dotmarketing.portlets.fileUpload.model   
com.dotmarketing.portlets.folders.action   
com.dotmarketing.portlets.folders.business   
com.dotmarketing.portlets.folders.model   
com.dotmarketing.portlets.htmlpages.factories   
com.dotmarketing.portlets.htmlpages.model   
com.dotmarketing.portlets.links.factories   
com.dotmarketing.portlets.links.model   
com.dotmarketing.portlets.mailinglists.model   
com.dotmarketing.portlets.report.model   
com.dotmarketing.portlets.structure.model   
com.dotmarketing.portlets.templates.model   
com.dotmarketing.portlets.user.model   
com.dotmarketing.portlets.userfilter.model   
com.dotmarketing.portlets.virtuallinks.model   
com.dotmarketing.portlets.workflowmessages.model   
com.dotmarketing.quartz.job   
com.dotmarketing.tag.business   
com.dotmarketing.tag.factories   
com.dotmarketing.util   
com.dotmarketing.viewtools   
com.dotmarketing.viewtools.content   
 

Uses of Inode in com.dotmarketing.beans
 

Subclasses of Inode in com.dotmarketing.beans
 class UserProxy
           
 class WebAsset
           
 

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

Methods in com.dotmarketing.beans with parameters of type Inode
 void Identifier.addChild(Inode i)
           
 void Inode.addChild(Inode i)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 void Inode.addChild(Inode i, java.lang.String relationType)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 void Inode.addChild(Inode i, java.lang.String relationType, int sortOrder)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 void Inode.addParent(Inode i)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 void Inode.addParent(Inode i, java.lang.String relationType)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 boolean Identifier.deleteChild(Inode child)
           
 boolean Inode.deleteChild(Inode child)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 boolean Inode.deleteChild(Inode child, java.lang.String relationType)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 boolean Inode.deleteParent(Inode parent)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 boolean Inode.deleteParent(Inode parent, java.lang.String relationType)
          Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches
 void PermissionAsset.setAsset(Inode asset)
          Sets the asset.
 

Uses of Inode in com.dotmarketing.business
 

Methods in com.dotmarketing.business with parameters of type Inode
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)
           
 boolean PermissionBitAPIImpl.doesUserOwn(Inode inode, com.liferay.portal.model.User user)
           
 boolean PermissionAPI.doesUserOwn(Inode inode, com.liferay.portal.model.User user)
           
protected  void BaseInodeAPI.saveInode(Inode inode)
           
 

Uses of Inode in com.dotmarketing.business.skeleton
 

Methods in com.dotmarketing.business.skeleton that return Inode
 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)
           
 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)
           
 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)
           
 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)
           
 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)
           
 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)
           
 

Methods in com.dotmarketing.business.skeleton that return types with arguments of type Inode
 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)
           
 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)
           
 java.util.List<Inode> DotCMSAPIPreHook.findAll(int offset, int limit)
          Use to retrieve all version of all content in the database.
 java.util.List<Inode> DotCMSAPIInterceptor.findAll(int offset, int limit)
           
 java.util.List<Inode> DotCMSAPIPreHookAbstract.findAll(int offset, int limit)
           
 java.util.List<Inode> DotCMSFactory.findAll(int offset, int limit)
          Use to retrieve all version of all content in the database.
 java.util.List<Inode> DotCMSAPIPostHook.findAll(int offset, int limit)
          Use to retrieve all version of all content in the database.
 java.util.List<Inode> DotCMSAPIImpl.findAll(int offset, int limit)
           
 java.util.List<Inode> DotCMSFactoryImpl.findAll(int offset, int limit)
           
 java.util.List<Inode> DotCMSAPI.findAll(int offset, int limit)
          Use to retrieve all version of all content in the database.
 java.util.List<Inode> DotCMSAPIPostHookAbstract.findAll(int offset, int limit)
           
 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)
           
 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)
           
 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)
           
 

Methods in com.dotmarketing.business.skeleton with parameters of type Inode
 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)
           
 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)
           
 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.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.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.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)
           
 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.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.validate(Inode node)
          Use to validate your node.
 void DotCMSAPIInterceptor.validate(Inode node)
           
 void DotCMSAPIPreHookAbstract.validate(Inode node)
           
 void DotCMSFactory.validate(Inode node)
          Use to validate your node.
 void DotCMSAPIPostHook.validate(Inode node)
          Use to validate your node.
 void DotCMSAPIImpl.validate(Inode node)
           
 void DotCMSFactoryImpl.validate(Inode node)
           
 void DotCMSAPI.validate(Inode node)
          Use to validate your node.
 void DotCMSAPIPostHookAbstract.validate(Inode node)
           
 

Method parameters in com.dotmarketing.business.skeleton with type arguments of type Inode
 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)
           
 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)
           
 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.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.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.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 Inode in com.dotmarketing.factories
 

Methods in com.dotmarketing.factories that return Inode
static Inode InodeFactory.find(java.lang.String id)
          Deprecated.  
static Inode InodeFactory.getInode(java.lang.String x, java.lang.Class c)
          Deprecated.  
 

Methods in com.dotmarketing.factories with parameters of type Inode
static void WebAssetFactory.changeAssetMenuOrder(Inode asset, int newValue, com.liferay.portal.model.User user)
           
static int InodeFactory.countChildrenOfClass(Inode i, java.lang.Class c)
          Deprecated.  
static java.util.Map<java.lang.String,java.lang.Integer> InodeFactory.countChildrenOfClass(Inode i, java.lang.Class<? extends Inode>[] inodeClasses)
          Deprecated.  
static int InodeFactory.countChildrenOfClass(Inode i, java.lang.Class c, int limit, int offset)
          Deprecated.  
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 void InodeFactory.deleteChildrenOfClass(Inode parent, java.lang.Class c)
          Deprecated.  
static void TreeFactory.deleteTreesByChild(Inode child)
           
static void TreeFactory.deleteTreesByChildAndRelationType(Inode child, java.lang.String relationType)
           
static void TreeFactory.deleteTreesByParent(Inode parent)
           
static void TreeFactory.deleteTreesByParentAndRelationType(Inode parent, java.lang.String relationType)
           
static java.lang.Object InodeFactory.getChildOfClass(Inode inode, java.lang.Class c)
          Deprecated.  
static java.lang.Object InodeFactory.getChildOfClassbyCondition(Inode inode, java.lang.Class c, java.lang.String condition)
          Deprecated.  
static java.lang.Object InodeFactory.getChildOfClassByRelationType(Inode p, java.lang.Class c, java.lang.String relationType)
          Deprecated.  
static java.lang.Object InodeFactory.getChildOfClassByRelationTypeAndCondition(Inode inode, java.lang.Class c, java.lang.String relationType, java.lang.String condition)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClass(Inode p, java.lang.Class c)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClass(Inode p, java.lang.Class c, int limit, int offset)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClass(Inode p, java.lang.Class c, java.lang.String orderBy)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClass(Inode p, java.lang.Class c, java.lang.String orderBy, int limit, int offset)
          Deprecated.  
static java.util.List MultiTreeFactory.getChildrenClass(Inode p1, Inode p2, java.lang.Class c)
           
static java.util.List MultiTreeFactory.getChildrenClass(Inode p1, Inode p2, java.lang.Class c, java.lang.String orderBy)
           
static java.util.List InodeFactory.getChildrenClassByCondition(Inode p, java.lang.Class c, java.lang.String condition)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClassByCondition(Inode p, java.lang.Class c, java.lang.String condition, int limit, int offset)
          Deprecated.  
static java.util.List MultiTreeFactory.getChildrenClassByCondition(Inode p1, Inode p2, java.lang.Class c, java.lang.String condition)
           
static java.util.List InodeFactory.getChildrenClassByCondition(Inode p1, Inode p2, java.lang.Class c, java.lang.String condition)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClassByCondition(Inode p1, Inode p2, java.lang.Class c, java.lang.String condition, int limit, int offset)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClassByConditionAndOrderBy(Inode p, java.lang.Class c, java.lang.String condition, java.lang.String orderby)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClassByConditionAndOrderBy(Inode p, java.lang.Class c, java.lang.String condition, java.lang.String orderby, int limit, int offset)
          Deprecated.  
static java.util.List MultiTreeFactory.getChildrenClassByConditionAndOrderBy(Inode p1, Inode p2, java.lang.Class c, java.lang.String condition, java.lang.String orderby)
           
static java.util.List InodeFactory.getChildrenClassByOrder(Inode p, java.lang.Class c, java.lang.String order)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClassByOrder(Inode p, java.lang.Class c, java.lang.String order, int limit, int offset)
          Deprecated.  
static java.util.List MultiTreeFactory.getChildrenClassByOrder(Inode p1, Inode p2, java.lang.Class c, java.lang.String order)
           
static java.util.List InodeFactory.getChildrenClassByRelationType(Inode p, java.lang.Class c, java.lang.String relationType)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClassOrderByRandom(Inode p, java.lang.Class c)
          Deprecated.  
static java.util.List InodeFactory.getChildrenClassOrderByRandom(Inode p, java.lang.Class c, int limit, int offset)
          Deprecated.  
static java.util.List InodeFactory.getChildrenOfClassByRelationType(Inode p, java.lang.Class c, java.lang.String relationType)
          Deprecated.  
static java.util.List InodeFactory.getChildrenOfClassByRelationTypeAndCondition(Inode inode, java.lang.Class c, java.lang.String relationType, java.lang.String condition)
          Deprecated.  
static java.util.List<MultiTree> MultiTreeFactory.getMultiTree(Inode parent)
           
static MultiTree MultiTreeFactory.getMultiTree(Inode parent1, Inode parent2, Inode child)
           
static java.lang.Object InodeFactory.getParentOfClass(Inode i, java.lang.Class c)
          Deprecated.  
static java.lang.Object InodeFactory.getParentOfClassByCondition(Inode inode, java.lang.Class c, java.lang.String condition)
          Deprecated.  
static java.lang.Object InodeFactory.getParentOfClassByRelationType(Inode p, java.lang.Class c, java.lang.String relationType)
          Deprecated.  
static java.util.List MultiTreeFactory.getParentsOfClass(Inode p, java.lang.Class c)
           
static java.util.List InodeFactory.getParentsOfClass(Inode p, java.lang.Class c)
          Deprecated.  
static java.util.List InodeFactory.getParentsOfClass(Inode p, java.lang.Class c, java.lang.String sortOrder)
          Deprecated.  
static java.util.List MultiTreeFactory.getParentsOfClassByCondition(Inode p, java.lang.Class c, java.lang.String condition)
           
static java.util.List InodeFactory.getParentsOfClassByCondition(Inode p, java.lang.Class c, java.lang.String condition)
          Deprecated.  
static java.util.List InodeFactory.getParentsOfClassByConditionSorted(Inode p, java.lang.Class c, java.lang.String condition, java.lang.String sortOrder)
          Deprecated.  
static java.util.List InodeFactory.getParentsOfClassByRelationType(Inode p, java.lang.Class c, java.lang.String relationType)
          Deprecated.  
static java.util.List InodeFactory.getParentsOfClassNoLock(Inode p, java.lang.Class c)
          Deprecated.  
static WebAsset WebAssetFactory.getParentWebAsset(Inode i)
           
static Tree TreeFactory.getTree(Inode parent, Inode child)
           
static Tree TreeFactory.getTree(Inode parent, Inode child, java.lang.String relationType)
           
static Tree TreeFactory.getTreeByChildAndRelationType(Inode child, java.lang.String relationType)
           
static Tree TreeFactory.getTreeByParentAndRelationType(Inode parent, java.lang.String relationType)
           
static java.util.List<Tree> TreeFactory.getTreesByChild(Inode inode)
           
static java.util.List<Tree> TreeFactory.getTreesByChildAndRelationType(Inode child, java.lang.String relationType)
           
static java.util.List<Tree> TreeFactory.getTreesByParent(Inode inode)
           
static java.util.List<Tree> TreeFactory.getTreesByParentAndRelationType(Inode parent, java.lang.String relationType)
           
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 void TreeFactory.swapTrees(Inode i1, Inode i2)
           
static boolean WebAssetFactory.unPublishAsset(WebAsset currWebAsset, java.lang.String userId, Inode parent)
           
 

Uses of Inode in com.dotmarketing.portal.struts
 

Methods in com.dotmarketing.portal.struts with parameters of type Inode
protected  void DotPortletAction._checkCopyAndMovePermissions(Inode webAsset, Folder parentFolder, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq, java.lang.String action)
           
protected  void DotPortletAction._checkCopyAndMovePermissions(Inode webAsset, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq, java.lang.String action)
           
protected  void DotPortletAction._checkDeletePermissions(Inode inode, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq)
           
protected  void DotPortletAction._checkDeletePermissions(Inode inode, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq, java.util.ArrayList<java.lang.String> adminRoles)
           
static void DotPortletAction._checkPermissions(Inode webAsset, Folder parentFolder, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq)
           
protected  void DotPortletAction._checkPermissions(Inode webAsset, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq)
           
protected  void DotPortletAction._checkReadPermissions(Inode inode, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq)
           
protected  void DotPortletAction._checkReadPermissions(Inode inode, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq, java.util.ArrayList<java.lang.String> adminRoles)
           
protected static void DotPortletAction._checkUserPermissions(Inode webAsset, com.liferay.portal.model.User user, int permission)
           
protected  void DotPortletAction._checkWritePermissions(Inode inode, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq)
           
protected  void DotPortletAction._checkWritePermissions(Inode inode, com.liferay.portal.model.User user, javax.servlet.http.HttpServletRequest httpReq, java.util.ArrayList<java.lang.String> adminRoles)
           
protected  void DotPortletAction._copyPermissions(Inode from, Inode to)
           
 

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

Methods in com.dotmarketing.portlets.campaigns.factories with parameters of type Inode
static java.util.List ClickFactory.getClicksByParent(Inode i)
           
static java.util.List ClickFactory.getClicksByParentOrderByCount(Inode i)
           
 

Uses of Inode in com.dotmarketing.portlets.campaigns.model
 

Subclasses of Inode in com.dotmarketing.portlets.campaigns.model
 class Campaign
           
 class Click
           
 class Recipient
           
 

Uses of Inode in com.dotmarketing.portlets.categories.model
 

Subclasses of Inode in com.dotmarketing.portlets.categories.model
 class Category
           
 

Uses of Inode in com.dotmarketing.portlets.communications.model
 

Subclasses of Inode in com.dotmarketing.portlets.communications.model
 class Communication
          This class is to get the communication object of the communication manager portlet
 

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

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

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

Subclasses of Inode in com.dotmarketing.portlets.contentlet.business
 class Contentlet
           
 

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

Methods in com.dotmarketing.portlets.files.business with parameters of type Inode
 java.lang.String FileAPIImpl.getRealAssetPath(Inode inode)
          Deprecated.  
 java.lang.String FileAPI.getRealAssetPath(Inode inode)
           
 java.lang.String FileAPIImpl.getRelativeAssetPath(Inode inode)
          Deprecated.  
 java.lang.String FileAPI.getRelativeAssetPath(Inode inode)
           
 

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

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

Uses of Inode in com.dotmarketing.portlets.files.util
 

Methods in com.dotmarketing.portlets.files.util with parameters of type Inode
static boolean FileUtils.existsFileName(Inode parent, java.lang.String fileName)
          Deprecated.  
static java.util.List<File> FileUtils.getChildrenFilesByOrder(Inode i)
          Deprecated.  
static java.util.List<File> FileUtils.getFileChildrenByConditionAndOrder(Inode i, java.lang.String condition, java.lang.String order)
          Deprecated.  
static java.lang.String FileUtils.getRealAssetPath(Inode inode)
          Deprecated.  
static java.lang.String FileUtils.getRelativeAssetPath(Inode inode)
          Deprecated.  
 

Uses of Inode in com.dotmarketing.portlets.fileUpload.model
 

Subclasses of Inode in com.dotmarketing.portlets.fileUpload.model
 class FileUpload
           
 

Uses of Inode in com.dotmarketing.portlets.folders.action
 

Method parameters in com.dotmarketing.portlets.folders.action with type arguments of type Inode
static void EditFolderAction._deleteChildrenAssetsFromFolder(Folder folder, java.util.Set<Inode> objectsList)
           
 

Uses of Inode in com.dotmarketing.portlets.folders.business
 

Methods in com.dotmarketing.portlets.folders.business that return types with arguments of type Inode
 java.util.List<Inode> FolderAPI.findMenuItems(Folder folder, int orderDirection)
          Find the sorted Items of a folder
 java.util.List<Inode> FolderAPIImpl.findMenuItems(Folder folder, com.liferay.portal.model.User user, boolean respectFrontEndPermissions)
           
 java.util.List<Inode> FolderAPI.findMenuItems(Folder folder, com.liferay.portal.model.User user, boolean respectFrontEndPermissions)
          Does a folder already exist?
 java.util.List<Inode> FolderAPIImpl.findMenuItems(Host host, com.liferay.portal.model.User user, boolean respectFrontEndPermissions)
           
 java.util.List<Inode> FolderAPI.findMenuItems(Host host, com.liferay.portal.model.User user, boolean respectFrontEndPermissions)
          Find the Items of a host
protected  java.util.List<Inode> FolderFactory.getMenuItems(Folder folder)
           
 

Methods in com.dotmarketing.portlets.folders.business with parameters of type Inode
protected  java.util.List FolderFactoryImpl.getAllMenuItems(Inode inode)
           
protected  java.util.List FolderFactoryImpl.getAllMenuItems(Inode inode, int orderDirection)
           
 

Uses of Inode in com.dotmarketing.portlets.folders.model
 

Subclasses of Inode in com.dotmarketing.portlets.folders.model
 class Folder
           
 

Uses of Inode in com.dotmarketing.portlets.htmlpages.factories
 

Methods in com.dotmarketing.portlets.htmlpages.factories with parameters of type Inode
static boolean HTMLPageFactory.existsPageName(Inode parent, java.lang.String pageName)
           
 

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

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

Uses of Inode in com.dotmarketing.portlets.links.factories
 

Methods in com.dotmarketing.portlets.links.factories with parameters of type Inode
static java.util.List LinkFactory.getChildrenLinkByOrder(Inode i)
           
static Link LinkFactory.getLinkByLiveAndFolderAndTitle(Inode parent, java.lang.String title)
           
static java.util.List LinkFactory.getLinkChildren(Inode o)
           
static java.util.List LinkFactory.getLinkChildrenByCondition(Inode o, java.lang.String condition)
           
static java.util.List LinkFactory.getLinksByOrderAndParent(java.lang.String orderby, Inode o)
           
 

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

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

Uses of Inode in com.dotmarketing.portlets.mailinglists.model
 

Subclasses of Inode in com.dotmarketing.portlets.mailinglists.model
 class MailingList
           
 

Uses of Inode in com.dotmarketing.portlets.report.model
 

Subclasses of Inode in com.dotmarketing.portlets.report.model
 class Report
           
 class ReportParameter
           
 

Uses of Inode in com.dotmarketing.portlets.structure.model
 

Subclasses of Inode in com.dotmarketing.portlets.structure.model
 class Field
           
 class Relationship
           
 class Structure
           
 

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

Subclasses of Inode in com.dotmarketing.portlets.templates.model
 class Template
           
 class TemplateWrapper
           
 

Uses of Inode in com.dotmarketing.portlets.user.model
 

Subclasses of Inode in com.dotmarketing.portlets.user.model
 class UserComment
           
 

Uses of Inode in com.dotmarketing.portlets.userfilter.model
 

Subclasses of Inode in com.dotmarketing.portlets.userfilter.model
 class UserFilter
           
 

Uses of Inode in com.dotmarketing.portlets.virtuallinks.model
 

Subclasses of Inode in com.dotmarketing.portlets.virtuallinks.model
 class VirtualLink
           
 

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

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

Uses of Inode in com.dotmarketing.quartz.job
 

Methods in com.dotmarketing.quartz.job with parameters of type Inode
 void DeliverCampaignThread._checkUserPermissions(Inode webAsset, com.liferay.portal.model.User user, int permission)
           
 

Uses of Inode in com.dotmarketing.tag.business
 

Methods in com.dotmarketing.tag.business with parameters of type Inode
 void TagAPIImpl._checkUserPermissions(Inode webAsset, com.liferay.portal.model.User user, int permission)
          Checks the permission access of an user over an object
 void TagAPI._checkUserPermissions(Inode webAsset, com.liferay.portal.model.User user, int permission)
          Checks the permission access of an user over an object
 

Uses of Inode in com.dotmarketing.tag.factories
 

Methods in com.dotmarketing.tag.factories with parameters of type Inode
protected static void TagFactory._checkUserPermissions(Inode webAsset, com.liferay.portal.model.User user, int permission)
          Checks the permission access of an user over an object
 

Uses of Inode in com.dotmarketing.util
 

Methods in com.dotmarketing.util with parameters of type Inode
static java.lang.String FileUtil.getAbsoluteFileAssetPath(Inode inode)
          This will return the full path to the file asset as a String
static java.lang.String UtilHTML.getSelectCategories(Inode parent, int level, Identifier current, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategories(Inode parent, int level, Inode current, int maxlevel, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategories(Inode parent, int level, Inode current, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategories(Inode parent, int level, java.lang.String[] selectedCategoriesIds, int maxlevel, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategories(Inode parent, int level, java.lang.String[] currentCats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategories(Inode parent, int level, java.lang.String currentCats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategories(Inode current, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategoriesByParent(Inode parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategoriesTextMode(Inode parent, int level, java.lang.String[] currentCats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
static java.lang.String UtilHTML.getSelectCategoriesTextMode(Inode parent, int level, java.lang.String currentCats, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 

Uses of Inode in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools that return Inode
 Inode WebAPI.getLiveFileAsset(Identifier id)
           
 Inode WebAPI.getLiveFileAsset(long identifierInode)
          Deprecated. 
 Inode WebAPI.getLiveFileAsset(java.lang.String identifierInode)
           
 

Methods in com.dotmarketing.viewtools that return types with arguments of type Inode
 java.util.List<Inode> FolderWebAPI.findMenuItems(Folder folder)
           
 java.util.List<Inode> FolderWebAPI.findMenuItems(long folderInode)
          Deprecated. 
 java.util.List<Inode> FolderWebAPI.findMenuItems(java.lang.String folderInode)
           
 java.util.List<Inode> FolderWebAPI.findMenuItems(java.lang.String path, javax.servlet.http.HttpServletRequest req)
           
 

Methods in com.dotmarketing.viewtools with parameters of type Inode
 java.util.List<Category> CategoriesWebAPI.getActiveChildrenCategories(Inode inode)
           
 java.util.List<Category> CategoriesWebAPI.getActiveChildrenCategoriesOrderByName(Inode inode)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.Object>> CategoriesWebAPI.getAllActiveChildrenCategories(Inode inode)
          Retrieves a plain list of all the children categories (any depth) of the given parent inode The list returned is a list of maps, each map has the category and the level of this category belongs E.G.
 java.util.List<Category> CategoriesWebAPI.getChildrenCategories(Inode inode)
           
 java.util.List<Category> CategoriesWebAPI.getInodeCategories(Inode inodeObj)
           
 

Uses of Inode in com.dotmarketing.viewtools.content
 

Subclasses of Inode in com.dotmarketing.viewtools.content
 class FileMap
          A wrapper to help provide methods on the front-end of Velocity
 



Copyright © 2013 dotCMS Inc. All Rights Reserved.