public class FulfilKanbanAction extends MagalieActionSupport implements com.opensymphony.xwork2.Preparable
| Modifier and Type | Field and Description |
|---|---|
protected Article |
article |
protected String |
articleBarcode |
protected boolean |
askQuantity |
protected String |
destinationLocationId |
protected Warehouse |
destinationWarehouse |
protected String |
destinationWarehouseId |
protected List<Warehouse> |
destinationWarehouses |
protected Double |
quantity |
protected FulfilKanbanService |
service |
protected MagalieSession |
session |
messages, SHORTCUTS| Constructor and Description |
|---|
FulfilKanbanAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
String |
getArticleId() |
String |
getDestinationLocationId() |
String |
getDestinationWarehouseId() |
List<Warehouse> |
getDestinationWarehouses() |
Double |
getQuantity() |
boolean |
isAskQuantity() |
void |
prepare() |
void |
setArticleBarcode(String articleBarcode) |
void |
setDestinationWarehouseId(String destinationWarehouseId) |
void |
setQuantity(Double quantity) |
void |
setService(FulfilKanbanService service) |
void |
setSession(MagalieSession session) |
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, setFieldErrors, validateprotected MagalieSession session
protected FulfilKanbanService service
protected String articleBarcode
protected String destinationWarehouseId
protected Double quantity
protected boolean askQuantity
protected Article article
protected Warehouse destinationWarehouse
protected String destinationLocationId
public void setService(FulfilKanbanService service)
public void setSession(MagalieSession session)
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 String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportpublic String getArticleId()
public Double getQuantity()
public String getDestinationLocationId()
Copyright © 2013 CodeLutin. All rights reserved.