Uses of Class
de.hybris.platform.warehousing.model.WarehouseTransferEntryModel
Packages that use WarehouseTransferEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
-
Uses of WarehouseTransferEntryModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return types with arguments of type WarehouseTransferEntryModelModifier and TypeMethodDescriptionWarehouseBinModel.getDestinationWarehouseTransferEntries()Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.WarehouseBinModel.getSourceWarehouseTransferEntries()Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.WarehouseTransferModel.getWarehouseTransferEntries()Generated method - Getter of theWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.warehousing.model with type arguments of type WarehouseTransferEntryModelModifier and TypeMethodDescriptionvoidWarehouseBinModel.setDestinationWarehouseTransferEntries(Set<WarehouseTransferEntryModel> value) Generated method - Setter ofWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.voidWarehouseBinModel.setSourceWarehouseTransferEntries(Set<WarehouseTransferEntryModel> value) Generated method - Setter ofWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.voidWarehouseTransferModel.setWarehouseTransferEntries(Collection<WarehouseTransferEntryModel> value) Generated method - Setter ofWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.