Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcycle |
Modifier and Type | Field and Description |
---|---|
static KanbanDeliveryLink<KanbanControlCycle> |
KanbanDelivery.TO_KANBAN_CONTROL_CYCLE
Use with available fluent helpers to apply the to_KanbanControlCycle navigation property to query operations.
|
static KanbanContainerLink<KanbanControlCycle> |
KanbanContainer.TO_KANBAN_CONTROL_CYCLE
Use with available fluent helpers to apply the to_KanbanControlCycle navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
KanbanControlCycle |
KanbanControlCycle.KanbanControlCycleBuilder.build() |
KanbanControlCycle |
KanbanDelivery.fetchKanbanControlCycle()
Fetches the KanbanControlCycle entity (one to one) associated with this entity.
|
KanbanControlCycle |
KanbanContainer.fetchKanbanControlCycle()
Fetches the KanbanControlCycle entity (one to one) associated with this entity.
|
KanbanControlCycle |
KanbanDelivery.getKanbanControlCycleOrFetch()
Retrieval of associated KanbanControlCycle entity (one to one).
|
KanbanControlCycle |
KanbanContainer.getKanbanControlCycleOrFetch()
Retrieval of associated KanbanControlCycle entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<KanbanControlCycle> |
KanbanControlCycleFluentHelper.getEntityClass() |
protected Class<KanbanControlCycle> |
KanbanControlCycleByKeyFluentHelper.getEntityClass() |
Optional<KanbanControlCycle> |
KanbanDelivery.getKanbanControlCycleIfPresent()
Retrieval of associated KanbanControlCycle entity (one to one).
|
Optional<KanbanControlCycle> |
KanbanContainer.getKanbanControlCycleIfPresent()
Retrieval of associated KanbanControlCycle entity (one to one).
|
Class<KanbanControlCycle> |
KanbanControlCycle.getType() |
Modifier and Type | Method and Description |
---|---|
KanbanDelivery.KanbanDeliveryBuilder |
KanbanDelivery.KanbanDeliveryBuilder.kanbanControlCycle(KanbanControlCycle value) |
KanbanContainer.KanbanContainerBuilder |
KanbanContainer.KanbanContainerBuilder.kanbanControlCycle(KanbanControlCycle value) |
void |
KanbanDelivery.setKanbanControlCycle(KanbanControlCycle value)
Overwrites the associated KanbanControlCycle entity for the loaded navigation property to_KanbanControlCycle.
|
void |
KanbanContainer.setKanbanControlCycle(KanbanControlCycle value)
Overwrites the associated KanbanControlCycle entity for the loaded navigation property to_KanbanControlCycle.
|
Modifier and Type | Method and Description |
---|---|
protected KanbanControlCycleLink<ObjectT> |
KanbanControlCycleLink.translateLinkType(EntityLink<KanbanControlCycleLink<ObjectT>,KanbanControlCycle,ObjectT> link) |
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 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,
ZonedDateTime lastChangeDateTime,
ErpConfigContext erpConfigContext,
List<KanbanCtnDetailedQty> toKanbanCtnDetailedQty,
KanbanDelivery toKanbanDelivery,
KanbanControlCycle toKanbanControlCycle) |
KanbanDelivery(String kanbanContainer,
String soldToParty,
String customerReferenceNumber,
String deliveryDocument,
String plant,
ZonedDateTime lastChangeDateTime,
String kanbanControlCycle,
ErpConfigContext erpConfigContext,
KanbanContainer toKanbanContainer,
KanbanControlCycle toKanbanControlCycle) |
Copyright © 2018 SAP SE. All rights reserved.