public interface FetchOrganizationCmd
extends com.ibm.websphere.command.Command
GetType search criteria. Returns a list of
OrgEntityDataBean representing the Organizations| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getOrganizations()
Returns the list of
OrgEntityDataBean representing the Organizations
found based on the GetType search criteria. |
ShowType |
getShow()
Returns the show verb that represents the results returned.
|
void |
setGet(GetType getVerb)
This method sets the get expression to base the fetch operation on.
|
static final java.lang.String COPYRIGHT
ShowType getShow()
java.util.List getOrganizations()
OrgEntityDataBean representing the Organizations
found based on the GetType search criteria.OrgEntityDataBeanvoid setGet(GetType getVerb)
getVerb - The get expression to execute.