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 readFieldByAbbreviation(String abbreviation)
abbreviation - Copyright © 2013. All rights reserved.