Uses of Class
com.silverpeas.annotation.Service

Packages that use Service
com.silverpeas.attachment.web   
com.silverpeas.comment.web Provides the REST web service that handle requests about comments on a given resource in published in Silverpeas. 
com.silverpeas.domains.silverpeasdriver   
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.silverpeas.personalization.service   
com.silverpeas.profile.web   
com.silverpeas.sharing.services   
com.silverpeas.subscribe.service   
com.silverpeas.subscribe.web   
com.silverpeas.thumbnail.service   
com.stratelia.silverpeas.silverstatistics.control   
org.silverpeas.admin.domain.quota   
org.silverpeas.admin.space.quota   
org.silverpeas.admin.web   
org.silverpeas.attachment   
org.silverpeas.attachment.mock   
org.silverpeas.attachment.web   
org.silverpeas.contribution.web   
org.silverpeas.dateReminder.persistent.service   
org.silverpeas.language.web   
org.silverpeas.look.web   
org.silverpeas.mylinks.web   
org.silverpeas.node.web   
org.silverpeas.notification.web   
org.silverpeas.password.service   
org.silverpeas.password.web   
org.silverpeas.permalinks   
org.silverpeas.persistence   
org.silverpeas.preferences.web   
org.silverpeas.process.management   
org.silverpeas.publication.dateReminder   
org.silverpeas.publication.web   
org.silverpeas.rating.web   
org.silverpeas.sharing.web   
org.silverpeas.thumbnail.web   
org.silverpeas.token.persistent.service Provides a service around the persistent tokens to easily generate and get them. 
org.silverpeas.upload.web   
org.silverpeas.viewer   
org.silverpeas.viewer.web   
 

Uses of Service in com.silverpeas.attachment.web
 

Classes in com.silverpeas.attachment.web with annotations of type Service
 class AttachmentResource
          A REST Web resource providing access to attachments through private mode.
 class SharedAttachmentResource
          A REST Web resource providing access to attachments through sharing mode.
 

Uses of Service in com.silverpeas.comment.web
 

Classes in com.silverpeas.comment.web with annotations of type Service
 class CommentResource
          A REST Web resource representing a given comment.
 

Uses of Service in com.silverpeas.domains.silverpeasdriver
 

Classes in com.silverpeas.domains.silverpeasdriver with annotations of type Service
 class SilverpeasDriver
           
 

Uses of Service in com.silverpeas.pdc.web
 

Classes in com.silverpeas.pdc.web with annotations of type Service
 class FilteredPdcResource
          A REST Web resource that represents the classification plan (named PdC) filtered by some criteria.
 class PdcClassificationResource
          A REST Web resource that represents the classification of a Silverpeas's resource on the classification plan (named PdC).
 class PdcPredefinedClassificationResource
          A REST Web resource that represents the predefined classifications on the PdC to classify the contents that are published into a given node of a given component instance or in a whole component instance.
 class PdcResource
          A REST Web resource that represents the classification plan (named PdC).
 

Uses of Service in com.silverpeas.personalization.service
 

Classes in com.silverpeas.personalization.service with annotations of type Service
 class DefaultPersonalizationService
          Class declaration
 

Uses of Service in com.silverpeas.profile.web
 

Classes in com.silverpeas.profile.web with annotations of type Service
 class UserGroupProfileResource
          A REST-based Web service that acts on the user groups in Silverpeas.
 class UserProfileResource
          A REST-based Web service that acts on the user profiles in Silverpeas.
 

Uses of Service in com.silverpeas.sharing.services
 

Classes in com.silverpeas.sharing.services with annotations of type Service
 class JpaSharingTicketService
           
 

Uses of Service in com.silverpeas.subscribe.service
 

Classes in com.silverpeas.subscribe.service with annotations of type Service
 class DefaultResourceSubscriptionService
           
 

Uses of Service in com.silverpeas.subscribe.web
 

Classes in com.silverpeas.subscribe.web with annotations of type Service
 class SubscribeResource
          A REST Web resource representing a given subscription.
 class SubscriptionResource
          A REST Web resource representing a given subscription.
 class UnsubscribeResource
          A REST Web resource representing a given subscription.
 

Uses of Service in com.silverpeas.thumbnail.service
 

Classes in com.silverpeas.thumbnail.service with annotations of type Service
 class ThumbnailServiceImpl
           
 

Uses of Service in com.stratelia.silverpeas.silverstatistics.control
 

Classes in com.stratelia.silverpeas.silverstatistics.control with annotations of type Service
 class SilverStatisticsService
          Class declaration
 

Uses of Service in org.silverpeas.admin.domain.quota
 

Classes in org.silverpeas.admin.domain.quota with annotations of type Service
 class UserDomainQuotaService
           
 

Uses of Service in org.silverpeas.admin.space.quota
 

Classes in org.silverpeas.admin.space.quota with annotations of type Service
 class DefaultComponentSpaceQuotaService
           
 class DefaultDataStorageSpaceQuotaService
           
 

Uses of Service in org.silverpeas.admin.web
 

