public class GetOnlineStoreCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetOnlineStoreCmd
Constructor and Description |
---|
GetOnlineStoreCmdImpl()
The constructor for GetOnlineStoreCmdImpl
|
Modifier and Type | Method and Description |
---|---|
protected BusinessObjectDocumentType | buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
This method build a result Show BOD by using from the ShowType and the OnlineStore nouns
|
protected boolean | canPerformExpression(SearchExpression selectionExpression)
This method determines whether the current identity can perform the expression.
|
protected void | filterNouns(java.util.List objects)
The purpose of this method is to filter the list of objectss to ensure the current identity has been authorized to read those objects.
|
protected GetOnlineStoreType | getGetOnlineStore()
A get method to GetOnlineStore
|
protected InfrastructureFactory | getInfrastructureFactory()
Get the Infrastructure Factory This mothod should be override for customization the noun
|
ShowOnlineStoreType | getShowOnlineStore()
Provide a get method to get the result (ShowOnlineStoreType BOD)
|
void | setGetOnlineStore(GetOnlineStoreType getOnlineStore)
A set method for GetOnlineStore
|
protected void | setShowOnlineStore(ShowOnlineStoreType showOnlineStore)
Set Method for ShowOnlineStore
|
protected void | validateExpression()
This method parses the Get verb from the Get business object document and creates the appropriate SearchExpression object.
|
public GetOnlineStoreCmdImpl()
protected InfrastructureFactory getInfrastructureFactory()
public void setGetOnlineStore(GetOnlineStoreType getOnlineStore)
protected GetOnlineStoreType getGetOnlineStore()
public ShowOnlineStoreType getShowOnlineStore()
protected void setShowOnlineStore(ShowOnlineStoreType showOnlineStore)
protected BusinessObjectDocumentType buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
protected boolean canPerformExpression(SearchExpression selectionExpression)
protected void filterNouns(java.util.List objects)
protected void validateExpression() throws java.lang.Exception