public interface FieldDao
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
readAllProductFields() |
List<Field> |
readAllSkuFields() |
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> readFieldsByEntityType(FieldEntity entityType)
entityType - Copyright © 2025. All rights reserved.