| Modifier and Type | Method and Description |
|---|---|
String |
RuleFieldExtractionUtility.convertDTOToMvelString(DataDTOToMVELTranslator translator,
String entityKey,
DataDTO dto,
String fieldService) |
| Modifier and Type | Method and Description |
|---|---|
protected DataDTO |
MVELToDataWrapperTranslator.createRuleDataDTO(DataDTO parentDTO,
Group group,
RuleBuilderFieldService fieldService) |
DataDTO |
DataDTODeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
MVELToDataWrapperTranslator.appendExpression(String phrase,
RuleBuilderFieldService fieldService,
int count,
DataDTO parentDTO,
List<ExpressionDTO> myCriteriaList) |
protected void |
DataDTOToMVELTranslator.buildMVEL(DataDTO dataDTO,
StringBuffer sb,
String entityKey,
String groupOperator,
RuleBuilderFieldService fieldService) |
String |
DataDTOToMVELTranslator.createMVEL(String entityKey,
DataDTO dataDTO,
RuleBuilderFieldService fieldService) |
protected DataDTO |
MVELToDataWrapperTranslator.createRuleDataDTO(DataDTO parentDTO,
Group group,
RuleBuilderFieldService fieldService) |
protected void |
MVELToDataWrapperTranslator.postProcessCriteria(DataDTO parentDTO,
List<ExpressionDTO> myCriteriaList,
int count,
ExpressionDTO temp,
SupportedFieldType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionDTO |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<DataDTO> |
DataWrapper.data |
protected ArrayList<DataDTO> |
DataDTO.groups |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<DataDTO> |
DataWrapper.getData() |
ArrayList<DataDTO> |
DataDTO.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataWrapper.setData(ArrayList<DataDTO> data) |
void |
DataDTO.setGroups(ArrayList<DataDTO> groups) |
Copyright © 2015. All rights reserved.