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

      public AssignedAccessRightsLocal getAssignedAccessRightsService()
      factory method to obtain AssigneAccessRights service
    • getUsersService

      public UsersLocal getUsersService()
      factory method to obtain Users service
    • getParamDropDownValueLanguageService

      public ParamDropDownValueLanguagesServiceLocal getParamDropDownValueLanguageService()
      factory method to obtain ParamDropDownValueLanguages service
    • getParamDropDownListService

      public ParamDropDownListsServiceLocal getParamDropDownListService()
      factory method to obtain ParamDropDownLists service
    • getParamDropDownValue

      public ParamDropDownValuesServiceLocal getParamDropDownValue()
      factory method to obtain ParamDropDownValues service
    • getDownloadsService

      public DownloadsServiceLocal getDownloadsService()
      factory method to obtain Downloads service
    • getWorkflowsService

      public WorkflowsServiceLocal getWorkflowsService()
      factory method to obtain Workflows service
    • getStatusesService

      public StatusesServiceLocal getStatusesService()
      factory method to obtain Statuses service
    • getBusinessRulesDefinitionService

      public BusinessRulesDefinitionServiceLocal getBusinessRulesDefinitionService()
      factory method to obtain BusinessRulesDefinition service
    • getSpreadsService

      public SpreadsServiceLocal getSpreadsService()
      factory method to obtain Spreads service
    • getStatusGroupsService

      public StatusGroupsServiceLocal getStatusGroupsService()
      factory method to obtain StatusGroups service
    • getParametersService

      public ParametersServiceLocal getParametersService()
      factory method to obtain Parameters service
    • getQueuesService

      public QueuesServiceLocal getQueuesService()
      factory method to obtain Queues service
    • getFilesService

      public FilesServiceLocal getFilesService()
      factory method to obtain Files service
    • getBusinessRulesService

      public BusinessRulesServiceLocal getBusinessRulesService()
      factory method to obtain BusinessRules service
    • getPageTemplatesService

      public PageTemplatesServiceLocal getPageTemplatesService()
      factory method to obtain PageTemplates service
    • getPublicationTypesService

      public PublicationTypesServiceLocal getPublicationTypesService()
      factory method to obtain PublicationTypes service
    • getParameterDefinitionsService

      public ParameterDefinitionsServiceLocal getParameterDefinitionsService()
      factory method to obtain ParameterDefinitions service
    • getPlanningsService

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

      public ServerJobsServiceLocal getServerJobsService()
      factory method to obtain ServerJobs service
    • getPublicationService

      public PublicationsServiceLocal getPublicationService()
      factory method to obtain Publications service
    • getWorkflowStepsService

      public WorkflowStepsServiceLocal getWorkflowStepsService()
      factory method to obtain WorkflowSteps service
    • getTasksService

      public TasksServiceLocal getTasksService()
      factory method to obtain Tasks service
    • getDocumentsService

      public DocumentsServiceLocal getDocumentsService()
      factory method to obtain Documents service
    • getNotesService

      public NotesServiceLocal getNotesService()
      factory method to obtain Notes service
    • getTemplatesService

      public TemplatesServiceLocal getTemplatesService()
      factory method to obtain Templates service
    • getPublicationRightsServiceLocal

      public PublicationRightsServiceLocal getPublicationRightsServiceLocal()
      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

      public CheckedoutDocumentsServiceLocal getCheckedoutDocumentsServiceLocal()
      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