com.ibm.commerce.usermanagement.commands
Interface ListBusinessOrgEntityCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
ListBusinessOrgEntityCmdImpl

public interface ListBusinessOrgEntityCmd
extends TaskCommand

This task command is used to give a list of Business OrgEntities.

Currently this command list all orgentities under Root Organization (Except Default Organization). during self-registration.

Outputs of this task command are:

 Long[] getBusinessOrgEntityList(TypedProperty)
 - returns a Long array of all business orgentities.
 


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 java.lang.Long[] getBusinessOrgEntityList()
          Gets the list of all business orgentities.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

getBusinessOrgEntityList

public java.lang.Long[] getBusinessOrgEntityList()
Gets the list of all business orgentities.
Returns:
The list of all business orgentities