public interface GetPageDesignCmd extends BusinessObjectDocumentCmd
GetPageDesignType
object which contains the xpath request. It also defines a method to get the ShowPageDesignType
object
which contains the information used to compose the show business object document.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
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. |
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
static final java.lang.String COPYRIGHT
void setGetPageDesign(com.ibm.commerce.pagelayout.facade.datatypes.GetPageDesignType getPageDesign)
GetPageDesignType
business object document that this command will process.getPageDesign
- The GetPageDesignType
business object document.com.ibm.commerce.pagelayout.facade.datatypes.ShowPageDesignType getShowPageDesign()
ShowPageDesignType
business object document result.ShowPageDesignType
business object document result to the client.