|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.shop.checkout.UpdateStockTask
public class UpdateStockTask
The UpdateStockTask.
| Constructor Summary | |
|---|---|
UpdateStockTask()
The no-argument constructor. |
|
| Method Summary | |
|---|---|
void |
execute(java.lang.Long id)
Updates the stock of the ordered ShopItems. |
void |
initialize(CheckoutFinishingTaskConfiguration configuration)
Does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateStockTask()
| Method Detail |
|---|
public final void execute(java.lang.Long id)
ShopItems.
execute in interface CheckoutFinishingTaskid - the id of the Order.
java.lang.IllegalArgumentException - if the given id is null.CheckoutFinishingTask.execute(Long)public final void initialize(CheckoutFinishingTaskConfiguration configuration)
initialize in interface Configurable<CheckoutFinishingTaskConfiguration>configuration - may be null.Configurable.initialize(org.torweg.pulse.configuration.Configuration)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||