public class GetConfigurationCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetConfigurationCmd
Constructor and Description |
---|
GetConfigurationCmdImpl()
The constructor for GetConfigurationCmdImpl
|
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 Configuration 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 GetConfigurationType | getGetConfiguration()
A get method to GetConfiguration
|
protected InfrastructureFactory | getInfrastructureFactory()
Get the Infrastructure Factory This mothod should be override for customization the noun
|
ShowConfigurationType | getShowConfiguration()
Provide a get method to get the result (ShowConfigurationType BOD)
|
void | setGetConfiguration(GetConfigurationType getConfiguration)
A set method for GetConfiguration
|
protected void | setShowConfiguration(ShowConfigurationType showConfiguration)
Set Method for ShowConfiguration
|
public GetConfigurationCmdImpl()
protected InfrastructureFactory getInfrastructureFactory()
public void setGetConfiguration(GetConfigurationType getConfiguration)
protected GetConfigurationType getGetConfiguration()
public ShowConfigurationType getShowConfiguration()
protected void setShowConfiguration(ShowConfigurationType showConfiguration)
protected BusinessObjectDocumentType buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
protected boolean canPerformExpression(SearchExpression selectionExpression)
protected void filterNouns(java.util.List objects)