public interface FieldDao
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Field> |
readAllProductFields()
Reads all Field objects that are set to searchable.
|
Field |
readFieldByAbbreviation(java.lang.String abbreviation)
Given an abbreviation, returns the Field object that maps to this abbreviation.
|
Field |
save(Field field)
Persist an instance to the data layer.
|
Field readFieldByAbbreviation(java.lang.String abbreviation)
abbreviation - java.util.List<Field> readAllProductFields()
Copyright © 2018. All Rights Reserved.