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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getAssignedAccessRightServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.access.AssignedAccessRightServiceLocal

      factory method to obtain AssignedAccessRights 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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getUserServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.user.UserServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getParameterServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.parameter.ParameterServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getParameterServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.parameter.ParameterServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getParameterServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.parameter.ParameterServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getDownloadServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.downloads.DownloadServiceLocal

      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.
      This method and the service it returns are no longer valid.
      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.
      This method and the service it returns are no longer valid and supported.
      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.
      This method and the service it returns are no longer valid and supported.
      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getSpreadServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.spread.SpreadServiceLocal

      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.
      This method and the service it returns are no longer valid and supported.
      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.
      This method and the service it returns are no longer valid. Currently, parameters value can be retrieved via document and publication services. Instead, use the method from the PubServerAPI:

      use com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getPublicationServiceLocal or com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getDownloadServiceLocal to get services.

      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.
      This method and the service it returns are no longer valid and supported.
      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getPriintStorageServiceLocal
      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.
      This method and the service it returns are no longer valid and supported.
      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getPageTemplatesServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.pagetemplate.PageTemplatesServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getPublicationTypeServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.publication.PublicationTypeServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getParameterServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.parameter.ParameterServiceLocal

      factory method to obtain ParameterDefinitions service
    • getPlanningsService

      public PlanningsServiceLocal getPlanningsService()
      Deprecated.
      This method and the service it returns are no longer valid. Insted, use
      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.
      This method and the service it returns are no longer valid and supported.
      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getPublicationServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.publication.PublicationServiceLocal

      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.
      This method and the service it returns are no longer valid and supported
      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.
      This method and the service it returns are no longer valid and supported.
      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getDocumentServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.document.DocumentServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getNotesServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.note.NoteServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getTemplatesServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.template.TemplateServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getPublicationRightsServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.publication.PublicationRightsServiceLocal

      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.
      This method and the service it returns are no longer valid. Instead, use the method from the PubServerAPI com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator#getCheckedOutDocumentsServiceLocal

      Methods of the service are described in the interface of the service com.priint.pubserverapi.document.CheckedOutDocumentsServiceLocal

      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