Interface TravelPDTRowsQueryBuilder
- All Superinterfaces:
de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder
- All Known Implementing Classes:
DefaultTravelPDTRowsQueryBuilder
public interface TravelPDTRowsQueryBuilder
extends de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder
Extends the
PDTRowsQueryBuilder to add methods specific to travel.-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder
de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder.QueryWithParams -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.europe1.jalo.PDTRowsQueryBuilder.QueryWithParamsbuildPriceQueryAndParams(Map<String, String> searchParams) The method builds the query for querying price rows.de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder.QueryWithParamsbuildTaxQueryAndParams(Map<String, List<String>> searchParams) The method builds the query for querying price rows.Methods inherited from interface de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder
build, withAnyProduct, withAnyUser, withProduct, withProductGroup, withProductId, withUser, withUserGroup
-
Method Details
-
buildPriceQueryAndParams
de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder.QueryWithParams buildPriceQueryAndParams(Map<String, String> searchParams) The method builds the query for querying price rows. The travel specific search criteria is added to the query along with the required parameters.- Parameters:
searchParams- the search params- Returns:
- the queryWithParams object
-
buildTaxQueryAndParams
de.hybris.platform.europe1.jalo.PDTRowsQueryBuilder.QueryWithParams buildTaxQueryAndParams(Map<String, List<String>> searchParams) The method builds the query for querying price rows. The travel specific search criteria is added to the query along with the required parameters.- Parameters:
searchParams- the search params- Returns:
- the queryWithParams object
-