com.ibm.commerce.usermanagement.commands
Class PreMemberRoleUnassignCmdImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.usermanagement.commands.PreMemberRoleUnassignCmdImpl
All Implemented Interfaces:
ECCommand, PreMemberRoleUnassignCmd, TaskCommand

public class PreMemberRoleUnassignCmdImpl
extends TaskCommandImpl
implements PreMemberRoleUnassignCmd

The implementation class for PreMemberRoleUnassignCmd.


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
protected  TypedProperty requestProperties
           
protected  TypedProperty responseProperties
           
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.usermanagement.commands.PreMemberRoleUnassignCmd
defaultCommandClassName, NAME
 
Constructor Summary
PreMemberRoleUnassignCmdImpl()
           
 
Method Summary
 TypedProperty getRequestProperties()
          Get request properties.
 TypedProperty getResponseProperties()
          Get response properties.
 void performExecute()
          Contains the actual business logic of the command It should be implemented by all the command writer.
 void setRequestProperties(TypedProperty aRequestProperties)
          Set request properties
 void setResponseProperties(TypedProperty aResponseProperties)
          Set response properties
 
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT

requestProperties

protected TypedProperty requestProperties

responseProperties

protected TypedProperty responseProperties
Constructor Detail

PreMemberRoleUnassignCmdImpl

public PreMemberRoleUnassignCmdImpl()
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Description copied from interface: PreMemberRoleUnassignCmd
Get request properties.
Specified by:
getRequestProperties in interface PreMemberRoleUnassignCmd
Following copied from interface: com.ibm.commerce.usermanagement.commands.PreMemberRoleUnassignCmd
Returns:
Request Properties

getResponseProperties

public TypedProperty getResponseProperties()
Description copied from interface: PreMemberRoleUnassignCmd
Get response properties.
Specified by:
getResponseProperties in interface PreMemberRoleUnassignCmd
Following copied from interface: com.ibm.commerce.usermanagement.commands.PreMemberRoleUnassignCmd
Returns:
Response properties

performExecute

public void performExecute()
                    throws ECException
Description copied from interface: ECCommand
Contains the actual business logic of the command It should be implemented by all the command writer.
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECCommand
Following copied from interface: com.ibm.commerce.command.ECCommand
Throws:
com.ibm.commerce.command.CommandException - The superclass for all ECExceptions.

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
Description copied from interface: PreMemberRoleUnassignCmd
Set request properties
Specified by:
setRequestProperties in interface PreMemberRoleUnassignCmd
Following copied from interface: com.ibm.commerce.usermanagement.commands.PreMemberRoleUnassignCmd
Parameters:
aRequestProperties - Request properties

setResponseProperties

public void setResponseProperties(TypedProperty aResponseProperties)
Description copied from interface: PreMemberRoleUnassignCmd
Set response properties
Specified by:
setResponseProperties in interface PreMemberRoleUnassignCmd
Following copied from interface: com.ibm.commerce.usermanagement.commands.PreMemberRoleUnassignCmd
Parameters:
aResponseProperties - Response properties