@Service(value="blPageServiceUtility") public class PageServiceUtility extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
AND |
protected PageServiceExtensionManager |
extensionManager |
protected static String |
FOREIGN_LOOKUP |
protected GenericEntityDao |
genericDao |
protected static org.apache.commons.logging.Log |
LOG |
protected PageDao |
pageDao |
protected SandBoxHelper |
sandBoxHelper |
protected StaticAssetPathService |
staticAssetPathService |
Constructor and Description |
---|
PageServiceUtility() |
Modifier and Type | Method and Description |
---|---|
void |
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) |
PageDTO |
buildPageDTO(Page page,
boolean secure) |
protected String |
buildRuleExpression(Page page) |
protected FieldDefinition |
getFieldDefinition(Page page,
String fieldKey) |
PageDTO |
hydrateForeignLookups(PageDTO page) |
protected static final org.apache.commons.logging.Log LOG
protected static String AND
protected static final String FOREIGN_LOOKUP
protected PageDao pageDao
protected GenericEntityDao genericDao
protected PageServiceExtensionManager extensionManager
protected StaticAssetPathService staticAssetPathService
protected SandBoxHelper sandBoxHelper
public void addPageFieldToDTO(Page page, boolean secure, PageDTO pageDTO, String fieldKey)
public void addPageFieldToDTO(Page page, boolean secure, PageDTO pageDTO, String fieldKey, String originalValue)
protected FieldDefinition getFieldDefinition(Page page, String fieldKey)
protected List<ItemCriteriaDTO> buildItemCriteriaDTOList(Page page)
Copyright © 2022. All rights reserved.