Class TravelB2BServicesUtils
java.lang.Object
de.hybris.platform.travelb2bservices.utils.TravelB2BServicesUtils
Travel B2B services utils.
-
Method Summary
-
Method Details
-
populateQueryParameters
public static String populateQueryParameters(String email, Date fromDate, Date toDate, String query, String costCenterUid, CurrencyModel currency, Map<String, Object> queryParams) Populate query parameters string.- Parameters:
email- the emailfromDate- the from datetoDate- the to datequery- the querycostCenterUid- the cost center uidcurrency- the currencyqueryParams- the query params- Returns:
- the string
-