public class PrepareWithdrawItemAction extends MagalieActionSupport implements com.opensymphony.xwork2.Preparable
| Modifier and Type | Field and Description |
|---|---|
protected Article |
article |
protected String |
articleBarcode |
protected boolean |
askQuantity |
protected Warehouse |
destinationWarehouse |
protected String |
destinationWarehouseId |
protected List<Warehouse> |
destinationWarehouses |
protected FulfilKanbanService |
fulfilKanbanService |
protected Double |
quantity |
protected MagalieSession |
session |
protected SimpleWithdrawItemService |
simpleWithdrawItemService |
messages, SHORTCUTS| Constructor and Description |
|---|
PrepareWithdrawItemAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
Article |
getArticle() |
String |
getArticleBarcode() |
String |
getDestinationWarehouseId() |
List<Warehouse> |
getDestinationWarehouses() |
boolean |
isAskQuantity() |
void |
prepare() |
void |
setArticleBarcode(String articleBarcode) |
void |
setDestinationWarehouseId(String destinationWarehouseId) |
void |
setFulfilKanbanService(FulfilKanbanService fulfilKanbanService) |
void |
setQuantity(Double quantity) |
void |
setSession(MagalieSession session) |
void |
setSimpleWithdrawItemService(SimpleWithdrawItemService simpleWithdrawItemService) |
void |
validate() |
addMessage, getMessages, getShortcuts, isWithMessages, setMessages, toStringaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrorsprotected MagalieSession session
protected String articleBarcode
protected String destinationWarehouseId
protected Double quantity
protected boolean askQuantity
protected Article article
protected Warehouse destinationWarehouse
protected FulfilKanbanService fulfilKanbanService
protected SimpleWithdrawItemService simpleWithdrawItemService
public void setSession(MagalieSession session)
public void setFulfilKanbanService(FulfilKanbanService fulfilKanbanService)
public void setSimpleWithdrawItemService(SimpleWithdrawItemService simpleWithdrawItemService)
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparablepublic boolean isAskQuantity()
public String getDestinationWarehouseId()
public void setArticleBarcode(String articleBarcode)
public void setDestinationWarehouseId(String destinationWarehouseId)
public void setQuantity(Double quantity)
public void validate()
validate in interface com.opensymphony.xwork2.Validateablevalidate in class com.opensymphony.xwork2.ActionSupportpublic String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportpublic Article getArticle()
public String getArticleBarcode()
Copyright © 2013 CodeLutin. All rights reserved.