com.ibm.commerce.usermanagement.commands
Class ProcessProfileTypeCmdImpl

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

public class ProcessProfileTypeCmdImpl
extends TaskCommandImpl
implements ProcessProfileTypeCmd

The implementation class for ProcessProfileTypeCmd.


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
protected  TypedProperty requestProperties
           
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.usermanagement.commands.ProcessProfileTypeCmd
defaultCommandClassName, NAME
 
Constructor Summary
ProcessProfileTypeCmdImpl()
           
 
Method Summary
 java.lang.String getProfileType()
          Get the profile type determined.
 TypedProperty getRequestProperties()
          Get the request properties processed.
 void performExecute()
          Contains the actual business logic of the command It should be implemented by all the command writer.
 void setRequestProperties(TypedProperty aRequestProperties)
          sets the request properties need to be processed.
 
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
Constructor Detail

ProcessProfileTypeCmdImpl

public ProcessProfileTypeCmdImpl()
Method Detail

getProfileType

public java.lang.String getProfileType()
Description copied from interface: ProcessProfileTypeCmd
Get the profile type determined.
Specified by:
getProfileType in interface ProcessProfileTypeCmd
Following copied from interface: com.ibm.commerce.usermanagement.commands.ProcessProfileTypeCmd
Returns:
profile type

getRequestProperties

public TypedProperty getRequestProperties()
Description copied from interface: ProcessProfileTypeCmd
Get the request properties processed.
Specified by:
getRequestProperties in interface ProcessProfileTypeCmd
Following copied from interface: com.ibm.commerce.usermanagement.commands.ProcessProfileTypeCmd
Returns:
The request 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: ProcessProfileTypeCmd
sets the request properties need to be processed.
Specified by:
setRequestProperties in interface ProcessProfileTypeCmd
Following copied from interface: com.ibm.commerce.usermanagement.commands.ProcessProfileTypeCmd
Parameters:
aRequestProperties - The request properties