Classes in org.silverpeas.admin.web with annotations of type Service
 class ComponentResource
          A REST Web resource giving component data.
 class SpaceResource
          A REST Web resource giving space data.
 

Uses of Service in org.silverpeas.attachment
 

Classes in org.silverpeas.attachment with annotations of type Service
 class SimpleDocumentService
           
 

Uses of Service in org.silverpeas.attachment.mock
 

Classes in org.silverpeas.attachment.mock with annotations of type Service
 class SimpleDocumentServiceWrapper
           
 

Uses of Service in org.silverpeas.attachment.web
 

Classes in org.silverpeas.attachment.web with annotations of type Service
 class SimpleDocumentResource
           
 class SimpleDocumentResourceCreator
           
 

Uses of Service in org.silverpeas.contribution.web
 

Classes in org.silverpeas.contribution.web with annotations of type Service
 class ContributionContentResource
          User: Yohann Chastagnier Date: 21/05/13
 

Uses of Service in org.silverpeas.dateReminder.persistent.service
 

Classes in org.silverpeas.dateReminder.persistent.service with annotations of type Service
 class DefaultDateReminderService
          The default implementation of the PersistentDateReminderService interface.
 

Uses of Service in org.silverpeas.language.web
 

Classes in org.silverpeas.language.web with annotations of type Service
 class LanguageResource
           
 

Uses of Service in org.silverpeas.look.web
 

Classes in org.silverpeas.look.web with annotations of type Service
 class DisplayResource
          A REST Web resource giving space data.
 

Uses of Service in org.silverpeas.mylinks.web
 

Classes in org.silverpeas.mylinks.web with annotations of type Service
 class MyLinksResource
          A REST Web resource representing user favorite links.
 

Uses of Service in org.silverpeas.node.web
 

Classes in org.silverpeas.node.web with annotations of type Service
 class ListNodeResource
          A REST Web resource representing a list of node.
 class NodeResource
          A REST Web resource providing access to a node through private mode.
 class SharedNodeResource
          A REST Web resource providing access to a node through sharing mode.
 

Uses of Service in org.silverpeas.notification.web
 

Classes in org.silverpeas.notification.web with annotations of type Service
 class MessageResource
          A REST Web resource giving gallery data.
 

Uses of Service in org.silverpeas.password.service
 

Classes in org.silverpeas.password.service with annotations of type Service
 class DefaultPasswordService
          User: Yohann Chastagnier Date: 07/01/13
 

Uses of Service in org.silverpeas.password.web
 

Classes in org.silverpeas.password.web with annotations of type Service
 class PasswordResource
          A REST Web resource giving gallery data.
 

Uses of Service in org.silverpeas.permalinks
 

Classes in org.silverpeas.permalinks with annotations of type Service
 class PermalinkCompatibilityService
           
 

Uses of Service in org.silverpeas.persistence
 

Classes in org.silverpeas.persistence with annotations of type Service
 class Transaction
          A transaction.
 

Uses of Service in org.silverpeas.preferences.web
 

Classes in org.silverpeas.preferences.web with annotations of type Service
 class MyPreferencesResource
          The preferences of the current user in Silverpeas.
 

Uses of Service in org.silverpeas.process.management
 

Classes in org.silverpeas.process.management with annotations of type Service
 class DefaultProcessManagement
          Default implementation of the ProcessManagement interface.
 

Uses of Service in org.silverpeas.publication.dateReminder
 

Classes in org.silverpeas.publication.dateReminder with annotations of type Service
 class PublicationDateReminderProcess
          An implementation of DateReminderProcess.
 

Uses of Service in org.silverpeas.publication.web
 

Classes in org.silverpeas.publication.web with annotations of type Service
 class PublicationResource
          A REST Web resource providing access to publications through private mode.
 class SharedPublicationResource
          A REST Web resource providing access to publications through sharing mode.
 

Uses of Service in org.silverpeas.rating.web
 

Classes in org.silverpeas.rating.web with annotations of type Service
 class RatingResource
          A REST Web resource representing a given rating.
 

Uses of Service in org.silverpeas.sharing.web
 

Classes in org.silverpeas.sharing.web with annotations of type Service
 class SharingResource
           
 class TicketResource
           
 

Uses of Service in org.silverpeas.thumbnail.web
 

Classes in org.silverpeas.thumbnail.web with annotations of type Service
 class ThumbnailResource
          A REST Web resource representing a given thumbnail.
 

Uses of Service in org.silverpeas.token.persistent.service
 

Classes in org.silverpeas.token.persistent.service with annotations of type Service
 class DefaultTokenService
          The default implementation of the PersistentResourceTokenService interface.
 

Uses of Service in org.silverpeas.upload.web
 

Classes in org.silverpeas.upload.web with annotations of type Service
 class FileUploadResource
          A REST Web resource that permits to upload files.
 

Uses of Service in org.silverpeas.viewer
 

Classes in org.silverpeas.viewer with annotations of type Service
 class DefaultPreviewService
           
 class DefaultViewService
           
 

Uses of Service in org.silverpeas.viewer.web
 

Classes in org.silverpeas.viewer.web with annotations of type Service
 class DocumentViewResource
           
 class PreviewResource
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.