Uses of Interface
com.silverpeas.SilverpeasContent

Packages that use SilverpeasContent
com.silverpeas   
com.silverpeas.calendar Provides the objects for handling and scheduling events in a calendar in Silverpeas. 
com.silverpeas.comment.model   
com.silverpeas.comment.service   
com.silverpeas.comment.service.notification   
com.silverpeas.notation.ejb   
com.silverpeas.pdc.service   
com.stratelia.silverpeas.peasCore   
com.stratelia.webactiv.util.publication.model   
com.stratelia.webactiv.util.questionContainer.model   
com.stratelia.webactiv.util.statistic.control   
org.silverpeas.cache.service   
org.silverpeas.contribution   
 

Uses of SilverpeasContent in com.silverpeas
 

Classes in com.silverpeas with type parameters of type SilverpeasContent
 interface SilverpeasComponentService<T extends SilverpeasContent>
          A service providing the transverse operations related to a given Silverpeas component.
 

Subinterfaces of SilverpeasContent in com.silverpeas
 interface SilverpeasToolContent
          An extension to manage contents handled by tools.
 

Uses of SilverpeasContent in com.silverpeas.calendar
 

Methods in com.silverpeas.calendar with parameters of type SilverpeasContent
 CalendarEvent CalendarEvent.from(SilverpeasContent content)
           
 

Uses of SilverpeasContent in com.silverpeas.comment.model
 

Classes in com.silverpeas.comment.model that implement SilverpeasContent
 class Comment
          This object contains the description of document
 

Uses of SilverpeasContent in com.silverpeas.comment.service
 

Methods in com.silverpeas.comment.service with parameters of type SilverpeasContent
protected  void CommentUserNotification.perform(SilverpeasContent resource)
           
protected  void CommentUserNotification.performNotificationResource(String language, SilverpeasContent resource, NotificationResourceData notificationResourceData)
           
protected  void CommentUserNotification.performTemplateData(String language, SilverpeasContent resource, SilverpeasTemplate template)
           
 

Method parameters in com.silverpeas.comment.service with type arguments of type SilverpeasContent
 void CommentUserNotificationService.register(String component, SilverpeasComponentService<? extends SilverpeasContent> service)
          Registers the specified Silverpeas component so that the comments created or removed in an instance of the component will be treated by this service.
 

Constructors in com.silverpeas.comment.service with parameters of type SilverpeasContent
CommentUserNotification(CommentService commentService, Comment comment, SilverpeasContent commentedContent, String subjectKey, ResourceLocator componentMessages, Set<String> recipients)
           
 

Uses of SilverpeasContent in com.silverpeas.comment.service.notification
 

Method parameters in com.silverpeas.comment.service.notification with type arguments of type SilverpeasContent
 void DefaultCommentUserNotificationService.register(String component, SilverpeasComponentService<? extends SilverpeasContent> service)
          Registers a Silverpeas component as a source of notifications about the add, the update or the deletion of a comment.
 

Uses of SilverpeasContent in com.silverpeas.notation.ejb
 

Methods in com.silverpeas.notation.ejb with parameters of type SilverpeasContent
 ContributionRating RatingBmEJB.getRating(SilverpeasContent contribution)
           
 ContributionRating RatingBm.getRating(SilverpeasContent contribution)
          Getting notation about the given contribution.
 Map<String,ContributionRating> RatingBmEJB.getRatings(SilverpeasContent... contributions)
           
 Map<String,ContributionRating> RatingBm.getRatings(SilverpeasContent... contributions)
          Getting notation about the given contributions.
 

Uses of SilverpeasContent in com.silverpeas.pdc.service
 

Methods in com.silverpeas.pdc.service with parameters of type SilverpeasContent
 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.
 

Uses of SilverpeasContent in com.stratelia.silverpeas.peasCore
 

Methods in com.stratelia.silverpeas.peasCore with parameters of type SilverpeasContent
static String URLManager.getSearchResultURL(SilverpeasContent content)
           
 

Uses of SilverpeasContent in com.stratelia.webactiv.util.publication.model
 

Classes in com.stratelia.webactiv.util.publication.model that implement SilverpeasContent
 class PublicationDetail
          This object contains the description of a publication
 

Uses of SilverpeasContent in com.stratelia.webactiv.util.questionContainer.model
 

Classes in com.stratelia.webactiv.util.questionContainer.model that implement SilverpeasContent
 class QuestionContainerDetail
           
 

Uses of SilverpeasContent in com.stratelia.webactiv.util.statistic.control
 

Methods in com.stratelia.webactiv.util.statistic.control with parameters of type SilverpeasContent
 void StatisticBm.addStat(String userId, SilverpeasContent content)
           
 void StatisticBmEJB.addStat(String userId, SilverpeasContent content)
           
 void StatisticBm.deleteStats(SilverpeasContent content)
           
 void StatisticBmEJB.deleteStats(SilverpeasContent content)
           
 int StatisticBm.getCount(SilverpeasContent content)
           
 int StatisticBmEJB.getCount(SilverpeasContent content)
           
 int StatisticBm.getCount(SilverpeasContent content, int action)
           
 int StatisticBmEJB.getCount(SilverpeasContent content, int action)
           
 boolean StatisticBm.isRead(SilverpeasContent content, String userId)
           
 boolean StatisticBmEJB.isRead(SilverpeasContent content, String userId)
           
 

Uses of SilverpeasContent in org.silverpeas.cache.service
 

Methods in org.silverpeas.cache.service with parameters of type SilverpeasContent
 Object VolatileResourceCacheService.addComponentResource(SilverpeasContent contribution)
          Adds a contribution into the cache.
 

Uses of SilverpeasContent in org.silverpeas.contribution
 

Subinterfaces of SilverpeasContent in org.silverpeas.contribution
 interface ValidableContribution
          A validable contribution is an object that represents a contribution which can be validated.
 



Copyright © 2016 Silverpeas. All Rights Reserved.