|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.pdc.PdcServiceFactory
public class PdcServiceFactory
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 |
---|
public static PdcServiceFactory getFactory()
public PdcBm getPdcManager()
public ThesaurusManager getThesaurusManager()
public PdcClassificationService getPdcClassificationService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |