com.ibm.commerce.usermanagement.commands
Class AuditOrgEntityCmdImpl
java.lang.Object
|
+--com.ibm.commerce.command.AbstractECCommand
|
+--com.ibm.commerce.command.TaskCommandImpl
|
+--com.ibm.commerce.usermanagement.commands.AuditBaseCmdImpl
|
+--com.ibm.commerce.usermanagement.commands.AuditOrgEntityCmdImpl
- All Implemented Interfaces:
- AuditBaseCmd, AuditOrgEntityCmd, ECCommand, TaskCommand
- public class AuditOrgEntityCmdImpl
- extends AuditBaseCmdImpl
- implements AuditOrgEntityCmd
The implementation for the AuditAddrBookCmd task command checks the parameters that are passed
into the AddressAdd and AddressUpdate commands.
Method Summary |
void |
performExecute()
Contains the actual business logic of the command
It should be implemented by all the command writer. |
void |
setBusinessCategory(java.lang.String astrBusinessCategory)
Sets the first line of the address. |
void |
setLegalId(java.lang.String astrLegalId)
Sets the first line of the address. |
void |
setRequestProperties(TypedProperty aRequestProperties)
|
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 |
CLASSNAME
public static final java.lang.String CLASSNAME
COPYRIGHT
public static final java.lang.String COPYRIGHT
istrBusinessCategory
protected java.lang.String istrBusinessCategory
istrLegalId
protected java.lang.String istrLegalId
AuditOrgEntityCmdImpl
public AuditOrgEntityCmdImpl()
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 AuditBaseCmdImpl
- Following copied from interface:
com.ibm.commerce.command.ECCommand
- Throws:
com.ibm.commerce.command.CommandException
- The superclass for all ECExceptions.
setBusinessCategory
public void setBusinessCategory(java.lang.String astrBusinessCategory)
- Sets the first line of the address.
- Specified by:
setBusinessCategory
in interface AuditOrgEntityCmd
- Parameters:
astrAddress1
- The first line of the address
setLegalId
public void setLegalId(java.lang.String astrLegalId)
- Sets the first line of the address.
- Specified by:
setLegalId
in interface AuditOrgEntityCmd
- Parameters:
astrAddress1
- The first line of the address
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperties)
throws ECApplicationException
- Specified by:
setRequestProperties
in interface AuditOrgEntityCmd
- Overrides:
setRequestProperties
in class AuditBaseCmdImpl