public abstract class GeneratedFindAgentEmailProcess
extends StoreFrontCustomerProcess
FindAgentEmailProcess.| Modifier and Type | Field and Description |
|---|---|
static String |
AGENTEMAIL
Qualifier of the
FindAgentEmailProcess.agentEmail attribute |
static String |
ANONYMOUSUSER
Qualifier of the
FindAgentEmailProcess.anonymousUser attribute |
static String |
CALLBACK
Qualifier of the
FindAgentEmailProcess.callback attribute |
static String |
CARTCODE
Qualifier of the
FindAgentEmailProcess.cartCode attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
INTEREST
Qualifier of the
FindAgentEmailProcess.interest attribute |
static String |
PHONE
Qualifier of the
FindAgentEmailProcess.phone attribute |
static String |
USEREMAIL
Qualifier of the
FindAgentEmailProcess.userEmail attribute |
static String |
USERMESSAGE
Qualifier of the
FindAgentEmailProcess.userMessage attribute |
static String |
USERNAME
Qualifier of the
FindAgentEmailProcess.userName attribute |
static String |
USERUID
Qualifier of the
FindAgentEmailProcess.userUid attribute |
| Constructor and Description |
|---|
GeneratedFindAgentEmailProcess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentEmail()
Generated method - Getter of the
FindAgentEmailProcess.agentEmail attribute. |
String |
getAgentEmail(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.agentEmail attribute. |
String |
getCallback()
Generated method - Getter of the
FindAgentEmailProcess.callback attribute. |
String |
getCallback(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.callback attribute. |
String |
getCartCode()
Generated method - Getter of the
FindAgentEmailProcess.cartCode attribute. |
String |
getCartCode(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.cartCode attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getInterest()
Generated method - Getter of the
FindAgentEmailProcess.interest attribute. |
String |
getInterest(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.interest attribute. |
String |
getPhone()
Generated method - Getter of the
FindAgentEmailProcess.phone attribute. |
String |
getPhone(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.phone attribute. |
String |
getUserEmail()
Generated method - Getter of the
FindAgentEmailProcess.userEmail attribute. |
String |
getUserEmail(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.userEmail attribute. |
String |
getUserMessage()
Generated method - Getter of the
FindAgentEmailProcess.userMessage attribute. |
String |
getUserMessage(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.userMessage attribute. |
String |
getUserName()
Generated method - Getter of the
FindAgentEmailProcess.userName attribute. |
String |
getUserName(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.userName attribute. |
String |
getUserUid()
Generated method - Getter of the
FindAgentEmailProcess.userUid attribute. |
String |
getUserUid(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.userUid attribute. |
Boolean |
isAnonymousUser()
Generated method - Getter of the
FindAgentEmailProcess.anonymousUser attribute. |
Boolean |
isAnonymousUser(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.anonymousUser attribute. |
boolean |
isAnonymousUserAsPrimitive()
Generated method - Getter of the
FindAgentEmailProcess.anonymousUser attribute. |
boolean |
isAnonymousUserAsPrimitive(SessionContext ctx)
Generated method - Getter of the
FindAgentEmailProcess.anonymousUser attribute. |
void |
setAgentEmail(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.agentEmail attribute. |
void |
setAgentEmail(String value)
Generated method - Setter of the
FindAgentEmailProcess.agentEmail attribute. |
void |
setAnonymousUser(boolean value)
Generated method - Setter of the
FindAgentEmailProcess.anonymousUser attribute. |
void |
setAnonymousUser(Boolean value)
Generated method - Setter of the
FindAgentEmailProcess.anonymousUser attribute. |
void |
setAnonymousUser(SessionContext ctx,
boolean value)
Generated method - Setter of the
FindAgentEmailProcess.anonymousUser attribute. |
void |
setAnonymousUser(SessionContext ctx,
Boolean value)
Generated method - Setter of the
FindAgentEmailProcess.anonymousUser attribute. |
void |
setCallback(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.callback attribute. |
void |
setCallback(String value)
Generated method - Setter of the
FindAgentEmailProcess.callback attribute. |
void |
setCartCode(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.cartCode attribute. |
void |
setCartCode(String value)
Generated method - Setter of the
FindAgentEmailProcess.cartCode attribute. |
void |
setInterest(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.interest attribute. |
void |
setInterest(String value)
Generated method - Setter of the
FindAgentEmailProcess.interest attribute. |
void |
setPhone(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.phone attribute. |
void |
setPhone(String value)
Generated method - Setter of the
FindAgentEmailProcess.phone attribute. |
void |
setUserEmail(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.userEmail attribute. |
void |
setUserEmail(String value)
Generated method - Setter of the
FindAgentEmailProcess.userEmail attribute. |
void |
setUserMessage(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.userMessage attribute. |
void |
setUserMessage(String value)
Generated method - Setter of the
FindAgentEmailProcess.userMessage attribute. |
void |
setUserName(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.userName attribute. |
void |
setUserName(String value)
Generated method - Setter of the
FindAgentEmailProcess.userName attribute. |
void |
setUserUid(SessionContext ctx,
String value)
Generated method - Setter of the
FindAgentEmailProcess.userUid attribute. |
void |
setUserUid(String value)
Generated method - Setter of the
FindAgentEmailProcess.userUid attribute. |
public static final String AGENTEMAIL
FindAgentEmailProcess.agentEmail attributepublic static final String USERMESSAGE
FindAgentEmailProcess.userMessage attributepublic static final String USEREMAIL
FindAgentEmailProcess.userEmail attributepublic static final String CALLBACK
FindAgentEmailProcess.callback attributepublic static final String PHONE
FindAgentEmailProcess.phone attributepublic static final String USERNAME
FindAgentEmailProcess.userName attributepublic static final String INTEREST
FindAgentEmailProcess.interest attributepublic static final String USERUID
FindAgentEmailProcess.userUid attributepublic static final String ANONYMOUSUSER
FindAgentEmailProcess.anonymousUser attributepublic static final String CARTCODE
FindAgentEmailProcess.cartCode attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public String getAgentEmail(SessionContext ctx)
FindAgentEmailProcess.agentEmail attribute.public String getAgentEmail()
FindAgentEmailProcess.agentEmail attribute.public void setAgentEmail(SessionContext ctx, String value)
FindAgentEmailProcess.agentEmail attribute.value - the agentEmail - Attribute contains agent email that is used in this process.public void setAgentEmail(String value)
FindAgentEmailProcess.agentEmail attribute.value - the agentEmail - Attribute contains agent email that is used in this process.public Boolean isAnonymousUser(SessionContext ctx)
FindAgentEmailProcess.anonymousUser attribute.public Boolean isAnonymousUser()
FindAgentEmailProcess.anonymousUser attribute.public boolean isAnonymousUserAsPrimitive(SessionContext ctx)
FindAgentEmailProcess.anonymousUser attribute.public boolean isAnonymousUserAsPrimitive()
FindAgentEmailProcess.anonymousUser attribute.public void setAnonymousUser(SessionContext ctx, Boolean value)
FindAgentEmailProcess.anonymousUser attribute.value - the anonymousUser - Attribute contains true if user with uid is anonymous.public void setAnonymousUser(Boolean value)
FindAgentEmailProcess.anonymousUser attribute.value - the anonymousUser - Attribute contains true if user with uid is anonymous.public void setAnonymousUser(SessionContext ctx, boolean value)
FindAgentEmailProcess.anonymousUser attribute.value - the anonymousUser - Attribute contains true if user with uid is anonymous.public void setAnonymousUser(boolean value)
FindAgentEmailProcess.anonymousUser attribute.value - the anonymousUser - Attribute contains true if user with uid is anonymous.public String getCallback(SessionContext ctx)
FindAgentEmailProcess.callback attribute.public String getCallback()
FindAgentEmailProcess.callback attribute.public void setCallback(SessionContext ctx, String value)
FindAgentEmailProcess.callback attribute.value - the callbackpublic void setCallback(String value)
FindAgentEmailProcess.callback attribute.value - the callbackpublic String getCartCode(SessionContext ctx)
FindAgentEmailProcess.cartCode attribute.public String getCartCode()
FindAgentEmailProcess.cartCode attribute.public void setCartCode(SessionContext ctx, String value)
FindAgentEmailProcess.cartCode attribute.value - the cartCode - Attribute contains cart code that is used in this process.public void setCartCode(String value)
FindAgentEmailProcess.cartCode attribute.value - the cartCode - Attribute contains cart code that is used in this process.public String getInterest(SessionContext ctx)
FindAgentEmailProcess.interest attribute.public String getInterest()
FindAgentEmailProcess.interest attribute.public void setInterest(SessionContext ctx, String value)
FindAgentEmailProcess.interest attribute.value - the interestpublic void setInterest(String value)
FindAgentEmailProcess.interest attribute.value - the interestpublic String getPhone(SessionContext ctx)
FindAgentEmailProcess.phone attribute.public String getPhone()
FindAgentEmailProcess.phone attribute.public void setPhone(SessionContext ctx, String value)
FindAgentEmailProcess.phone attribute.value - the phonepublic void setPhone(String value)
FindAgentEmailProcess.phone attribute.value - the phonepublic String getUserEmail(SessionContext ctx)
FindAgentEmailProcess.userEmail attribute.public String getUserEmail()
FindAgentEmailProcess.userEmail attribute.public void setUserEmail(SessionContext ctx, String value)
FindAgentEmailProcess.userEmail attribute.value - the userEmailpublic void setUserEmail(String value)
FindAgentEmailProcess.userEmail attribute.value - the userEmailpublic String getUserMessage(SessionContext ctx)
FindAgentEmailProcess.userMessage attribute.public String getUserMessage()
FindAgentEmailProcess.userMessage attribute.public void setUserMessage(SessionContext ctx, String value)
FindAgentEmailProcess.userMessage attribute.value - the userMessage - Attribute contains user message that is used in this process.public void setUserMessage(String value)
FindAgentEmailProcess.userMessage attribute.value - the userMessage - Attribute contains user message that is used in this process.public String getUserName(SessionContext ctx)
FindAgentEmailProcess.userName attribute.public String getUserName()
FindAgentEmailProcess.userName attribute.public void setUserName(SessionContext ctx, String value)
FindAgentEmailProcess.userName attribute.value - the userNamepublic void setUserName(String value)
FindAgentEmailProcess.userName attribute.value - the userNamepublic String getUserUid(SessionContext ctx)
FindAgentEmailProcess.userUid attribute.public String getUserUid()
FindAgentEmailProcess.userUid attribute.public void setUserUid(SessionContext ctx, String value)
FindAgentEmailProcess.userUid attribute.value - the userUid - Attribute contains user uid that is used in this process.public void setUserUid(String value)
FindAgentEmailProcess.userUid attribute.value - the userUid - Attribute contains user uid that is used in this process.Copyright © 2017 SAP SE. All Rights Reserved.