com.ibm.commerce.usermanagement.commands
Interface ListBusinessOrgEntityCmd

All Superinterfaces:
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
          IBM Copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 java.lang.Long[] getBusinessOrgEntityList()           Gets the list of all business orgentities.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

getBusinessOrgEntityList

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