Uses of Class
de.hybris.platform.warehousing.data.sourcing.SourcingFactor
Packages that use SourcingFactor
Package
Description
-
Uses of SourcingFactor in de.hybris.platform.warehousing.sourcing.factor
Methods in de.hybris.platform.warehousing.sourcing.factor that return SourcingFactorModifier and TypeMethodDescriptionSourcingFactorService.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 SourcingFactorModifier and TypeMethodDescriptionSourcingFactorService.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 SourcingFactorModifier and TypeMethodDescriptionprotected SourcingFactorDefaultSourcingFactorService.createSourcingFactorFromSourcingConfig(SourcingFactorIdentifiersEnum sourcingFactorId, SourcingConfigModel sourcingConfig) Create a single sourcing factor from the SourcingConfig.DefaultSourcingFactorService.getSourcingFactor(SourcingFactorIdentifiersEnum sourcingFactorId, BaseStoreModel baseStore) Methods in de.hybris.platform.warehousing.sourcing.factor.impl that return types with arguments of type SourcingFactorModifier and TypeMethodDescriptionDefaultSourcingFactorService.getAllSourcingFactorsForBaseStore(BaseStoreModel baseStore) protected 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 SourcingFactorModifier and TypeMethodDescriptionprotected FitSourcingLocation[]DefaultFitnessService.getFitSourcingLocations(Collection<SourcingLocation> sourcingLocations, Set<SourcingFactor> sourcingFactors) Evaluates fitness of a sourcing location based on given set of sourcingFactors