public abstract class GeneratedStoreFrontCustomerProcess
extends StoreFrontProcess
StoreFrontCustomerProcess.| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOMER
Qualifier of the
StoreFrontCustomerProcess.customer attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
LANGUAGE
Qualifier of the
StoreFrontCustomerProcess.language attribute |
| Constructor and Description |
|---|
GeneratedStoreFrontCustomerProcess() |
| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer()
Generated method - Getter of the
StoreFrontCustomerProcess.customer attribute. |
Customer |
getCustomer(SessionContext ctx)
Generated method - Getter of the
StoreFrontCustomerProcess.customer attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
Language |
getLanguage()
Generated method - Getter of the
StoreFrontCustomerProcess.language attribute. |
Language |
getLanguage(SessionContext ctx)
Generated method - Getter of the
StoreFrontCustomerProcess.language attribute. |
void |
setCustomer(Customer value)
Generated method - Setter of the
StoreFrontCustomerProcess.customer attribute. |
void |
setCustomer(SessionContext ctx,
Customer value)
Generated method - Setter of the
StoreFrontCustomerProcess.customer attribute. |
void |
setLanguage(Language value)
Generated method - Setter of the
StoreFrontCustomerProcess.language attribute. |
void |
setLanguage(SessionContext ctx,
Language value)
Generated method - Setter of the
StoreFrontCustomerProcess.language attribute. |
public static final String CUSTOMER
StoreFrontCustomerProcess.customer attributepublic static final String LANGUAGE
StoreFrontCustomerProcess.language attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public Customer getCustomer(SessionContext ctx)
StoreFrontCustomerProcess.customer attribute.public Customer getCustomer()
StoreFrontCustomerProcess.customer attribute.public void setCustomer(SessionContext ctx, Customer value)
StoreFrontCustomerProcess.customer attribute.value - the customer - Attribute contains customer object that will be used in the process.public void setCustomer(Customer value)
StoreFrontCustomerProcess.customer attribute.value - the customer - Attribute contains customer object that will be used in the process.public Language getLanguage(SessionContext ctx)
StoreFrontCustomerProcess.language attribute.public Language getLanguage()
StoreFrontCustomerProcess.language attribute.public void setLanguage(SessionContext ctx, Language value)
StoreFrontCustomerProcess.language attribute.value - the language - Attribute contains language that will be used in the process.public void setLanguage(Language value)
StoreFrontCustomerProcess.language attribute.value - the language - Attribute contains language that will be used in the process.Copyright © 2017 SAP SE. All Rights Reserved.