Modifier and Type | Field and Description |
---|---|
static KanbanContainerLink<KanbanCtnDetailedQty> |
KanbanContainer.TO_KANBAN_CTN_DETAILED_QTY
Use with available fluent helpers to apply the to_KanbanCtnDetailedQty navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
KanbanCtnDetailedQty |
KanbanCtnDetailedQty.KanbanCtnDetailedQtyBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<KanbanCtnDetailedQty> |
KanbanContainer.fetchKanbanCtnDetailedQty()
Fetches the KanbanCtnDetailedQty entities (one to many) associated with this entity.
|
protected Class<KanbanCtnDetailedQty> |
KanbanCtnDetailedQtyFluentHelper.getEntityClass() |
protected Class<KanbanCtnDetailedQty> |
KanbanCtnDetailedQtyByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<KanbanCtnDetailedQty>> |
KanbanContainer.getKanbanCtnDetailedQtyIfPresent()
Retrieval of associated KanbanCtnDetailedQty entities (one to many).
|
List<KanbanCtnDetailedQty> |
KanbanContainer.getKanbanCtnDetailedQtyOrFetch()
Retrieval of associated KanbanCtnDetailedQty entities (one to many).
|
Class<KanbanCtnDetailedQty> |
KanbanCtnDetailedQty.getType() |
Modifier and Type | Method and Description |
---|---|
void |
KanbanContainer.addKanbanCtnDetailedQty(KanbanCtnDetailedQty... entity)
Adds elements to the list of associated KanbanCtnDetailedQty entities.
|
KanbanContainer.KanbanContainerBuilder |
KanbanContainer.KanbanContainerBuilder.kanbanCtnDetailedQty(KanbanCtnDetailedQty... value)
Navigation property to_KanbanCtnDetailedQty for KanbanContainer to multiple
KanbanCtnDetailedQty.
|
Modifier and Type | Method and Description |
---|---|
void |
KanbanContainer.setKanbanCtnDetailedQty(List<KanbanCtnDetailedQty> value)
Overwrites the list of associated KanbanCtnDetailedQty entities for the loaded navigation property
to_KanbanCtnDetailedQty.
|
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<KanbanCtnDetailedQty> |
KanbanCtnDetailedQtyOneToOneLink.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 KanbanCtnDetailedQtyLink<ObjectT> |
KanbanCtnDetailedQtyLink.translateLinkType(EntityLink<KanbanCtnDetailedQtyLink<ObjectT>,KanbanCtnDetailedQty,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.