| Package | Description |
|---|---|
| de.hybris.platform.warehousing.model |
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
|
| de.hybris.platform.warehousing.resource |
| Modifier and Type | Method and Description |
|---|---|
WarehouseTransferModel |
WarehouseTransferModel.getParentTransfer()
Generated method - Getter of the
WarehouseTransfer.parentTransfer attribute defined at extension warehousing. |
WarehouseTransferModel |
WarehouseTransferEntryModel.getWarehouseTransfer()
Generated method - Getter of the
WarehouseTransferEntry.warehouseTransfer attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseTransferModel> |
WarehouseTransferModel.getDependentTransfers()
Generated method - Getter of the
WarehouseTransfer.dependentTransfers attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseTransferModel.setParentTransfer(WarehouseTransferModel value)
Generated method - Setter of
WarehouseTransfer.parentTransfer attribute defined at extension warehousing. |
void |
WarehouseTransferEntryModel.setWarehouseTransfer(WarehouseTransferModel value)
Generated method - Setter of
WarehouseTransferEntry.warehouseTransfer attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseTransferModel.setDependentTransfers(java.util.Collection<WarehouseTransferModel> value)
Generated method - Setter of
WarehouseTransfer.dependentTransfers attribute defined at extension warehousing. |
| Constructor and Description |
|---|
WarehouseTransferEntryModel(WarehouseBinModel _destination,
ItemModel _owner,
java.lang.String _productCode,
int _quantityAccepted,
int _quantityDeclined,
int _quantityRequested,
WarehouseBinModel _source,
WarehouseTransferModel _warehouseTransfer)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WarehouseTransferEntryModel(WarehouseBinModel _destination,
java.lang.String _productCode,
int _quantityAccepted,
int _quantityDeclined,
int _quantityRequested,
WarehouseBinModel _source,
WarehouseTransferModel _warehouseTransfer)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
WarehouseTransferModel |
WarehouseTransferResource.getWarehouseTransferModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected WarehouseTransferModel |
WarehouseTransferResource.readResource(java.lang.String resourceId)
Gets the
WarehouseTransferModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseTransferModel> |
WarehouseTransfersResource.getWarehouseTransfersCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseTransferResource.setWarehouseTransferModel(WarehouseTransferModel value)
Convenience method which just delegates to
#setResourceValue(WarehouseTransferModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseTransfersResource.setWarehouseTransfersCollection(java.util.Collection<WarehouseTransferModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.