Class DefaultSnFieldDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<SnFieldModel>
de.hybris.platform.searchservices.admin.dao.impl.DefaultSnFieldDao
- All Implemented Interfaces:
SnFieldDao,GenericDao<SnFieldModel>
Default implementation of
SnFieldDao.-
Constructor Summary
Constructors -
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.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultSnFieldDao
public DefaultSnFieldDao()
-
-
Method Details
-
findFieldsByIndexType
Description copied from interface:SnFieldDaoFinds the fields for the given index type.- Specified by:
findFieldsByIndexTypein interfaceSnFieldDao- Parameters:
indexType- - the index type- Returns:
- the fieldw
-
findFieldByIndexTypeAndId
Description copied from interface:SnFieldDaoFinds the field for the given index type and id.- Specified by:
findFieldByIndexTypeAndIdin interfaceSnFieldDao- Parameters:
indexType- - the index typeid- - the id- Returns:
- the field
-