public class DefaultAsnWorkflowService extends java.lang.Object implements AsnWorkflowService
AsnWorkflowService| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CONSIGNMENT_TEMPLATE_NAME |
protected static Logger |
LOGGER |
protected static java.lang.String |
WORKFLOW_OF_ASN |
| Constructor and Description |
|---|
DefaultAsnWorkflowService() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationService |
getConfigurationService() |
protected ModelService |
getModelService() |
protected UserService |
getUserService() |
protected WorkflowProcessingService |
getWorkflowProcessingService() |
protected WorkflowService |
getWorkflowService() |
protected WorkflowTemplateService |
getWorkflowTemplateService() |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setModelService(ModelService modelService) |
void |
setUserService(UserService userService) |
void |
setWorkflowProcessingService(WorkflowProcessingService workflowProcessingService) |
void |
setWorkflowService(WorkflowService workflowService) |
void |
setWorkflowTemplateService(WorkflowTemplateService workflowTemplateService) |
void |
startAsnCancellationWorkflow(AdvancedShippingNoticeModel advancedShippingNotice)
Starts a cancellation workflow for the given consignment
AdvancedShippingNoticeModel. |
protected static final Logger LOGGER
protected static final java.lang.String CONSIGNMENT_TEMPLATE_NAME
protected static final java.lang.String WORKFLOW_OF_ASN
public void startAsnCancellationWorkflow(AdvancedShippingNoticeModel advancedShippingNotice)
AsnWorkflowServiceAdvancedShippingNoticeModel.startAsnCancellationWorkflow in interface AsnWorkflowServiceadvancedShippingNotice - AdvancedShippingNoticeModel for which a workflow needs to be startedprotected WorkflowService getWorkflowService()
public void setWorkflowService(WorkflowService workflowService)
protected WorkflowTemplateService getWorkflowTemplateService()
public void setWorkflowTemplateService(WorkflowTemplateService workflowTemplateService)
protected WorkflowProcessingService getWorkflowProcessingService()
public void setWorkflowProcessingService(WorkflowProcessingService workflowProcessingService)
protected UserService getUserService()
public void setUserService(UserService userService)
protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
Copyright © 2018 SAP SE. All Rights Reserved.