Uses of Class
de.hybris.platform.warehousing.model.SourcingBanModel
Packages that use SourcingBanModel
Package
Description
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
-
Uses of SourcingBanModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type SourcingBanModelModifier and TypeMethodDescriptionWarehouseModel.getSourcingban()Generated method - Getter of theWarehouse.sourcingbanattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type SourcingBanModelModifier and TypeMethodDescriptionvoidWarehouseModel.setSourcingban(Collection<SourcingBanModel> value) Generated method - Setter ofWarehouse.sourcingbanattribute defined at extensionwarehousing. -
Uses of SourcingBanModel in de.hybris.platform.warehousing.sourcing.ban.dao
Methods in de.hybris.platform.warehousing.sourcing.ban.dao that return types with arguments of type SourcingBanModelModifier and TypeMethodDescriptionSourcingBanDao.getSourcingBan(Collection<WarehouseModel> warehouseModels, Date currentDateMinusBannedDays) Retrieves anSourcingBanModelfor aWarehouseModel -
Uses of SourcingBanModel in de.hybris.platform.warehousing.sourcing.ban.dao.impl
Methods in de.hybris.platform.warehousing.sourcing.ban.dao.impl with type parameters of type SourcingBanModelModifier and TypeMethodDescriptionprotected <T extends SourcingBanModel>
Collection<T>DefaultSourcingBanDao.getSourcingBans(FlexibleSearchQuery query) Methods in de.hybris.platform.warehousing.sourcing.ban.dao.impl that return types with arguments of type SourcingBanModelModifier and TypeMethodDescriptionDefaultSourcingBanDao.getSourcingBan(Collection<WarehouseModel> warehouseModels, Date currentDateMinusBannedDays) -
Uses of SourcingBanModel in de.hybris.platform.warehousing.sourcing.ban.service
Methods in de.hybris.platform.warehousing.sourcing.ban.service that return SourcingBanModelModifier and TypeMethodDescriptionSourcingBanService.createSourcingBan(WarehouseModel warehouseModel) creates Sourcing BanMethods in de.hybris.platform.warehousing.sourcing.ban.service that return types with arguments of type SourcingBanModelModifier and TypeMethodDescriptionSourcingBanService.getSourcingBan(Collection<WarehouseModel> warehouseModels) gets SourcingBan by passing Warehouse -
Uses of SourcingBanModel in de.hybris.platform.warehousing.sourcing.ban.service.impl
Methods in de.hybris.platform.warehousing.sourcing.ban.service.impl that return SourcingBanModelModifier and TypeMethodDescriptionDefaultSourcingBanService.createSourcingBan(WarehouseModel warehouse) Methods in de.hybris.platform.warehousing.sourcing.ban.service.impl that return types with arguments of type SourcingBanModelModifier and TypeMethodDescriptionDefaultSourcingBanService.getSourcingBan(Collection<WarehouseModel> warehouses)