public class GetPageDesignCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetPageDesignCmd
Constructor and Description |
---|
GetPageDesignCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected BusinessObjectDocumentType | buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
This method constructs the response Show business object document for the given get request.
|
protected void | filterNouns(java.util.List nouns)
This method performs no authorization checks to allow reading of page designs from an asset store.
|
protected PageLayoutFactory | getPageLayoutFactory()
This method returns the default instance of the PageLayout Factory.
|
com.ibm.commerce.pagelayout.facade.datatypes.ShowPageDesignType | getShowPageDesign()
This method gets the ShowPageDesignType business object document result.
|
void | setGetPageDesign(com.ibm.commerce.pagelayout.facade.datatypes.GetPageDesignType getPageDesign)
This method sets the GetPageDesignType business object document that this command will process.
|
public GetPageDesignCmdImpl()
protected BusinessObjectDocumentType buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
public void setGetPageDesign(com.ibm.commerce.pagelayout.facade.datatypes.GetPageDesignType getPageDesign)
public com.ibm.commerce.pagelayout.facade.datatypes.ShowPageDesignType getShowPageDesign()
protected PageLayoutFactory getPageLayoutFactory()
protected void filterNouns(java.util.List nouns)