com.ibm.commerce.member.facade.server.commands
Interface FetchOrganizationCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.Command, java.io.Serializable
- All Known Implementing Classes:
- FetchOrganizationCmdImpl
public interface FetchOrganizationCmd extends com.ibm.websphere.command.Command
Fetches organizations found based on theGetType
search criteria. Returns a list ofOrgEntityDataBean
representing the Organizations
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List
getOrganizations()
Returns the list ofOrgEntityDataBean
representing the Organizations found based on theGetType
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.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getShow
ShowType getShow()
Returns the show verb that represents the results returned.- Returns:
- The show verb that corresponds with the results returned.
-
getOrganizations
java.util.List getOrganizations()
Returns the list ofOrgEntityDataBean
representing the Organizations found based on theGetType
search criteria.- Returns:
- A list of
OrgEntityDataBean
-
setGet
void setGet(GetType getVerb)
This method sets the get expression to base the fetch operation on.- Parameters:
getVerb
- The get expression to execute.
-
-