com.silverpeas.pdc
Class PdcServiceFactory

java.lang.Object
  extended by com.silverpeas.pdc.PdcServiceFactory

public class PdcServiceFactory
extends Object

The factory of PdC service instances. It manages the way the services are created and backs the management of their life-cycle. It defines an entry point for no-managed object to get the service instances that are managed by the IoC container.


Method Summary
static PdcServiceFactory getFactory()
          Gets an instance of this factory.
 PdcClassificationService getPdcClassificationService()
          Gets an instance of the service dedicated to the classification of contents on the PdC.
 PdcBm getPdcManager()
          Gets an instance of a manager of the classification plan (PdC).
 ThesaurusManager getThesaurusManager()
          Gets an instance of a manager of the thesaurus used with the PdC.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static PdcServiceFactory getFactory()
Gets an instance of this factory.

Returns:
a PdcServiceFactory instance.

getPdcManager

public PdcBm getPdcManager()
Gets an instance of a manager of the classification plan (PdC).

Returns:
a PdcBm object.

getThesaurusManager

public ThesaurusManager getThesaurusManager()
Gets an instance of a manager of the thesaurus used with the PdC.

Returns:
a ThesaurusManager object.

getPdcClassificationService

public PdcClassificationService getPdcClassificationService()
Gets an instance of the service dedicated to the classification of contents on the PdC.

Returns:
a PdcClassificationService object.


Copyright © 2016 Silverpeas. All Rights Reserved.