Modifier and Type | Field and Description |
---|---|
static KanbanContainerOneToOneLink<KanbanDelivery> |
KanbanContainer.TO_KANBAN_DELIVERY
Use with available fluent helpers to apply the to_KanbanDelivery navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
KanbanDelivery |
KanbanDelivery.KanbanDeliveryBuilder.build() |
KanbanDelivery |
KanbanContainer.fetchKanbanDelivery()
Fetches the KanbanDelivery entity (one to one) associated with this entity.
|
KanbanDelivery |
KanbanContainer.getKanbanDeliveryOrFetch()
Retrieval of associated KanbanDelivery entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<KanbanDelivery> |
KanbanDeliveryFluentHelper.getEntityClass() |
protected Class<KanbanDelivery> |
KanbanDeliveryByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<KanbanDelivery> |
KanbanContainer.getKanbanDeliveryIfPresent()
Retrieval of associated KanbanDelivery entity (one to one).
|
Class<KanbanDelivery> |
KanbanDelivery.getType() |
Modifier and Type | Method and Description |
---|---|
KanbanContainer.KanbanContainerBuilder |
KanbanContainer.KanbanContainerBuilder.kanbanDelivery(KanbanDelivery value)
Navigation property to_KanbanDelivery for KanbanContainer to single KanbanDelivery.
|
void |
KanbanContainer.setKanbanDelivery(KanbanDelivery value)
Overwrites the associated KanbanDelivery entity for the loaded navigation property
to_KanbanDelivery.
|
Constructor and Description |
---|
KanbanContainer(String kanbanContainer,
String kanbanControlCycle,
String kanbanControlCycleItem,
String plant,
String productionSupplyArea,
String kanbanContainerStatus,
Boolean isLocked,
LocalDateTime lastChangeDate,
LocalTime lastChangeTime,
String plannedOrder,
String orderID,
String purchasingDocument,
String purchasingDocumentItem,
String salesDocument,
String salesDocumentItem,
String repetitiveMfgConfirmation,
String reservation,
String reservationItem,
String materialDocument,
String materialDocumentYear,
String materialDocumentItem,
String baseUnit,
BigDecimal actualQuantityInBaseUnit,
BigDecimal requestedQuantityInBaseUnit,
LocalDateTime previousLastChangeDate,
LocalTime previousLastChangeTime,
String transferRequirementNumber,
String transferRequirementItem,
Boolean isDeleted,
String previousKanbanContainerStatus,
String internalJITCallNumber,
String jITCallItemNumber,
ZonedDateTime plannedReceiptDateTime,
Boolean changedPackgInstrnDataIsAvail,
String sequentialNmbrOfSuplrConf,
String backflushReportingPoint,
String purchasingDocumentCategory,
String warehouse,
String warehouseTask,
String whseGoodsMovementDocument,
String whseGoodsMovementDocumentItem,
ZonedDateTime lastChangeDateTime,
List<KanbanCtnDetailedQty> toKanbanCtnDetailedQty,
KanbanDelivery toKanbanDelivery,
KanbanControlCycle toKanbanControlCycle) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<KanbanDelivery> |
KanbanDeliveryOneToOneLink.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 KanbanDeliveryLink<ObjectT> |
KanbanDeliveryLink.translateLinkType(EntityLink<KanbanDeliveryLink<ObjectT>,KanbanDelivery,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.