Enum PlannerAPIServiceLocator.ServiceLocatorEnum

    • Method Detail

      • values

        public static PlannerAPIServiceLocator.ServiceLocatorEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (PlannerAPIServiceLocator.ServiceLocatorEnum c : PlannerAPIServiceLocator.ServiceLocatorEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static PlannerAPIServiceLocator.ServiceLocatorEnum valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getAssignedAccessRightsService

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

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

        public ParamDropDownListsServiceLocal getParamDropDownListService()
        factory method to obtain ParamDropDownLists 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
      • 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​(java.lang.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