public class ListBusinessOrgEntityCmdImpl extends TaskCommandImpl implements ListBusinessOrgEntityCmd
Currently this command lists all organization entities 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 organization entities.
| Modifier and Type | Field and Description |
|---|---|
| protected java.lang.Long[] | businessOrgEntityList
List of business organization entities.
|
| static java.lang.String | CLASSNAME
The name of this implementation of the command.
|
| static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
| protected boolean | searchCriteriaApplied
The flag to indicate caller set up the search criteria
|
| protected java.lang.String | searchKeyword
The search keyword for matching business organization entity's names
|
| protected int | searchType
The search criteria type.
|
| static int | SEARCHTYPE_EXACT_MATCH
Exact Match with keyword search type constant
|
| static int | SEARCHTYPE_IGNORE_CASE_BEGIN
Ignore case beginning with keyword search type constant
|
| static int | SEARCHTYPE_IGNORE_CASE_CONTAIN
Ignore case containing with keyword search type constant
|
| static int | SEARCHTYPE_MATCH_CASE_BEGIN
Match case beginning with keyword search type constant
|
| static int | SEARCHTYPE_MATCH_CASE_CONTAIN
Match case containing with keyword search type constant
|
| static int | SEARCHTYPE_SEARCH_ALL
Default - searches all search type constant.
|
| Constructor and Description |
|---|
| ListBusinessOrgEntityCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Long[] | getBusinessOrgEntityList()
Returns the business organization entities.
|
| void | performExecute()
Finds all the business organizations and puts the organization identifiers in a list.
|
| void | setSearchCriteria(int criteriaType, java.lang.String keyword)
Sets the search criteria type
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
protected java.lang.Long[] businessOrgEntityList
protected boolean searchCriteriaApplied
protected java.lang.String searchKeyword
protected int searchType
public static final int SEARCHTYPE_SEARCH_ALL
public static final int SEARCHTYPE_MATCH_CASE_BEGIN
public static final int SEARCHTYPE_MATCH_CASE_CONTAIN
public static final int SEARCHTYPE_IGNORE_CASE_BEGIN
public static final int SEARCHTYPE_IGNORE_CASE_CONTAIN
public static final int SEARCHTYPE_EXACT_MATCH
public java.lang.Long[] getBusinessOrgEntityList()
public void performExecute()
throws ECException
public void setSearchCriteria(int criteriaType,
java.lang.String keyword)