public interface AdvancedPageDao
Page objects that implement the AdvancedPage functionality.| Modifier and Type | Method and Description |
|---|---|
List<org.broadleafcommerce.cms.page.domain.Page> |
readAllPagesByPageType(com.broadleafcommerce.theme.domain.page.PageType pageType,
int maxResults)
Returns a list of all
Pages that match the given PageType, limited by the number of results
specified by the maxResults parameter. |
org.broadleafcommerce.cms.page.domain.Page |
readMostRecentPageByPageType(com.broadleafcommerce.theme.domain.page.PageType pageType)
Returns the
Page that is of the given PageType that was most recently updated. |
List<org.broadleafcommerce.cms.page.domain.Page> readAllPagesByPageType(com.broadleafcommerce.theme.domain.page.PageType pageType, int maxResults)
Pages that match the given PageType, limited by the number of results
specified by the maxResults parameter.pageType - maxResults - Pagesorg.broadleafcommerce.cms.page.domain.Page readMostRecentPageByPageType(com.broadleafcommerce.theme.domain.page.PageType pageType)
Page that is of the given PageType that was most recently updated.pageType - PageCopyright © 2020. All rights reserved.