Enum Class PlannerAPIServiceLocator.ServiceLocatorEnum
- All Implemented Interfaces:
Serializable,Comparable<PlannerAPIServiceLocator.ServiceLocatorEnum>,Constable
- Enclosing class:
PlannerAPIServiceLocator
-
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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.This method and the service it returns are no longer valid.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.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.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 CometTableOfContents instancefactory method to obtain DataProviderManager instancefactory method to obtain DocumentManipulationFacade instanceDeprecated, for removal: This API element is subject to removal in a future version.This method and the service it returns are no longer valid.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.static EntityManagerLocalgetEntityManager(String sessionId) factory method to obtain EntityManager instanceDeprecated, for removal: This API element is subject to removal in a future version.This method and the service it returns are no longer valid.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.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.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.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.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.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.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.Deprecated.This method and the service it returns are no longer valid.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.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.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.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.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.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.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.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.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.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.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.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.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 supportedReturns 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
@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#getAssignedAccessRightServiceLocalMethods of the service are described in the interface of the service com.priint.pubserverapi.access.AssignedAccessRightServiceLocal
factory method to obtain AssignedAccessRights service -
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#getUserServiceLocalMethods 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#getParameterServiceLocalMethods 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#getParameterServiceLocalMethods 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#getParameterServiceLocalMethods of the service are described in the interface of the service com.priint.pubserverapi.parameter.ParameterServiceLocal
factory method to obtain ParamDropDownValues service -
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#getDownloadServiceLocalMethods of the service are described in the interface of the service com.priint.pubserverapi.downloads.DownloadServiceLocal
factory method to obtain Downloads service -
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, 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, 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#getSpreadServiceLocalMethods 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, 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, 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, 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#getPriintStorageServiceLocalfactory 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#getPageTemplatesServiceLocalMethods 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#getPublicationTypeServiceLocalMethods 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#getParameterServiceLocalMethods of the service are described in the interface of the service com.priint.pubserverapi.parameter.ParameterServiceLocal
factory method to obtain ParameterDefinitions service -
getPlanningsService
Deprecated.This method and the service it returns are no longer valid. Insted, usefactory method to obtain Plannings service -
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, 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#getPublicationServiceLocalMethods 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 supportedfactory method to obtain WorkflowSteps service -
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, 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#getDocumentServiceLocalMethods of the service are described in the interface of the service com.priint.pubserverapi.document.DocumentServiceLocal
factory method to obtain Documents service -
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#getNotesServiceLocalMethods of the service are described in the interface of the service com.priint.pubserverapi.note.NoteServiceLocal
factory method to obtain Notes service -
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#getTemplatesServiceLocalMethods 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#getPublicationRightsServiceLocalMethods of the service are described in the interface of the service com.priint.pubserverapi.publication.PublicationRightsServiceLocal
factory method to obtain PublicationRights service -
getEntityManager
factory method to obtain EntityManager instance -
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#getCheckedOutDocumentsServiceLocalMethods of the service are described in the interface of the service com.priint.pubserverapi.document.CheckedOutDocumentsServiceLocal
factory method to obtain CheckedoutDocuments service -
getDataProviderManagerLocal
factory method to obtain DataProviderManager instance -
getDocumentManipulationFacade
factory method to obtain DocumentManipulationFacade instance
-