public class GenericInventoryReserveCmdImpl extends GenericInventoryBaseCmdImpl implements GenericInventoryReserveCmd
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | description |
protected java.lang.Long | reservationType |
Constructor and Description |
---|
GenericInventoryReserveCmdImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void | createReservationForATP()
Create a reservation for ATP enabled store.
|
java.lang.String | getDescription()
Get the description for this reservation.
|
java.lang.Long | getReservationType()
Get reservation type.
|
void | performExecute()
Reserve inventory for the specified catalog entry based on the fulfillment center and quantity.
|
void | reset()
Reset command's parameter.
|
void | setDescription(java.lang.String newDescription)
Set the description for this reservation.
|
void | setReservationType(java.lang.Long param)
Set the type of reservation.
|
void | validateParameters()
Validate the command's parameters.
|
protected java.lang.Long reservationType
protected java.lang.String description
public GenericInventoryReserveCmdImpl()
protected void createReservationForATP() throws ECException
public java.lang.String getDescription()
public java.lang.Long getReservationType()
public void performExecute() throws ECException
public void reset()
public void setDescription(java.lang.String newDescription)
public void setReservationType(java.lang.Long param)
public void validateParameters() throws ECException