Uses of Class
de.hybris.platform.warehousing.data.sourcing.FitSourcingLocation
-
Packages that use FitSourcingLocation Package Description de.hybris.platform.warehousing.sourcing.fitness.impl -
-
Uses of FitSourcingLocation in de.hybris.platform.warehousing.sourcing.fitness.impl
Methods in de.hybris.platform.warehousing.sourcing.fitness.impl that return FitSourcingLocation Modifier and Type Method Description protected FitSourcingLocationDefaultFitnessService. buildFitSourcingLocation(SourcingLocation sourcingLocation)Create aFitSourcingLocationfrom aSourcingLocation.protected FitSourcingLocation[]DefaultFitnessService. calculateFitness(SourcingContext sourcingContext)Calculate the fitness of each sourcing location in the givn sourcing context and provide the fitness in a "fit" sourcing location.protected FitSourcingLocation[]DefaultFitnessService. getFitSourcingLocations(java.util.Collection<SourcingLocation> sourcingLocations, java.util.Set<SourcingFactor> sourcingFactors)Evaluates fitness of a sourcing location based on given set of sourcingFactorsMethods in de.hybris.platform.warehousing.sourcing.fitness.impl that return types with arguments of type FitSourcingLocation Modifier and Type Method Description protected java.util.Comparator<FitSourcingLocation>DefaultFitnessService. getFitnessComparator()Methods in de.hybris.platform.warehousing.sourcing.fitness.impl with parameters of type FitSourcingLocation Modifier and Type Method Description intFitnessComparator. compare(FitSourcingLocation sourcingLocation, FitSourcingLocation nextSourcingLocation)Method parameters in de.hybris.platform.warehousing.sourcing.fitness.impl with type arguments of type FitSourcingLocation Modifier and Type Method Description voidDefaultFitnessService. setFitnessComparator(java.util.Comparator<FitSourcingLocation> fitnessComparator)
-