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>
  • Enum Constant Details

  • 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 name
      NullPointerException - if the argument is null
    • getCommandPlugin

      public CommandPluginLocal getCommandPlugin()
    • getPlanningsService

      public PlanningsServiceLocal getPlanningsService()
      factory method to obtain Plannings service
    • getEntityManager

      public static EntityManagerLocal getEntityManager(String sessionId)
      factory method to obtain EntityManager instance
    • getCometTableOfContents

      public CometTableOfContentsLocal getCometTableOfContents()
      factory method to obtain CometTableOfContents instance
    • getDataProviderManagerLocal

      public DataProviderManagerLocal getDataProviderManagerLocal()
      factory method to obtain DataProviderManager instance
    • getDocumentManipulationFacade

      public DocumentManipulationFacade getDocumentManipulationFacade()
      factory method to obtain DocumentManipulationFacade instance