Interface for the command used to get the credentials for a shopper.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
static java.lang.String |
defaultCommandClassName The default implementation class name. |
static java.lang.String |
NAME The full class name for this interface file. |
Method Summary | |
---|---|
java.lang.String |
getPasswordForCredentials() Get the password to use on the credentials. |
java.lang.String |
getUserIdForCredentials() Get the user id to use on the credentials. |
void |
setPassword(java.lang.String thePassword) Set the user's password. |
void |
setReferralStoreId(java.lang.Integer theStoreId) Set the referral store id for the credentials. |
void |
setUserId(java.lang.String theUserId)
Set the user id. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setUserId(java.lang.String theUserId)
theUserId
- (Optional) The user id. If not specified the
"UserDistributorUserId" attribute of the commandContext user profile
will be used.public void setPassword(java.lang.String thePassword)
thePassword
- (Optional) The password. If not specified the
"UserDistributorPasswordEncrypted" attribute (unencrypted) of the
commandContext user profile will be used.public void setReferralStoreId(java.lang.Integer theStoreId)
theStoreId
- The distributor's store
id.public java.lang.String getUserIdForCredentials()
public java.lang.String getPasswordForCredentials()