public class GetLayoutCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetLayoutCmd
Constructor and Description |
---|
GetLayoutCmdImpl()
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 layouts from an asset store.
|
protected PageLayoutFactory | getPageLayoutFactory()
This method returns the default instance of the PageLayout Factory.
|
com.ibm.commerce.pagelayout.facade.datatypes.ShowLayoutType | getShowLayout()
This method gets the ShowLayoutType business object document result.
|
void | setGetLayout(com.ibm.commerce.pagelayout.facade.datatypes.GetLayoutType getLayout)
This method sets the GetLayoutType business object document that this command will process.
|
public GetLayoutCmdImpl()
protected BusinessObjectDocumentType buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
public void setGetLayout(com.ibm.commerce.pagelayout.facade.datatypes.GetLayoutType getLayout)
public com.ibm.commerce.pagelayout.facade.datatypes.ShowLayoutType getShowLayout()
protected PageLayoutFactory getPageLayoutFactory()
protected void filterNouns(java.util.List nouns)