Uses of Class
de.hybris.platform.searchprovidercssearchservices.admin.data.FieldDTO
-
-
Uses of FieldDTO in de.hybris.platform.searchprovidercssearchservices.admin.data
Methods in de.hybris.platform.searchprovidercssearchservices.admin.data that return types with arguments of type FieldDTO Modifier and Type Method Description java.util.List<FieldDTO>IndexTypeDTO. getFields()Method parameters in de.hybris.platform.searchprovidercssearchservices.admin.data with type arguments of type FieldDTO Modifier and Type Method Description voidIndexTypeDTO. setFields(java.util.List<FieldDTO> fields) -
Uses of FieldDTO in de.hybris.platform.searchprovidercssearchservices.spi.service
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service that return types with arguments of type FieldDTO Modifier and Type Method Description rx.Observable<com.hybris.charon.RawResponse<FieldDTO>>CSSearchClient. createIndexTypeField(java.lang.String indexTypeId, FieldDTO field)rx.Observable<com.hybris.charon.RawResponse<FieldDTO>>CSSearchClient. createOrUpdateIndexTypeField(java.lang.String indexTypeId, java.lang.String fieldId, FieldDTO field)rx.Observable<com.hybris.charon.RawResponse<FieldDTO>>CSSearchClient. getIndexTypeField(java.lang.String indexTypeId, java.lang.String fieldId)Methods in de.hybris.platform.searchprovidercssearchservices.spi.service with parameters of type FieldDTO Modifier and Type Method Description rx.Observable<com.hybris.charon.RawResponse<FieldDTO>>CSSearchClient. createIndexTypeField(java.lang.String indexTypeId, FieldDTO field)rx.Observable<com.hybris.charon.RawResponse<FieldDTO>>CSSearchClient. createOrUpdateIndexTypeField(java.lang.String indexTypeId, java.lang.String fieldId, FieldDTO field) -
Uses of FieldDTO in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return FieldDTO Modifier and Type Method Description protected FieldDTOCSSearchSnSearchProvider. convertField(CSSearchSnSearchProvider.ConverterContext converterContext, SnField source)
-