public interface FieldDao
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
readAllProductFields()
Reads all Field objects that are set to searchable.
|
List<Field> |
readAllSkuFields()
Reads all Field objects that are set to searchable.
|
Field |
readFieldByAbbreviation(String abbreviation)
Given an abbreviation, returns the Field object that maps to this abbreviation.
|
List<Field> |
readFieldsByEntityType(FieldEntity entityType)
Finds all fields based on the entity type.
|
Field |
save(Field field)
Persist an instance to the data layer.
|
Field readFieldByAbbreviation(String abbreviation)
abbreviation - List<Field> readAllProductFields()
List<Field> readAllSkuFields()
List<Field> readFieldsByEntityType(FieldEntity entityType)
entityType - Copyright © 2017. All rights reserved.