Uses of Class
com.stratelia.silverpeas.contentManager.ContentManagerException

Packages that use ContentManagerException
com.stratelia.silverpeas.contentManager   
 

Uses of ContentManagerException in com.stratelia.silverpeas.contentManager
 

Methods in com.stratelia.silverpeas.contentManager that throw ContentManagerException
 int ContentManager.addSilverContent(Connection connection, String sInternalContentId, String sComponentId, String sAuthorId)
          Add a silver content Called when a content add a document and register it to get its SilverContentId in return
 int ContentManager.addSilverContent(Connection connection, String sInternalContentId, String sComponentId, String sAuthorId, SilverContentVisibility scv)
          Add a silver content Called when a content add a document and register it to get its SilverContentId in return
 int ContentManager.getContentInstanceId(String sComponentId)
          Return the content instance Id corresponding to the componentId
 ContentPeas ContentManager.getContentPeas(String sComponentId)
          Return the ContentPeas corresponding to the given componentId
 List<String> ContentManager.getInstanceId(List<Integer> alSilverContentId)
          retourne une liste d'instanceID a partir d'une Liste de silvercontentId
 String ContentManager.getInternalContentId(int nSilverContentId)
          Return the InternalContentId corresponding to the given SilverContentId Called when a content remove a document
 JoinStatement ContentManager.getPositionsByGenericSearch(String authorId, String afterDate, String beforeDate)
           
 List<SilverContent> ContentManager.getSilverContentBySilverContentIds(List<Integer> alSilverContentIds)
           
 SortedSet<Integer> ContentManager.getSilverContentId(List<String> documentFeature)
          Return the sorted list containing SilverContentIds corresponding to the list containing id et instanceId The list is not null and not empty !!
 int ContentManager.getSilverContentId(String sInternalContentId, String sComponentId)
          Return the SilverContentId corresponding to the given internalContentId Called when a content remove a document
 List<Integer> ContentManager.getSilverContentIdByInstanceId(String instanceId)
          Cette méthode retourne une liste de SilverContentId qui se trouve sous une instance de jobPeas.
 SilverContentVisibility ContentManager.getSilverContentVisibility(int silverObjectId)
           
 int ContentManager.registerNewContentInstance(Connection connection, String sComponentId, String sContainerType, String sContentType)
          When a generic component is instanciate, this function is called to register the association between container and content
 void ContentManager.removeSilverContent(Connection connection, int nSilverContentId, String sComponentId)
          Remove a silver content Called when a content remove a document
 void ContentManager.unregisterNewContentInstance(Connection connection, String sComponentId, String sContainerType, String sContentType)
          When a generic component is uninstanciate, this function is called to unregister the association between container and content
 void ContentManager.updateSilverContentVisibilityAttributes(SilverContentVisibility scv, String instanceId, int silverObjectId)
           
 

Constructors in com.stratelia.silverpeas.contentManager that throw ContentManagerException
ContentManager()
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.