Uses of Class
de.hybris.platform.warehousing.data.sourcing.SourcingFactor
-
Packages that use SourcingFactor Package Description de.hybris.platform.warehousing.sourcing.factor de.hybris.platform.warehousing.sourcing.factor.impl de.hybris.platform.warehousing.sourcing.fitness.impl -
-
Uses of SourcingFactor in de.hybris.platform.warehousing.sourcing.factor
Methods in de.hybris.platform.warehousing.sourcing.factor that return SourcingFactor Modifier and Type Method Description SourcingFactorSourcingFactorService. getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId, BaseStoreModel baseStore)Create or retrieve the requested sourcing factor according to the sourcingFactorId and the baseStore given in parameter.Methods in de.hybris.platform.warehousing.sourcing.factor that return types with arguments of type SourcingFactor Modifier and Type Method Description java.util.Set<SourcingFactor>SourcingFactorService. getAllSourcingFactorsForBaseStore(BaseStoreModel baseStore)Get the list of all the sourcing factors for the givenBaseStoreModel. -
Uses of SourcingFactor in de.hybris.platform.warehousing.sourcing.factor.impl
Methods in de.hybris.platform.warehousing.sourcing.factor.impl that return SourcingFactor Modifier and Type Method Description protected SourcingFactorDefaultSourcingFactorService. createSourcingFactorFromSourcingConfig(SourcingFactorIdentifiersEnum sourcingFactorId, SourcingConfigModel sourcingConfig)Create a single sourcing factor from the SourcingConfig.SourcingFactorDefaultSourcingFactorService. getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId, BaseStoreModel baseStore)Methods in de.hybris.platform.warehousing.sourcing.factor.impl that return types with arguments of type SourcingFactor Modifier and Type Method Description java.util.Set<SourcingFactor>DefaultSourcingFactorService. getAllSourcingFactorsForBaseStore(BaseStoreModel baseStore)protected java.util.Map<SourcingFactorIdentifiersEnum,SourcingFactor>DefaultSourcingFactorService. getSourcingFactorsMapForBaseStore(BaseStoreModel baseStore)Creates Map of SourcingFactorIdentifiersEnum and SourcingFactor for the given baseStore -
Uses of SourcingFactor in de.hybris.platform.warehousing.sourcing.fitness.impl
Method parameters in de.hybris.platform.warehousing.sourcing.fitness.impl with type arguments of type SourcingFactor Modifier and Type Method Description 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 sourcingFactors
-