Modifier and Type | Field and Description |
---|---|
static WarehouseTaskLink<WarehouseTaskExceptionCode> |
WarehouseTask.TO_WAREHOUSE_TASK_EXCEPTION_CODE
Use with available fluent helpers to apply the to_WarehouseTaskExceptionCode navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
WarehouseTaskExceptionCode |
WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<WarehouseTaskExceptionCode> |
WarehouseTask.fetchWarehouseTaskExceptionCode()
Fetches the WarehouseTaskExceptionCode entities (one to many) associated with this entity.
|
protected Class<WarehouseTaskExceptionCode> |
WarehouseTaskExceptionCodeByKeyFluentHelper.getEntityClass() |
protected Class<WarehouseTaskExceptionCode> |
WarehouseTaskExceptionCodeFluentHelper.getEntityClass() |
Class<WarehouseTaskExceptionCode> |
WarehouseTaskExceptionCode.getType() |
io.vavr.control.Option<List<WarehouseTaskExceptionCode>> |
WarehouseTask.getWarehouseTaskExceptionCodeIfPresent()
Retrieval of associated WarehouseTaskExceptionCode entities (one to many).
|
List<WarehouseTaskExceptionCode> |
WarehouseTask.getWarehouseTaskExceptionCodeOrFetch()
Retrieval of associated WarehouseTaskExceptionCode entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
WarehouseTask.addWarehouseTaskExceptionCode(WarehouseTaskExceptionCode... entity)
Adds elements to the list of associated WarehouseTaskExceptionCode entities.
|
WarehouseTask.WarehouseTaskBuilder |
WarehouseTask.WarehouseTaskBuilder.warehouseTaskExceptionCode(WarehouseTaskExceptionCode... value)
Navigation property to_WarehouseTaskExceptionCode for WarehouseTask to multiple
WarehouseTaskExceptionCode.
|
Modifier and Type | Method and Description |
---|---|
void |
WarehouseTask.setWarehouseTaskExceptionCode(List<WarehouseTaskExceptionCode> value)
Overwrites the list of associated WarehouseTaskExceptionCode entities for the loaded navigation property
to_WarehouseTaskExceptionCode.
|
Constructor and Description |
---|
WarehouseTask(String warehouse,
String warehouseTask,
String warehouseTaskItem,
String warehouseOrder,
ZonedDateTime creationDateTime,
ZonedDateTime lastChangeDateTime,
ZonedDateTime confirmationUTCDateTime,
ZonedDateTime whseTaskPlannedClosingDateTime,
ZonedDateTime whseTaskGoodsReceiptDateTime,
String warehouseTaskStatus,
String warehouseTaskStatusName,
String warehouseProcessType,
String warehouseProcessTypeName,
Boolean isHandlingUnitWarehouseTask,
String productName,
String productDescription,
String batch,
Boolean batchChangeIsNotAllowed,
String stockType,
String stockTypeName,
String stockOwner,
String entitledToDisposeParty,
String stockDocumentCategory,
String stockDocumentNumber,
String stockItemNumber,
String executingResource,
String productionOrder,
String productionSupplyArea,
String delivery,
String deliveryItem,
String purchasingDocument,
String purchasingDocumentItem,
String salesDocument,
String salesDocumentItem,
String baseUnit,
String alternativeUnit,
BigDecimal targetQuantityInBaseUnit,
BigDecimal targetQuantityInAltvUnit,
BigDecimal actualQuantityInBaseUnit,
BigDecimal actualQuantityInAltvUnit,
BigDecimal differenceQuantityInBaseUnit,
BigDecimal differenceQuantityInAltvUnit,
String whseTaskNetWeightUnitOfMeasure,
BigDecimal netWeight,
String whseTaskNetVolumeUnitOfMeasure,
BigDecimal whseTaskNetVolume,
String sourceStorageType,
String sourceStorageTypeName,
String sourceStorageSection,
String sourceStorageBin,
String destinationStorageType,
String destinationStorageTypeName,
String destinationStorageSection,
String destinationStorageBin,
String destinationResource,
String activityArea,
String activityAreaName,
String sourceHandlingUnit,
String destinationHandlingUnit,
String warehouseTaskExceptionCode,
WarehouseOrder toWarehouseOrder,
List<WarehouseTaskExceptionCode> toWarehouseTaskExceptionCode) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<WarehouseTaskExceptionCode> |
WarehouseTaskExceptionCodeOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected WarehouseTaskExceptionCodeLink<ObjectT> |
WarehouseTaskExceptionCodeLink.translateLinkType(EntityLink<WarehouseTaskExceptionCodeLink<ObjectT>,WarehouseTaskExceptionCode,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.