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

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

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

Methods in pt.digitalis.dif.utils.extensions.cms that throw NodeNotFoundException
 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.
protected abstract  boolean AbstractContentManager.deleteNodeInRepository(Long nodeId, 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
 List<ContentItem> IContentManager.getContentByParentNode(Long nodeId, IDIFUser user)
          Searches content items by parent node
 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
protected abstract  Node AbstractContentManager.getNodeByIdNoPermissionsInRepository(Long id, IDIFUser user)
          Searches for a given node.
 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
 List<Node> IContentManager.getNodesByParentNode(Long nodeId, IDIFUser user)
          Searches nodes by parent node
 boolean IContentManager.grantNodeAccessToGroup(Long nodeId, String groupId)
          Grants group access to node
 boolean IContentManager.grantNodeAccessToUser(Long nodeId, IDIFUser user)
          Grants user access to node
 boolean IContentManager.hasContentAccessGroup(String contentId, String groupId)
          Checks if group has access to the content
 boolean IContentManager.hasContentAccessUser(ContentItem content, IDIFUser user)
          Checks if user has access to the content
 boolean IContentManager.hasContentAccessUser(String contentId, IDIFUser user)
          Checks if user has access to the content
 boolean IContentManager.hasNodeAccessGroups(Long nodeId, Set<String> groups)
          Checks if one of the group has access to the node
 boolean IContentManager.hasNodeAccessUser(Long nodeId, IDIFUser user)
          Checks if user has access to the node
 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
 boolean IContentManager.revokeNodeAccessToGroup(Long nodeId, String groupId)
          Revokes group access to node
 boolean IContentManager.revokeNodeAccessToUser(Long nodeId, IDIFUser user)
          Revokes user access to 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.