Class AutomatedWorkflowActionTemplates
- java.lang.Object
-
- de.hybris.platform.warehousing.util.models.AbstractItems<AutomatedWorkflowActionTemplateModel>
-
- de.hybris.platform.warehousing.util.models.AutomatedWorkflowActionTemplates
-
public class AutomatedWorkflowActionTemplates extends AbstractItems<AutomatedWorkflowActionTemplateModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTO_DELETE_CANCELEVENT_CODEstatic java.lang.StringAUTO_DELETE_CANCELEVENT_NAMEstatic java.lang.StringAUTO_DELETE_CANCELLATION_EVENT_HANDLERstatic java.lang.StringAUTO_DELETE_STOCKLEVEL_HANDLERstatic java.lang.StringAUTO_DELETE_STOCKS_CODEstatic java.lang.StringAUTO_DELETE_STOCKS_NAMEstatic java.lang.StringAUTO_PACK_CODEstatic java.lang.StringAUTO_PACK_HANDLERstatic java.lang.StringAUTO_PACK_NAMEstatic java.lang.StringAUTO_PICKUP_CODEstatic java.lang.StringAUTO_PICKUP_HANDLERstatic java.lang.StringAUTO_PICKUP_NAMEstatic java.lang.StringAUTO_REALLOCATE_CONS_CODEstatic java.lang.StringAUTO_REALLOCATE_CONS_NAMEstatic java.lang.StringAUTO_REALLOCATE_HANDLERstatic java.lang.StringAUTO_SHIP_CODEstatic java.lang.StringAUTO_SHIP_HANDLERstatic java.lang.StringAUTO_SHIP_NAME
-
Constructor Summary
Constructors Constructor Description AutomatedWorkflowActionTemplates()
-
Method Summary
-
Methods inherited from class de.hybris.platform.warehousing.util.models.AbstractItems
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
AUTO_PACK_CODE
public static final java.lang.String AUTO_PACK_CODE
- See Also:
- Constant Field Values
-
AUTO_PACK_NAME
public static final java.lang.String AUTO_PACK_NAME
- See Also:
- Constant Field Values
-
AUTO_PACK_HANDLER
public static final java.lang.String AUTO_PACK_HANDLER
- See Also:
- Constant Field Values
-
AUTO_SHIP_CODE
public static final java.lang.String AUTO_SHIP_CODE
- See Also:
- Constant Field Values
-
AUTO_SHIP_NAME
public static final java.lang.String AUTO_SHIP_NAME
- See Also:
- Constant Field Values
-
AUTO_SHIP_HANDLER
public static final java.lang.String AUTO_SHIP_HANDLER
- See Also:
- Constant Field Values
-
AUTO_PICKUP_CODE
public static final java.lang.String AUTO_PICKUP_CODE
- See Also:
- Constant Field Values
-
AUTO_PICKUP_NAME
public static final java.lang.String AUTO_PICKUP_NAME
- See Also:
- Constant Field Values
-
AUTO_PICKUP_HANDLER
public static final java.lang.String AUTO_PICKUP_HANDLER
- See Also:
- Constant Field Values
-
AUTO_REALLOCATE_CONS_CODE
public static final java.lang.String AUTO_REALLOCATE_CONS_CODE
- See Also:
- Constant Field Values
-
AUTO_REALLOCATE_CONS_NAME
public static final java.lang.String AUTO_REALLOCATE_CONS_NAME
- See Also:
- Constant Field Values
-
AUTO_REALLOCATE_HANDLER
public static final java.lang.String AUTO_REALLOCATE_HANDLER
- See Also:
- Constant Field Values
-
AUTO_DELETE_CANCELEVENT_CODE
public static final java.lang.String AUTO_DELETE_CANCELEVENT_CODE
- See Also:
- Constant Field Values
-
AUTO_DELETE_CANCELEVENT_NAME
public static final java.lang.String AUTO_DELETE_CANCELEVENT_NAME
- See Also:
- Constant Field Values
-
AUTO_DELETE_CANCELLATION_EVENT_HANDLER
public static final java.lang.String AUTO_DELETE_CANCELLATION_EVENT_HANDLER
- See Also:
- Constant Field Values
-
AUTO_DELETE_STOCKS_CODE
public static final java.lang.String AUTO_DELETE_STOCKS_CODE
- See Also:
- Constant Field Values
-
AUTO_DELETE_STOCKS_NAME
public static final java.lang.String AUTO_DELETE_STOCKS_NAME
- See Also:
- Constant Field Values
-
AUTO_DELETE_STOCKLEVEL_HANDLER
public static final java.lang.String AUTO_DELETE_STOCKLEVEL_HANDLER
- See Also:
- Constant Field Values
-
-
Method Detail
-
AutoPacking
public AutomatedWorkflowActionTemplateModel AutoPacking()
-
AutoShipping
public AutomatedWorkflowActionTemplateModel AutoShipping()
-
AutoPickup
public AutomatedWorkflowActionTemplateModel AutoPickup()
-
AutoReallocateConsignment
public AutomatedWorkflowActionTemplateModel AutoReallocateConsignment()
-
AutoDeleteCancellationEvent
public AutomatedWorkflowActionTemplateModel AutoDeleteCancellationEvent()
-
AutoDeleteStockLevel
public AutomatedWorkflowActionTemplateModel AutoDeleteStockLevel()
-
getAutomatedWorkflowActionTemplateDao
protected WarehousingDao<AutomatedWorkflowActionTemplateModel> getAutomatedWorkflowActionTemplateDao()
-
setAutomatedWorkflowActionTemplateDao
public void setAutomatedWorkflowActionTemplateDao(WarehousingDao<AutomatedWorkflowActionTemplateModel> automatedWorkflowActionTemplateDao)
-
getWorkflowDecisionTemplates
protected WorkflowDecisionTemplates getWorkflowDecisionTemplates()
-
setWorkflowDecisionTemplates
public void setWorkflowDecisionTemplates(WorkflowDecisionTemplates workflowDecisionTemplates)
-
getWorkflowTemplates
protected WorkflowTemplates getWorkflowTemplates()
-
setWorkflowTemplates
public void setWorkflowTemplates(WorkflowTemplates workflowTemplates)
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-