Uses of Class
pt.digitalis.dif.utils.extensions.cms.exception.NoAccessException

Packages that use NoAccessException
pt.digitalis.dif.utils.extensions.cms   
 

Uses of NoAccessException in pt.digitalis.dif.utils.extensions.cms
 

Methods in pt.digitalis.dif.utils.extensions.cms that throw NoAccessException
 ContentItem IContentManager.addContent(ContentItem content)
          Adds a new content to the repository.
 Node IContentManager.addNode(Node node)
          Adds a new content to the repository
Will assign the ID internally
 boolean IContentManager.deleteContent(String id, IDIFUser user)
          Deletes an existing content from the repository
 boolean IContentManager.deleteNode(Long id, IDIFUser user)
          Deletes an existing node from the repository
 boolean IContentManager.deleteNode(Long id, IDIFUser user, boolean cascadeDelete)
          Deletes an existing node from the repository.
 ContentItem IContentManager.getContentById(String id, IDIFUser user)
          Searches a content item by it's unique identifier
protected abstract  ContentItem AbstractContentManager.getContentByIdInRepository(String id, IDIFUser user)
          Searches an existing content by it's unique identifier
 ContentItem IContentManager.getContentFromNodePathByName(String nodeFullPath, String name, IDIFUser user)
          Searches content items by name and node path
 Node IContentManager.getNodeById(Long id, IDIFUser user)
          Searches a node by unique identifier
 Node IContentManager.getNodeByPath(String fullPath, IDIFUser user)
          Searches a node by path
protected abstract  Node AbstractContentManager.getNodeByPathInRespository(String fullPath, IDIFUser user)
          Searches a node by path
 boolean IContentManager.moveContent(String contentID, Long destinationNodeId, IDIFUser user)
          Moves content to another node
 boolean IContentManager.moveNode(Long nodeID, Long destinationNodeId, IDIFUser user)
          Moves a node to another parent node
 ContentItem IContentManager.updateContent(ContentItem content)
          Updates content in the repository
 Node IContentManager.updateNode(Node node)
          Updates content in the repository
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.