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()
    • getAssignedAccessRightsService

      @Deprecated(since="4.6.0", forRemoval=true) public AssignedAccessRightsLocal getAssignedAccessRightsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain AssigneAccessRights service
    • getUsersService

      @Deprecated(since="4.6.0", forRemoval=true) public UsersLocal getUsersService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Users service
    • getParamDropDownValueLanguageService

      @Deprecated(since="4.6.0", forRemoval=true) public ParamDropDownValueLanguagesServiceLocal getParamDropDownValueLanguageService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain ParamDropDownValueLanguages service
    • getParamDropDownListService

      @Deprecated(since="4.6.0", forRemoval=true) public ParamDropDownListsServiceLocal getParamDropDownListService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain ParamDropDownLists service
    • getParamDropDownValue

      @Deprecated(since="4.6.0", forRemoval=true) public ParamDropDownValuesServiceLocal getParamDropDownValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain ParamDropDownValues service
    • getDownloadsService

      @Deprecated(since="4.6.0", forRemoval=true) public DownloadsServiceLocal getDownloadsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Downloads service
    • getWorkflowsService

      @Deprecated(since="4.6.0", forRemoval=true) public WorkflowsServiceLocal getWorkflowsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Workflows service
    • getStatusesService

      @Deprecated(since="4.6.0", forRemoval=true) public StatusesServiceLocal getStatusesService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Statuses service
    • getBusinessRulesDefinitionService

      @Deprecated(since="4.6.0", forRemoval=true) public BusinessRulesDefinitionServiceLocal getBusinessRulesDefinitionService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain BusinessRulesDefinition service
    • getSpreadsService

      @Deprecated(since="4.6.0", forRemoval=true) public SpreadsServiceLocal getSpreadsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Spreads service
    • getStatusGroupsService

      @Deprecated(since="4.6.0", forRemoval=true) public StatusGroupsServiceLocal getStatusGroupsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain StatusGroups service
    • getParametersService

      @Deprecated(since="4.6.0", forRemoval=true) public ParametersServiceLocal getParametersService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Parameters service
    • getQueuesService

      @Deprecated(since="4.6.0", forRemoval=true) public QueuesServiceLocal getQueuesService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Queues service
    • getFilesService

      @Deprecated(since="4.6.0", forRemoval=true) public FilesServiceLocal getFilesService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Files service
    • getBusinessRulesService

      @Deprecated(since="4.6.0", forRemoval=true) public BusinessRulesServiceLocal getBusinessRulesService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain BusinessRules service
    • getPageTemplatesService

      @Deprecated(since="4.6.0", forRemoval=true) public PageTemplatesServiceLocal getPageTemplatesService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain PageTemplates service
    • getPublicationTypesService

      @Deprecated(since="4.6.0", forRemoval=true) public PublicationTypesServiceLocal getPublicationTypesService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain PublicationTypes service
    • getParameterDefinitionsService

      @Deprecated(since="4.6.0", forRemoval=true) public ParameterDefinitionsServiceLocal getParameterDefinitionsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain ParameterDefinitions service
    • getPlanningsService

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

      @Deprecated(since="4.6.0", forRemoval=true) public ServerJobsServiceLocal getServerJobsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain ServerJobs service
    • getPublicationService

      @Deprecated(since="4.6.0", forRemoval=true) public PublicationsServiceLocal getPublicationService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Publications service
    • getWorkflowStepsService

      @Deprecated(since="4.6.0", forRemoval=true) public WorkflowStepsServiceLocal getWorkflowStepsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain WorkflowSteps service
    • getTasksService

      @Deprecated(since="4.6.0", forRemoval=true) public TasksServiceLocal getTasksService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Tasks service
    • getDocumentsService

      @Deprecated(since="4.6.0", forRemoval=true) public DocumentsServiceLocal getDocumentsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Documents service
    • getNotesService

      @Deprecated(since="4.6.0", forRemoval=true) public NotesServiceLocal getNotesService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Notes service
    • getTemplatesService

      @Deprecated(since="4.6.0", forRemoval=true) public TemplatesServiceLocal getTemplatesService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain Templates service
    • getPublicationRightsServiceLocal

      @Deprecated(since="4.6.0", forRemoval=true) public PublicationRightsServiceLocal getPublicationRightsServiceLocal()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain PublicationRights service
    • getEntityManager

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

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

      @Deprecated(since="4.6.0", forRemoval=true) public CheckedoutDocumentsServiceLocal getCheckedoutDocumentsServiceLocal()
      Deprecated, for removal: This API element is subject to removal in a future version.
      factory method to obtain CheckedoutDocuments service
    • getDataProviderManagerLocal

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

      public DocumentManipulationFacade getDocumentManipulationFacade()
      factory method to obtain DocumentManipulationFacade instance