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

Packages that use ContentManagerException
com.silverpeas.pdc.web Provides the REST web services to perform some operations onto the classification plan (named PdC) for a Silverpeas component instance. 
com.stratelia.silverpeas.contentManager   
com.stratelia.webactiv.util.questionContainer.control   
 

Uses of ContentManagerException in com.silverpeas.pdc.web
 

Methods in com.silverpeas.pdc.web that throw ContentManagerException
 void PdcServiceProvider.addPosition(ClassifyPosition position, String contentId, String componentId)
          Adds a new position of the specified resource content on the PdC configured for the specified Silverpeas component instance.
 void PdcServiceProvider.deletePosition(int positionId, String contentId, String componentId)
          Deletes the specified position of the specified resource content on the PdC configured for the specified component instance.
 List<ClassifyPosition> PdcServiceProvider.getAllPositions(String contentId, String componentId)
          Gets the positions of the specified resource content on the PdC of the specified component instance.
 List<UsedAxis> PdcServiceProvider.getAxisUsedInPdcToClassify(String contentId, String inComponentId)
          Gets the axis used in the PdC configured for the specified component instance in order to classify the specified resource content.
 void PdcServiceProvider.updatePosition(ClassifyPosition position, String contentId, String componentId)
          Updates the specified position of the specified resource content on the PdC configured for the specified Silverpeas component instance.
 

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()
           
 

Uses of ContentManagerException in com.stratelia.webactiv.util.questionContainer.control
 

Methods in com.stratelia.webactiv.util.questionContainer.control that throw ContentManagerException
static int QuestionContainerContentManager.createSilverContent(Connection con, QuestionContainerHeader qC, String userId, boolean isVisible)
          add a new content.
static void QuestionContainerContentManager.deleteSilverContent(Connection con, QuestionContainerPK pk)
          delete a content.
static int QuestionContainerContentManager.getSilverObjectId(String id, String peasId)
           
static void QuestionContainerContentManager.updateSilverContentVisibility(QuestionContainerHeader qC, boolean isVisible)
          update the visibility attributes of the content.
 



Copyright © 2016 Silverpeas. All Rights Reserved.