com.ibm.commerce.usermanagement.commands
Class ListBusinessOrgEntityCmdImpl

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

public class ListBusinessOrgEntityCmdImpl
extends TaskCommandImpl
implements ListBusinessOrgEntityCmd

The base class for AuditAddressCmdImpl, AuditUserRegistrationCmdImpl and AuditOrgEntityCmdImpl.


Field Summary
protected  java.lang.Long[] businessOrgEntityList
           
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.usermanagement.commands.ListBusinessOrgEntityCmd
defaultCommandClassName, NAME
 
Constructor Summary
ListBusinessOrgEntityCmdImpl()
           
 
Method Summary
 java.lang.Long[] getBusinessOrgEntityList()
          Gets the list of all business orgentities.
 void performExecute()
          Contains the actual business logic of the command It should be implemented by all the command writer.
 
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

businessOrgEntityList

protected java.lang.Long[] businessOrgEntityList

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

ListBusinessOrgEntityCmdImpl

public ListBusinessOrgEntityCmdImpl()
Method Detail

getBusinessOrgEntityList

public java.lang.Long[] getBusinessOrgEntityList()
Description copied from interface: ListBusinessOrgEntityCmd
Gets the list of all business orgentities.
Specified by:
getBusinessOrgEntityList in interface ListBusinessOrgEntityCmd
Following copied from interface: com.ibm.commerce.usermanagement.commands.ListBusinessOrgEntityCmd
Returns:
The list of all business orgentities

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.