| Modifier and Type | Class and Description |
|---|---|
class |
CategoryFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Category entity
|
class |
CustomerFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Customer entity
|
class |
FulfillmentGroupFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Fulfillment Group entity
|
class |
LocaleFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Locale entity
|
class |
OrderFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for an Order entity
|
class |
OrderItemFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for an Order Item entity
|
class |
ProductFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Product entity
|
class |
RequestFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Request entity
|
class |
SkuFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Sku entity
|
class |
TimeFieldServiceImpl
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Time entity
|
| Modifier and Type | Method and Description |
|---|---|
void |
MVELToDataWrapperTranslator.appendExpression(String phrase,
RuleBuilderFieldService fieldService,
int count,
DataDTO parentDTO,
List<ExpressionDTO> myCriteriaList) |
protected void |
DataDTOToMVELTranslator.buildExpression(ExpressionDTO expressionDTO,
StringBuffer sb,
String entityKey,
BLCOperator operator,
RuleBuilderFieldService fieldService) |
protected void |
DataDTOToMVELTranslator.buildMVEL(DataDTO dataDTO,
StringBuffer sb,
String entityKey,
String groupOperator,
RuleBuilderFieldService fieldService) |
String |
DataDTOToMVELTranslator.createMVEL(String entityKey,
DataDTO dataDTO,
RuleBuilderFieldService fieldService) |
DataWrapper |
MVELToDataWrapperTranslator.createRuleData(Entity[] entities,
String mvelProperty,
String quantityProperty,
String idProperty,
RuleBuilderFieldService fieldService) |
protected DataDTO |
MVELToDataWrapperTranslator.createRuleDataDTO(DataDTO parentDTO,
Group group,
RuleBuilderFieldService fieldService) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuleBuilderFieldService |
| Modifier and Type | Field and Description |
|---|---|
protected List<RuleBuilderFieldService> |
RuleBuilderFieldServiceFactoryImpl.fieldServices |
| Modifier and Type | Method and Description |
|---|---|
RuleBuilderFieldService |
RuleBuilderFieldService.clone() |
RuleBuilderFieldService |
AbstractRuleBuilderFieldService.clone() |
RuleBuilderFieldService |
RuleBuilderFieldServiceFactory.createInstance(String name) |
RuleBuilderFieldService |
RuleBuilderFieldServiceFactoryImpl.createInstance(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleBuilderFieldService> |
RuleBuilderFieldServiceFactory.getFieldServices() |
List<RuleBuilderFieldService> |
RuleBuilderFieldServiceFactoryImpl.getFieldServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBuilderFieldServiceFactory.setFieldServices(List<RuleBuilderFieldService> fieldServices) |
void |
RuleBuilderFieldServiceFactoryImpl.setFieldServices(List<RuleBuilderFieldService> fieldServices) |
Copyright © 2015. All rights reserved.