Class PageServiceUtility
java.lang.Object
org.broadleafcommerce.cms.page.service.PageServiceUtility
This method is able to convert a fieldKey
Created by bpolster.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static String
protected PageServiceExtensionManager
protected static final String
protected GenericEntityDao
protected static final org.apache.commons.logging.Log
protected PageDao
protected SandBoxHelper
protected StaticAssetPathService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPageFieldToDTO
(Page page, boolean secure, PageDTO pageDTO, String fieldKey) void
addPageFieldToDTO
(Page page, boolean secure, PageDTO pageDTO, String fieldKey, String originalValue) protected List<ItemCriteriaDTO>
buildItemCriteriaDTOList
(Page page) buildPageDTO
(Page page, boolean secure) protected String
buildRuleExpression
(Page page) protected FieldDefinition
getFieldDefinition
(Page page, String fieldKey) hydrateForeignLookups
(PageDTO page)
-
Field Details
-
LOG
protected static final org.apache.commons.logging.Log LOG -
FOREIGN_LOOKUP
- See Also:
-
AND
-
pageDao
-
genericDao
-
extensionManager
-
staticAssetPathService
-
sandBoxHelper
-
-
Constructor Details
-
PageServiceUtility
public PageServiceUtility()
-
-
Method Details
-
buildPageDTO
-
addPageFieldToDTO
-
addPageFieldToDTO
-
getFieldDefinition
-
buildRuleExpression
-
buildItemCriteriaDTOList
-
hydrateForeignLookups
-