Uses of Interface
org.silverpeas.attachment.AttachmentService

Packages that use AttachmentService
com.silverpeas   
org.silverpeas.attachment   
org.silverpeas.attachment.mock   
 

Uses of AttachmentService in com.silverpeas
 

Methods in com.silverpeas that return AttachmentService
static AttachmentService SilverpeasServiceProvider.getAttachmentService()
           
 

Uses of AttachmentService in org.silverpeas.attachment
 

Classes in org.silverpeas.attachment that implement AttachmentService
 class SimpleDocumentService
           
 

Methods in org.silverpeas.attachment that return AttachmentService
static AttachmentService AttachmentServiceFactory.getAttachmentService()
           
 

Uses of AttachmentService in org.silverpeas.attachment.mock
 

Classes in org.silverpeas.attachment.mock that implement AttachmentService
 class SimpleDocumentServiceWrapper
           
 

Methods in org.silverpeas.attachment.mock that return AttachmentService
 AttachmentService SimpleDocumentServiceWrapper.getRealService()
           
 

Methods in org.silverpeas.attachment.mock with parameters of type AttachmentService
 void SimpleDocumentServiceWrapper.setRealService(AttachmentService realService)
           
 

Constructors in org.silverpeas.attachment.mock with parameters of type AttachmentService
SimpleDocumentServiceWrapper(AttachmentService realService)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.