Class DefaultPropertyFacilityDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<PropertyFacilityModel>
de.hybris.platform.travelservices.dao.impl.DefaultPropertyFacilityDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<PropertyFacilityModel>,PropertyFacilityDao
public class DefaultPropertyFacilityDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<PropertyFacilityModel>
implements PropertyFacilityDao
Implementation of the DAO on Property Facility model objects. Default implementation of the
PropertyFacilityDao interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn list of Property Facilities configured in the system.de.hybris.platform.servicelayer.search.SearchResult<PropertyFacilityModel>findPropertyFacilities(int batchSize, int offset) Return list of Property Facilities configured in the system.findPropertyFacility(String code) Returns a PropertyFacilityModel for the given code.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultPropertyFacilityDao
- Parameters:
typecode-
-
-
Method Details
-
findPropertyFacilities
Description copied from interface:PropertyFacilityDaoReturn list of Property Facilities configured in the system.- Specified by:
findPropertyFacilitiesin interfacePropertyFacilityDao- Returns:
- List
list
-
findPropertyFacilities
public de.hybris.platform.servicelayer.search.SearchResult<PropertyFacilityModel> findPropertyFacilities(int batchSize, int offset) Description copied from interface:PropertyFacilityDaoReturn list of Property Facilities configured in the system.- Specified by:
findPropertyFacilitiesin interfacePropertyFacilityDao- Parameters:
batchSize- the batch sizeoffset- the offset- Returns:
- List
search result
-
findPropertyFacility
Description copied from interface:PropertyFacilityDaoReturns a PropertyFacilityModel for the given code.- Specified by:
findPropertyFacilityin interfacePropertyFacilityDao- Parameters:
code- of PropertyFacility- Returns:
- PropertyFacilityModel property facility model
-