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>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionfactory method to obtain AssigneAccessRights servicefactory method to obtain BusinessRulesDefinition servicefactory method to obtain BusinessRules servicefactory method to obtain CheckedoutDocuments servicefactory method to obtain CometTableOfContents instancefactory method to obtain DataProviderManager instancefactory method to obtain DocumentManipulationFacade instancefactory method to obtain Documents servicefactory method to obtain Downloads servicestatic EntityManagerLocalgetEntityManager(String sessionId) factory method to obtain EntityManager instancefactory method to obtain Files servicefactory method to obtain Notes servicefactory method to obtain PageTemplates servicefactory method to obtain ParamDropDownLists servicefactory method to obtain ParamDropDownValues servicefactory method to obtain ParamDropDownValueLanguages servicefactory method to obtain ParameterDefinitions servicefactory method to obtain Parameters servicefactory method to obtain Plannings servicefactory method to obtain PublicationRights servicefactory method to obtain Publications servicefactory method to obtain PublicationTypes servicefactory method to obtain Queues servicefactory method to obtain ServerJobs servicefactory method to obtain Spreads servicefactory method to obtain Statuses servicefactory method to obtain StatusGroups servicefactory method to obtain Tasks servicefactory method to obtain Templates servicefactory method to obtain Users servicefactory method to obtain Workflows servicefactory method to obtain WorkflowSteps serviceReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
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 nameNullPointerException- if the argument is null
-
getCommandPlugin
-
getAssignedAccessRightsService
factory method to obtain AssigneAccessRights service -
getUsersService
factory method to obtain Users service -
getParamDropDownValueLanguageService
factory method to obtain ParamDropDownValueLanguages service -
getParamDropDownListService
factory method to obtain ParamDropDownLists service -
getParamDropDownValue
factory method to obtain ParamDropDownValues service -
getDownloadsService
factory method to obtain Downloads service -
getWorkflowsService
factory method to obtain Workflows service -
getStatusesService
factory method to obtain Statuses service -
getBusinessRulesDefinitionService
factory method to obtain BusinessRulesDefinition service -
getSpreadsService
factory method to obtain Spreads service -
getStatusGroupsService
factory method to obtain StatusGroups service -
getParametersService
factory method to obtain Parameters service -
getQueuesService
factory method to obtain Queues service -
getFilesService
factory method to obtain Files service -
getBusinessRulesService
factory method to obtain BusinessRules service -
getPageTemplatesService
factory method to obtain PageTemplates service -
getPublicationTypesService
factory method to obtain PublicationTypes service -
getParameterDefinitionsService
factory method to obtain ParameterDefinitions service -
getPlanningsService
factory method to obtain Plannings service -
getServerJobsService
factory method to obtain ServerJobs service -
getPublicationService
factory method to obtain Publications service -
getWorkflowStepsService
factory method to obtain WorkflowSteps service -
getTasksService
factory method to obtain Tasks service -
getDocumentsService
factory method to obtain Documents service -
getNotesService
factory method to obtain Notes service -
getTemplatesService
factory method to obtain Templates service -
getPublicationRightsServiceLocal
factory method to obtain PublicationRights service -
getEntityManager
factory method to obtain EntityManager instance -
getCometTableOfContents
factory method to obtain CometTableOfContents instance -
getCheckedoutDocumentsServiceLocal
factory method to obtain CheckedoutDocuments service -
getDataProviderManagerLocal
factory method to obtain DataProviderManager instance -
getDocumentManipulationFacade
factory method to obtain DocumentManipulationFacade instance
-