com.silverpeas.gallery.control.ejb
Class MediaServiceFactory

java.lang.Object
  extended by com.silverpeas.gallery.control.ejb.MediaServiceFactory

public class MediaServiceFactory
extends Object


Constructor Summary
MediaServiceFactory()
           
 
Method Summary
static MediaServiceFactory getInstance()
           
static GalleryBm getMediaService()
           
 void setMediaService(GalleryBm mediaService)
          Must be used only by tests...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaServiceFactory

public MediaServiceFactory()
Method Detail

getMediaService

public static GalleryBm getMediaService()
Returns:
an instance of GalleryBm EJB.

getInstance

public static MediaServiceFactory getInstance()
Returns:
a RatingServiceFactory instance.

setMediaService

public void setMediaService(GalleryBm mediaService)
Must be used only by tests...

Parameters:
mediaService -


Copyright © 2016 Silverpeas. All Rights Reserved.