public interface FieldDao
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
readAllProductFields()
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.
|
Field |
save(Field field)
Persist an instance to the data layer.
|
Field readFieldByAbbreviation(String abbreviation)
abbreviation - List<Field> readAllProductFields()
Copyright © 2014. All Rights Reserved.