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
Page s 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)
Page
s that match the given PageType
, limited by the number of results
specified by the maxResults parameter.pageType
- maxResults
- Page
sorg.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
- Page
Copyright © 2020. All rights reserved.