Enum PlannerAPIServiceLocator.ServiceLocatorEnum
- java.lang.Object
-
- java.lang.Enum<PlannerAPIServiceLocator.ServiceLocatorEnum>
-
- com.priint.pubserver.plannerapi.interfaces.PlannerAPIServiceLocator.ServiceLocatorEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PlannerAPIServiceLocator.ServiceLocatorEnum>
- Enclosing class:
- PlannerAPIServiceLocator
public static enum PlannerAPIServiceLocator.ServiceLocatorEnum extends java.lang.Enum<PlannerAPIServiceLocator.ServiceLocatorEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignedAccessRightsLocalgetAssignedAccessRightsService()factory method to obtain AssigneAccessRights serviceBusinessRulesDefinitionServiceLocalgetBusinessRulesDefinitionService()factory method to obtain BusinessRulesDefinition serviceBusinessRulesServiceLocalgetBusinessRulesService()factory method to obtain BusinessRules serviceCheckedoutDocumentsServiceLocalgetCheckedoutDocumentsServiceLocal()factory method to obtain CheckedoutDocuments serviceCometTableOfContentsLocalgetCometTableOfContents()factory method to obtain CometTableOfContents instanceCommandPluginLocalgetCommandPlugin()DataProviderManagerLocalgetDataProviderManagerLocal()factory method to obtain DataProviderManager instanceDocumentManipulationFacadegetDocumentManipulationFacade()factory method to obtain DocumentManipulationFacade instanceDocumentsServiceLocalgetDocumentsService()factory method to obtain Documents serviceDownloadsServiceLocalgetDownloadsService()factory method to obtain Downloads servicestatic EntityManagerLocalgetEntityManager(java.lang.String sessionId)factory method to obtain EntityManager instanceFilesServiceLocalgetFilesService()factory method to obtain Files serviceNotesServiceLocalgetNotesService()factory method to obtain Notes servicePageTemplatesServiceLocalgetPageTemplatesService()factory method to obtain PageTemplates serviceParamDropDownListsServiceLocalgetParamDropDownListService()factory method to obtain ParamDropDownLists serviceParamDropDownValuesServiceLocalgetParamDropDownValue()factory method to obtain ParamDropDownValues serviceParamDropDownValueLanguagesServiceLocalgetParamDropDownValueLanguageService()factory method to obtain ParamDropDownValueLanguages serviceParameterDefinitionsServiceLocalgetParameterDefinitionsService()factory method to obtain ParameterDefinitions serviceParametersServiceLocalgetParametersService()factory method to obtain Parameters servicePlanningsServiceLocalgetPlanningsService()factory method to obtain Plannings servicePublicationRightsServiceLocalgetPublicationRightsServiceLocal()factory method to obtain PublicationRights servicePublicationsServiceLocalgetPublicationService()factory method to obtain Publications servicePublicationTypesServiceLocalgetPublicationTypesService()factory method to obtain PublicationTypes serviceQueuesServiceLocalgetQueuesService()factory method to obtain Queues serviceServerJobsServiceLocalgetServerJobsService()factory method to obtain ServerJobs serviceSpreadsServiceLocalgetSpreadsService()factory method to obtain Spreads serviceStatusesServiceLocalgetStatusesService()factory method to obtain Statuses serviceStatusGroupsServiceLocalgetStatusGroupsService()factory method to obtain StatusGroups serviceTasksServiceLocalgetTasksService()factory method to obtain Tasks serviceTemplatesServiceLocalgetTemplatesService()factory method to obtain Templates serviceUsersLocalgetUsersService()factory method to obtain Users serviceWorkflowsServiceLocalgetWorkflowsService()factory method to obtain Workflows serviceWorkflowStepsServiceLocalgetWorkflowStepsService()factory method to obtain WorkflowSteps servicestatic PlannerAPIServiceLocator.ServiceLocatorEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlannerAPIServiceLocator.ServiceLocatorEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INSTANCE
public static final PlannerAPIServiceLocator.ServiceLocatorEnum INSTANCE
-
-
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 namejava.lang.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(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
-
-