com.silverpeas.classifieds.control
Class ClassifiedServiceFactory

java.lang.Object
  extended by com.silverpeas.classifieds.control.ClassifiedServiceFactory

public final class ClassifiedServiceFactory
extends Object

The factory of the classified service objects. It wraps the access the underlying IoC to retrieve the classified service instances.


Method Summary
 ClassifiedService getClassifiedService()
          Gets a classified service instance from the underlying IoC container.
static ClassifiedServiceFactory getFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static ClassifiedServiceFactory getFactory()

getClassifiedService

public ClassifiedService getClassifiedService()
Gets a classified service instance from the underlying IoC container.

Returns:
a ClassifiedService instance.


Copyright © 2016 Silverpeas. All Rights Reserved.