Uses of Class
de.hybris.platform.warehousing.model.WarehouseTransferModel
-
Packages that use WarehouseTransferModel Package Description de.hybris.platform.warehousing.model 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 WarehouseTransferModel Modifier and Type Method Description WarehouseTransferModelWarehouseTransferModel. getParentTransfer()Generated method - Getter of theWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.WarehouseTransferModelWarehouseTransferEntryModel. getWarehouseTransfer()Generated method - Getter of theWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model that return types with arguments of type WarehouseTransferModel Modifier and Type Method Description java.util.Collection<WarehouseTransferModel>WarehouseTransferModel. getDependentTransfers()Generated method - Getter of theWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type WarehouseTransferModel Modifier and Type Method Description voidWarehouseTransferModel. 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 WarehouseTransferModel Modifier and Type Method Description voidWarehouseTransferModel. setDependentTransfers(java.util.Collection<WarehouseTransferModel> value)Generated method - Setter ofWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type WarehouseTransferModel Constructor Description WarehouseTransferEntryModel(WarehouseBinModel _destination, ItemModel _owner, java.lang.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, java.lang.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
-