Uses of Class
de.hybris.platform.warehousing.model.WarehouseTransferModel
Packages that use WarehouseTransferModel
Package
Description
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
-
Uses of WarehouseTransferModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return WarehouseTransferModelModifier and TypeMethodDescriptionWarehouseTransferModel.getParentTransfer()Generated method - Getter of theWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.WarehouseTransferEntryModel.getWarehouseTransfer()Generated method - Getter of theWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model that return types with arguments of type WarehouseTransferModelModifier and TypeMethodDescriptionWarehouseTransferModel.getDependentTransfers()Generated method - Getter of theWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type WarehouseTransferModelModifier and TypeMethodDescriptionvoidWarehouseTransferModel.setParentTransfer(WarehouseTransferModel value) Generated method - Setter ofWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.voidWarehouseTransferEntryModel.setWarehouseTransfer(WarehouseTransferModel value) Generated method - Setter ofWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.warehousing.model with type arguments of type WarehouseTransferModelModifier and TypeMethodDescriptionvoidWarehouseTransferModel.setDependentTransfers(Collection<WarehouseTransferModel> value) Generated method - Setter ofWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type WarehouseTransferModelModifierConstructorDescriptionWarehouseTransferEntryModel(WarehouseBinModel _destination, ItemModel _owner, String _productCode, int _quantityAccepted, int _quantityDeclined, int _quantityRequested, WarehouseBinModel _source, WarehouseTransferModel _warehouseTransfer) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseTransferEntryModel(WarehouseBinModel _destination, String _productCode, int _quantityAccepted, int _quantityDeclined, int _quantityRequested, WarehouseBinModel _source, WarehouseTransferModel _warehouseTransfer) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters