public interface CustomFieldService
| Modifier and Type | Method and Description |
|---|---|
String |
buildCacheKey(String className) |
void |
clearCustomFieldMetadataCache(org.broadleafcommerce.core.search.domain.FieldEntity fieldEntity) |
void |
clearCustomFieldMetadataCache(List<String> types) |
CustomField |
findById(Long id) |
List<CustomField> |
findByTargetEntityName(String targetEntityName) |
List<AllowedEnumValue> |
readAllowedEnumValuesForCustomField(CustomField customField) |
CustomField |
save(CustomField customField) |
CustomField findById(Long id)
List<CustomField> findByTargetEntityName(String targetEntityName)
CustomField save(CustomField customField)
void clearCustomFieldMetadataCache(org.broadleafcommerce.core.search.domain.FieldEntity fieldEntity)
List<AllowedEnumValue> readAllowedEnumValuesForCustomField(CustomField customField)
Copyright © 2020. All rights reserved.