Enum Class PlannerAPIServiceLocator.ServiceLocatorEnum
java.lang.Object
java.lang.Enum<PlannerAPIServiceLocator.ServiceLocatorEnum>
com.priint.pubserver.plannerapi.interfaces.PlannerAPIServiceLocator.ServiceLocatorEnum
- All Implemented Interfaces:
Serializable,Comparable<PlannerAPIServiceLocator.ServiceLocatorEnum>,Constable
- Enclosing class:
PlannerAPIServiceLocator
public static enum PlannerAPIServiceLocator.ServiceLocatorEnum
extends Enum<PlannerAPIServiceLocator.ServiceLocatorEnum>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionfactory method to obtain CometTableOfContents instancefactory method to obtain DataProviderManager instancefactory method to obtain DocumentManipulationFacade instancestatic EntityManagerLocalgetEntityManager(String sessionId) factory method to obtain EntityManager instancefactory method to obtain Plannings serviceReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getCommandPlugin
-
getPlanningsService
factory method to obtain Plannings service -
getEntityManager
factory method to obtain EntityManager instance -
getCometTableOfContents
factory method to obtain CometTableOfContents instance -
getDataProviderManagerLocal
factory method to obtain DataProviderManager instance -
getDocumentManipulationFacade
factory method to obtain DocumentManipulationFacade instance
-