public interface AddressCheckCmd extends ControllerCommand
Use this command with SSL (Secure Sockets Layer) to ensure that the information are encrypted. To do so, type the command with the HTTPS secure protocol.
The parameters yesURL and noURL are mandatory. The rest of the parameters are all optional.
Behavior
Exception Conditions
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
NAME
The name of this command.
|
defaultCommandClassName
Modifier and Type | Method and Description |
---|---|
boolean |
getAddressCheck()
Gets the boolean result indicating whether the member has any address entry.
|
java.lang.String |
getAddressNoURL()
Gets the URL that is called if the member does not have any address entry.
|
java.lang.String |
getAddressYesURL()
Gets the URL that is called if the member has at least one address entry.
|
void |
reset()
Resets all instance variables of the command to initial state so it can be used again.
|
void |
setAddressNoURL(java.lang.String astrAddressNoURL)
Sets the URL that is called if the member does not have any address entry.
|
void |
setAddressYesURL(java.lang.String astrAddressYesURL)
Sets the URL that is called if the member has at least one address entry.
|
void |
setMemberId(java.lang.String astrMemberId)
Sets the memberId of the member to check address.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
boolean getAddressCheck()
java.lang.String getAddressNoURL()
java.lang.String getAddressYesURL()
void reset()
reset
in interface com.ibm.websphere.command.Command
void setAddressNoURL(java.lang.String astrAddressNoURL)
astrAddressNoURL
- The URL that is called if the member does not have any address entry.void setAddressYesURL(java.lang.String astrAddressYesURL)
astrAddressNoURL
- The URL that is called if the member has at least one address entry.void setMemberId(java.lang.String astrMemberId)
astrMemberId
- The memberId.