| Package | Description |
|---|---|
| com.broadleafcommerce.customfield.dao | |
| com.broadleafcommerce.customfield.domain | |
| com.broadleafcommerce.customfield.service |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedEnumValue> |
CustomFieldDaoImpl.readAllowedValuesForCustomField(CustomField customField) |
List<AllowedEnumValue> |
CustomFieldDao.readAllowedValuesForCustomField(CustomField customField)
Returns the allowedEnumValues for the given custom field
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllowedEnumValueImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<AllowedEnumValue> |
CustomFieldImpl.allowedEnumValues |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedEnumValue> |
CustomField.getAllowedEnumValues()
Returns the list of allowed values for this custom field if it is an ENUMERATION type.
|
List<AllowedEnumValue> |
CustomFieldImpl.getAllowedEnumValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomField.setAllowedEnumValues(List<AllowedEnumValue> allowedEnumValues)
Sets the list of allowed values for this custom field if it is an ENUMERATION type.
|
void |
CustomFieldImpl.setAllowedEnumValues(List<AllowedEnumValue> allowedEnumValues) |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedEnumValue> |
CustomFieldService.readAllowedEnumValuesForCustomField(CustomField customField) |
List<AllowedEnumValue> |
CustomFieldServiceImpl.readAllowedEnumValuesForCustomField(CustomField customField) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CustomFieldRuleBuilderFieldServiceFactoryAOP.getEscapedValue(AllowedEnumValue allowedEnumValue) |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
CustomFieldRuleBuilderFieldServiceFactoryAOP.buildEnumValueStringData(List<AllowedEnumValue> allowedEnumValues,
StringBuilder sb,
int i) |
Copyright © 2020. All rights reserved.