| Modifier and Type | Method and Description |
|---|---|
Map<String,org.broadleafcommerce.openadmin.dto.FieldMetadata> |
CustomFieldFieldMetadataProvider.constructMetadata(org.broadleafcommerce.openadmin.server.dao.provider.metadata.request.LateStageAddMetadataRequest addMetadataRequest,
org.broadleafcommerce.openadmin.dto.FieldMetadata fmd,
CustomField customField) |
| Modifier and Type | Method and Description |
|---|---|
CustomField |
CustomFieldDaoImpl.retrieveById(Long id) |
CustomField |
CustomFieldDao.retrieveById(Long id)
Get the custom field via its primary key value
|
CustomField |
CustomFieldDaoImpl.save(CustomField customField) |
CustomField |
CustomFieldDao.save(CustomField customField)
Persists the given customField and returns the persisted version
|
| Modifier and Type | Method and Description |
|---|---|
protected List<CustomField> |
CustomFieldDaoImpl.filterResults(List<CustomField> results) |
List<CustomField> |
CustomFieldDaoImpl.retrieveAll() |
List<CustomField> |
CustomFieldDao.retrieveAll()
Returns all known
CustomFields |
List<CustomField> |
CustomFieldDaoImpl.retrieveByFriendlyName(String friendlyName,
String targetEntityName) |
List<CustomField> |
CustomFieldDao.retrieveByFriendlyName(String friendlyName,
String targetEntityName)
Get a list of custom fields for the given friendly name and target entity
|
List<CustomField> |
CustomFieldDaoImpl.retrieveByName(String propertyName,
String friendlyName,
String targetEntityName) |
List<CustomField> |
CustomFieldDao.retrieveByName(String attributeName,
String friendlyName,
String targetEntityName)
Get a list of custom fields via the attribute name.
|
List<CustomField> |
CustomFieldDaoImpl.retrieveByPropertyName(String propertyName,
String targetEntityName) |
List<CustomField> |
CustomFieldDao.retrieveByPropertyName(String propertyName,
String targetEntityName)
Get a list of custom fields for the given property name and target entity
|
List<CustomField> |
CustomFieldDaoImpl.retrieveByTargetEntityName(String targetEntityName) |
List<CustomField> |
CustomFieldDao.retrieveByTargetEntityName(String targetEntityName)
Get a list of custom fields via the target entity name.
|
| 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
|
CustomField |
CustomFieldDaoImpl.save(CustomField customField) |
CustomField |
CustomFieldDao.save(CustomField customField)
Persists the given customField and returns the persisted version
|
| Modifier and Type | Method and Description |
|---|---|
protected List<CustomField> |
CustomFieldDaoImpl.filterResults(List<CustomField> results) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomFieldImpl |
| Modifier and Type | Field and Description |
|---|---|
protected CustomField |
AllowedEnumValueImpl.customField |
| Modifier and Type | Method and Description |
|---|---|
CustomField |
AllowedEnumValue.getCustomField()
Returns the custom field associated to this allowed value
|
CustomField |
AllowedEnumValueImpl.getCustomField() |
| Modifier and Type | Method and Description |
|---|---|
void |
AllowedEnumValue.setCustomField(CustomField customField)
Sets the custom field associated to this allowed value
|
void |
AllowedEnumValueImpl.setCustomField(CustomField customField) |
| Modifier and Type | Method and Description |
|---|---|
CustomField |
CustomFieldService.findById(Long id) |
CustomField |
CustomFieldServiceImpl.findById(Long id) |
CustomField |
CustomFieldService.save(CustomField customField) |
CustomField |
CustomFieldServiceImpl.save(CustomField customField) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomField> |
CustomFieldService.findByTargetEntityName(String targetEntityName) |
List<CustomField> |
CustomFieldServiceImpl.findByTargetEntityName(String targetEntityName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CustomFieldRuleBuilderFieldServiceFactoryAOP.getOptionValues(CustomField customField) |
List<AllowedEnumValue> |
CustomFieldService.readAllowedEnumValuesForCustomField(CustomField customField) |
List<AllowedEnumValue> |
CustomFieldServiceImpl.readAllowedEnumValuesForCustomField(CustomField customField) |
CustomField |
CustomFieldService.save(CustomField customField) |
CustomField |
CustomFieldServiceImpl.save(CustomField customField) |
| Modifier and Type | Method and Description |
|---|---|
protected org.broadleafcommerce.openadmin.dto.Entity |
CustomFieldCustomPersistenceHandler.compileDuplicateNameValidationError(org.broadleafcommerce.openadmin.server.service.persistence.module.RecordHelper helper,
org.broadleafcommerce.openadmin.dto.Entity entity,
CustomField customFieldInstance,
Map<String,org.broadleafcommerce.openadmin.dto.FieldMetadata> customFieldProperties,
Map<String,List<String>> validationErrors) |
Copyright © 2020. All rights reserved.