Uses of Class
com.silverpeas.pdc.model.PdcClassification

Packages that use PdcClassification
com.silverpeas.pdc.dao   
com.silverpeas.pdc.importExport   
com.silverpeas.pdc.model   
com.silverpeas.pdc.service   
com.silverpeas.pdc.web Provides the REST web services to perform some operations onto the classification plan (named PdC) for a Silverpeas component instance. 
 

Uses of PdcClassification in com.silverpeas.pdc.dao
 

Methods in com.silverpeas.pdc.dao that return PdcClassification
 PdcClassification PdcClassificationRepository.findPredefinedClassificationByComponentInstanceId(String instanceId)
          Finds the predefined classification on the PdC that is set for the whole specified component instance.
 PdcClassification PdcClassificationRepository.findPredefinedClassificationByNodeId(String nodeId, String instanceId)
          Finds the predefined classification on the PdC that is set for the contents in the specified node of the specified component instance.
 

Methods in com.silverpeas.pdc.dao that return types with arguments of type PdcClassification
 List<PdcClassification> PdcClassificationRepository.findClassificationsByPdcAxisValues(List<PdcAxisValue> values)
          Finds all classifications on the PdC that have at least one position with the one or more of the specified axis values.
 

Uses of PdcClassification in com.silverpeas.pdc.importExport
 

Methods in com.silverpeas.pdc.importExport that return PdcClassification
 PdcClassification PdcImportExport.getPredefinedClassification(String nodeId, String componentId)
          Gets the predefined positions on the PdC with which a content that belongs to the specified node of the specified component instance should be classified.
 

Uses of PdcClassification in com.silverpeas.pdc.model
 

Fields in com.silverpeas.pdc.model declared as PdcClassification
static PdcClassification PdcClassification.NONE_CLASSIFICATION
          Represents an empty classification (id est no classification on the PdC).
 

Methods in com.silverpeas.pdc.model that return PdcClassification
static PdcClassification PdcClassification.aPdcClassificationOfContent(String contentId, String inComponentInstanceId)
          Creates an empty classification on the PdC of the specified content published in the specified component instance.
static PdcClassification PdcClassification.aPredefinedPdcClassificationForComponentInstance(String instanceId)
          Creates an empty predefined classification for the contents that will published in the specified component instance.
 PdcClassification PdcClassification.clone()
           
 PdcClassification PdcClassification.forNode(String nodeId)
           
 PdcClassification PdcClassification.inComponentInstance(String instanceId)
           
 PdcClassification PdcClassification.modifiable()
          Sets this PdC classification as modifiable.
 PdcClassification PdcClassification.ofContent(String contentId)
           
 PdcClassification PdcClassification.unmodifiable()
          Sets this PdC classification as unmodifiable.
 PdcClassification PdcClassification.withPosition(PdcPosition aPosition)
          Adds the specified position on the PdC in this classification.
 PdcClassification PdcClassification.withPositions(Collection<PdcPosition> thePositions)
          Sets the positions on the PdC for this classification.
 

Uses of PdcClassification in com.silverpeas.pdc.service
 

Methods in com.silverpeas.pdc.service that return PdcClassification
 PdcClassification PdcClassificationService.findAPreDefinedClassification(String nodeId, String instanceId)
          Finds a predefined classification on the PdC that was set for any new contents in the specified node of the specified component instance.
 PdcClassification DefaultPdcClassificationService.findAPreDefinedClassification(String nodeId, String instanceId)
          Finds a predefined classification on the PdC that was set for any new contents in the specified node of the specified component instance.
 PdcClassification PdcClassificationService.getPreDefinedClassification(String instanceId)
          Gets the predefined classification on the PdC that was set for any new contents managed in the specified component instance.
 PdcClassification DefaultPdcClassificationService.getPreDefinedClassification(String instanceId)
          Gets the predefined classification on the PdC that was set for any new contents managed in the specified component instance.
 PdcClassification PdcClassificationService.getPreDefinedClassification(String nodeId, String instanceId)
          Gets the predefined classification on the PdC that was set for any new contents in the specified node of the specified component instance.
 PdcClassification DefaultPdcClassificationService.getPreDefinedClassification(String nodeId, String instanceId)
          Gets the predefined classification on the PdC that was set for any new contents in the specified node of the specified component instance.
 PdcClassification PdcClassificationService.savePreDefinedClassification(PdcClassification classification)
          Saves the specified predefined classification on the PdC.
 PdcClassification DefaultPdcClassificationService.savePreDefinedClassification(PdcClassification classification)
          Saves the specified predefined classification on the PdC.
 

Methods in com.silverpeas.pdc.service with parameters of type PdcClassification
 void PdcClassificationService.classifyContent(SilverpeasContent content, PdcClassification withClassification)
          Classifies the specified content on the PdC with the specified classification.
 void DefaultPdcClassificationService.classifyContent(SilverpeasContent content, PdcClassification withClassification)
          Classifies the specified content on the PdC with the specified classification.
 void PdcClassificationService.classifyContent(SilverpeasContent content, PdcClassification withClassification, boolean alertSubscribers)
          Classifies the specified content on the PdC with the specified classification.
 void DefaultPdcClassificationService.classifyContent(SilverpeasContent content, PdcClassification withClassification, boolean alertSubscribers)
          Classifies the specified content on the PdC with the specified classification.
 PdcClassification PdcClassificationService.savePreDefinedClassification(PdcClassification classification)
          Saves the specified predefined classification on the PdC.
 PdcClassification DefaultPdcClassificationService.savePreDefinedClassification(PdcClassification classification)
          Saves the specified predefined classification on the PdC.
 

Uses of PdcClassification in com.silverpeas.pdc.web
 

Methods in com.silverpeas.pdc.web that return PdcClassification
static PdcClassification PdcClassificationEntity.fromPdcClassification(PdcClassification classification)
          A convenient method to enhance the readability of creators.
 

Methods in com.silverpeas.pdc.web with parameters of type PdcClassification
static PdcClassificationEntity PdcClassificationEntity.aPdcClassificationEntity(PdcClassification classification, String inLanguage, URI atURI)
          Creates a web entity of the specified classification on the PdC in the specified language and identified by the specified URI.
static PdcClassification PdcClassificationEntity.fromPdcClassification(PdcClassification classification)
          A convenient method to enhance the readability of creators.
 



Copyright © 2016 Silverpeas. All Rights Reserved.