Interface SnFieldDao
- All Superinterfaces:
GenericDao<SnFieldModel>
- All Known Implementing Classes:
DefaultSnFieldDao
The
SnFieldModel DAO.-
Method Summary
Modifier and TypeMethodDescriptionfindFieldByIndexTypeAndId(SnIndexTypeModel indexType, String id) Finds the field for the given index type and id.findFieldsByIndexType(SnIndexTypeModel indexType) Finds the fields for the given index type.
-
Method Details
-
findFieldsByIndexType
Finds the fields for the given index type.- Parameters:
indexType- - the index type- Returns:
- the fieldw
-
findFieldByIndexTypeAndId
Finds the field for the given index type and id.- Parameters:
indexType- - the index typeid- - the id- Returns:
- the field
-