public abstract class GeneratedReplenishmentProcess
extends StoreFrontCustomerProcess
ReplenishmentProcess.| Modifier and Type | Field and Description |
|---|---|
static String |
CARTTOORDERCRONJOB
Qualifier of the
ReplenishmentProcess.cartToOrderCronJob attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedReplenishmentProcess() |
| Modifier and Type | Method and Description |
|---|---|
CartToOrderCronJob |
getCartToOrderCronJob()
Generated method - Getter of the
ReplenishmentProcess.cartToOrderCronJob attribute. |
CartToOrderCronJob |
getCartToOrderCronJob(SessionContext ctx)
Generated method - Getter of the
ReplenishmentProcess.cartToOrderCronJob attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
void |
setCartToOrderCronJob(CartToOrderCronJob value)
Generated method - Setter of the
ReplenishmentProcess.cartToOrderCronJob attribute. |
void |
setCartToOrderCronJob(SessionContext ctx,
CartToOrderCronJob value)
Generated method - Setter of the
ReplenishmentProcess.cartToOrderCronJob attribute. |
public static final String CARTTOORDERCRONJOB
ReplenishmentProcess.cartToOrderCronJob attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public CartToOrderCronJob getCartToOrderCronJob(SessionContext ctx)
ReplenishmentProcess.cartToOrderCronJob attribute.public CartToOrderCronJob getCartToOrderCronJob()
ReplenishmentProcess.cartToOrderCronJob attribute.public void setCartToOrderCronJob(SessionContext ctx, CartToOrderCronJob value)
ReplenishmentProcess.cartToOrderCronJob attribute.value - the cartToOrderCronJob - Attribute contains cronjob that knows how to create an order from cart.public void setCartToOrderCronJob(CartToOrderCronJob value)
ReplenishmentProcess.cartToOrderCronJob attribute.value - the cartToOrderCronJob - Attribute contains cronjob that knows how to create an order from cart.Copyright © 2017 SAP SE. All Rights Reserved.