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 Stringprotected PageServiceExtensionManagerprotected static final Stringprotected GenericEntityDaoprotected static final org.apache.commons.logging.Logprotected PageDaoprotected SandBoxHelperprotected StaticAssetPathService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPageFieldToDTO(Page page, boolean secure, PageDTO pageDTO, String fieldKey) voidaddPageFieldToDTO(Page page, boolean secure, PageDTO pageDTO, String fieldKey, String originalValue) protected List<ItemCriteriaDTO>buildItemCriteriaDTOList(Page page) buildPageDTO(Page page, boolean secure) protected StringbuildRuleExpression(Page page) protected FieldDefinitiongetFieldDefinition(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
-