com.ibm.commerce.usermanagement.commands
Interface AuditBaseCmd

All Superinterfaces:
TaskCommand
All Known Subinterfaces:
AuditAddressCmd, AuditOrgEntityCmd, AuditUserRegistrationCmd
All Known Implementing Classes:
AuditAddressCmdImpl, AuditBaseCmdImpl, AuditOrgEntityCmdImpl, AuditUserRegistrationCmdImpl

public interface AuditBaseCmd
extends TaskCommand

The base command for AuditAddressCmd, AuditUserRegistrationCmd and AuditOrgEntityCmd.


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright notice field.
static java.lang.String NAME
          The name of this command.
 
Method Summary
  TypedProperty getRequestProperties()
          Gets the requst properties passed to this task command.
 void setErrorViewName(java.lang.String astrErrorViewName)
          Sets Error View Name.
 void setPropertyFileName(java.lang.String astrPropertyFileName)
          Sets the property file name.
 void setRequestProperties( TypedProperty aRequestProperties)           Sets the request properties needed to pass to this task command.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values
Method Detail

setErrorViewName

public void setErrorViewName(java.lang.String astrErrorViewName)
Sets Error View Name.

setPropertyFileName

public void setPropertyFileName(java.lang.String astrPropertyFileName)
Sets the property file name. The task command will read controlling information in the property file to do validation.

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws ECApplicationException
Sets the request properties needed to pass to this task command. The request properties contains name-value pairs to be validate.
Parameters:
aRequestProperties - The request properties.
ECApplicationException

getRequestProperties

public TypedProperty getRequestProperties()
Gets the requst properties passed to this task command.
Returns:
The request properties passed to this task command.