Uses of Class
de.hybris.platform.adaptivesearch.data.AsRankChange
-
Packages that use AsRankChange Package Description de.hybris.platform.adaptivesearch.services de.hybris.platform.adaptivesearch.services.impl -
-
Uses of AsRankChange in de.hybris.platform.adaptivesearch.services
Methods in de.hybris.platform.adaptivesearch.services that return AsRankChange Modifier and Type Method Description AsRankChangeAsConfigurationService. rerankConfiguration(AbstractAsConfigurationModel parentConfiguration, java.lang.String attribute, java.lang.String uid, int change)Reranks a configuration.Methods in de.hybris.platform.adaptivesearch.services that return types with arguments of type AsRankChange Modifier and Type Method Description java.util.List<AsRankChange>AsConfigurationService. rankAfterConfiguration(AbstractAsConfigurationModel parentConfiguration, java.lang.String attribute, java.lang.String rankAfterUid, java.lang.String... uids)Ranks multiple configurations after another one.java.util.List<AsRankChange>AsConfigurationService. rankBeforeConfiguration(AbstractAsConfigurationModel parentConfiguration, java.lang.String attribute, java.lang.String rankBeforeUid, java.lang.String... uids)Ranks multiple configurations before another one. -
Uses of AsRankChange in de.hybris.platform.adaptivesearch.services.impl
Methods in de.hybris.platform.adaptivesearch.services.impl that return AsRankChange Modifier and Type Method Description protected AsRankChangeDefaultAsConfigurationService. createMoveRankChange(java.lang.String uid, int oldRank, int newRank)protected AsRankChangeDefaultAsConfigurationService. createNoOperationRankChange(java.lang.String uid)AsRankChangeDefaultAsConfigurationService. rerankConfiguration(AbstractAsConfigurationModel parentConfiguration, java.lang.String attribute, java.lang.String uid, int change)Methods in de.hybris.platform.adaptivesearch.services.impl that return types with arguments of type AsRankChange Modifier and Type Method Description java.util.List<AsRankChange>DefaultAsConfigurationService. rankAfterConfiguration(AbstractAsConfigurationModel parentConfiguration, java.lang.String attribute, java.lang.String rankAfterUid, java.lang.String... uids)java.util.List<AsRankChange>DefaultAsConfigurationService. rankBeforeConfiguration(AbstractAsConfigurationModel parentConfiguration, java.lang.String attribute, java.lang.String rankBeforeUid, java.lang.String... uids)
-