Interface PropertyFacilityService
- All Known Implementing Classes:
DefaultPropertyFacilityService
public interface PropertyFacilityService
The interface Property facility service.
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of all PropertyFacilityModel configured in the system.de.hybris.platform.servicelayer.search.SearchResult<PropertyFacilityModel>getPropertyFacilities(int batchSize, int offset) Get a list of all PropertyFacilityModel configured in the system.getPropertyFacility(String code) Get a PropertyFacilityModel by code.
-
Method Details
-
getPropertyFacility
Get a PropertyFacilityModel by code.- Parameters:
code- the unique code for a PropertyFacility- Returns:
- PropertyFacilityModel property facility
-
getPropertyFacilities
List<PropertyFacilityModel> getPropertyFacilities()Get a list of all PropertyFacilityModel configured in the system.- Returns:
- List
property facilities
-
getPropertyFacilities
de.hybris.platform.servicelayer.search.SearchResult<PropertyFacilityModel> getPropertyFacilities(int batchSize, int offset) Get a list of all PropertyFacilityModel configured in the system.- Parameters:
batchSize- the batch sizeoffset- the offset- Returns:
- List
property facilities
-