Uses of Class
de.hybris.adaptivesearchfacades.data.AsSearchProfileData
-
-
Uses of AsSearchProfileData in de.hybris.adaptivesearchwebservices.dto
Methods in de.hybris.adaptivesearchwebservices.dto that return types with arguments of type AsSearchProfileData Modifier and Type Method Description java.util.List<AsSearchProfileData>SearchProfileListWsDTO. getSearchProfiles()Method parameters in de.hybris.adaptivesearchwebservices.dto with type arguments of type AsSearchProfileData Modifier and Type Method Description voidSearchProfileListWsDTO. setSearchProfiles(java.util.List<AsSearchProfileData> searchProfiles) -
Uses of AsSearchProfileData in de.hybris.platform.adaptivesearchfacades.converters.populators
Methods in de.hybris.platform.adaptivesearchfacades.converters.populators with parameters of type AsSearchProfileData Modifier and Type Method Description voidAsSearchProfileDataPopulator. populate(AbstractAsSearchProfileModel source, AsSearchProfileData target) -
Uses of AsSearchProfileData in de.hybris.platform.adaptivesearchfacades.facades
Methods in de.hybris.platform.adaptivesearchfacades.facades that return types with arguments of type AsSearchProfileData Modifier and Type Method Description java.util.List<AsSearchProfileData>AsSearchProfileFacade. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> filters)Returns search profilesSearchPageData<AsSearchProfileData>AsSearchProfileFacade. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Returns paginated search profiles. -
Uses of AsSearchProfileData in de.hybris.platform.adaptivesearchfacades.facades.impl
Methods in de.hybris.platform.adaptivesearchfacades.facades.impl that return types with arguments of type AsSearchProfileData Modifier and Type Method Description protected SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. createAsSearchPageData(SearchPageData<AbstractAsSearchProfileModel> input)protected SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. createEmptyAsSearchPageData(SearchPageData<?> pagination)Converter<AbstractAsSearchProfileModel,AsSearchProfileData>DefaultAsSearchProfileFacade. getAsSearchProfileDataConverter()java.util.List<AsSearchProfileData>DefaultAsSearchProfileFacade. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> filters)SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Method parameters in de.hybris.platform.adaptivesearchfacades.facades.impl with type arguments of type AsSearchProfileData Modifier and Type Method Description voidDefaultAsSearchProfileFacade. setAsSearchProfileDataConverter(Converter<AbstractAsSearchProfileModel,AsSearchProfileData> asSearchProfileDataConverter) -
Uses of AsSearchProfileData in de.hybris.platform.adaptivesearchwebservices.controllers
Method parameters in de.hybris.platform.adaptivesearchwebservices.controllers with type arguments of type AsSearchProfileData Modifier and Type Method Description protected SearchProfileListWsDTOSearchProfileController. createListDTO(SearchPageData<AsSearchProfileData> searchProfiles)
-