The PageLayout noun is used to model a page layout. The noun is used in the store page rendering of a specific object or all objects of the same type. The PageLayout noun contains the layout type, description, state and so on. The store to which the page layout belongs is also captured in the noun.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
GetPageLayout | IBM_Store_Summary IBM_Admin_Summary | /PageLayout[PageLayoutIdentifier[(UniqueID=)]] | Gets the information of the page layout using the unique ID of the page layout. |
Request
Response |
findPageLayoutByID |
IBM_Store_Summary IBM_Admin_Summary | /PageLayout[LayoutType=] | Gets the information of page layouts by the layout type id. |
Request
Response |
findPageLayoutByLayoutTypeID | |
IBM_Store_Summary IBM_Admin_Summary | /PageLayout[(LayoutType=) and search()] | Get the page layouts by the layout type and the search criteria. |
Request
Response |
findPageLayoutByNameOrDescription |
Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.
Access Profile | Data Returned | |
---|---|---|
IBM_Store_Summary |
|
This access profile is used to get the basic information necessary for the store. |
IBM_Admin_Summary |
IBM_Store_Summary +
|
This access profile is designed for the Store Page Composer Tool. It returns the summary information of a page layout. |