Modifier and Type | Field and Description |
---|---|
static KanbanControlCycleLink<KanbanContainer> |
KanbanControlCycle.TO_KANBAN_CONTAINER
Use with available fluent helpers to apply the to_KanbanContainer navigation property to query operations.
|
static KanbanDeliveryOneToOneLink<KanbanContainer> |
KanbanDelivery.TO_KANBAN_CONTAINER
Use with available fluent helpers to apply the to_KanbanContainer navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
KanbanContainer |
KanbanContainer.KanbanContainerBuilder.build() |
KanbanContainer |
WithdrawQuantityFromKanbanContainerFluentHelper.execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
KanbanContainer |
SetKanbanContainerLockFluentHelper.execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
KanbanContainer |
SetKanbanContainerStatusFluentHelper.execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
KanbanContainer |
KanbanDelivery.fetchKanbanContainer()
Fetches the KanbanContainer entity (one to one) associated with this entity.
|
KanbanContainer |
KanbanDelivery.getKanbanContainerOrFetch()
Retrieval of associated KanbanContainer entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<KanbanContainer> |
KanbanControlCycle.fetchKanbanContainer()
Fetches the KanbanContainer entities (one to many) associated with this entity.
|
protected Class<KanbanContainer> |
WithdrawQuantityFromKanbanContainerFluentHelper.getEntityClass() |
protected Class<KanbanContainer> |
KanbanContainerFluentHelper.getEntityClass() |
protected Class<KanbanContainer> |
SetKanbanContainerLockFluentHelper.getEntityClass() |
protected Class<KanbanContainer> |
KanbanContainerByKeyFluentHelper.getEntityClass() |
protected Class<KanbanContainer> |
SetKanbanContainerStatusFluentHelper.getEntityClass() |
io.vavr.control.Option<List<KanbanContainer>> |
KanbanControlCycle.getKanbanContainerIfPresent()
Retrieval of associated KanbanContainer entities (one to many).
|
io.vavr.control.Option<KanbanContainer> |
KanbanDelivery.getKanbanContainerIfPresent()
Retrieval of associated KanbanContainer entity (one to one).
|
List<KanbanContainer> |
KanbanControlCycle.getKanbanContainerOrFetch()
Retrieval of associated KanbanContainer entities (one to many).
|
Class<KanbanContainer> |
KanbanContainer.getType() |
Modifier and Type | Method and Description |
---|---|
void |
KanbanControlCycle.addKanbanContainer(KanbanContainer... entity)
Adds elements to the list of associated KanbanContainer entities.
|
KanbanControlCycle.KanbanControlCycleBuilder |
KanbanControlCycle.KanbanControlCycleBuilder.kanbanContainer(KanbanContainer... value)
Navigation property to_KanbanContainer for KanbanControlCycle to multiple
KanbanContainer.
|
KanbanDelivery.KanbanDeliveryBuilder |
KanbanDelivery.KanbanDeliveryBuilder.kanbanContainer(KanbanContainer value)
Navigation property to_KanbanContainer for KanbanDelivery to single KanbanContainer.
|
void |
KanbanDelivery.setKanbanContainer(KanbanContainer value)
Overwrites the associated KanbanContainer entity for the loaded navigation property
to_KanbanContainer.
|
Modifier and Type | Method and Description |
---|---|
void |
KanbanControlCycle.setKanbanContainer(List<KanbanContainer> value)
Overwrites the list of associated KanbanContainer entities for the loaded navigation property
to_KanbanContainer.
|
Constructor and Description |
---|
KanbanDelivery(String kanbanContainer,
String soldToParty,
String customerReferenceNumber,
String deliveryDocument,
String deliveryDocumentItem,
String plant,
ZonedDateTime lastChangeDateTime,
String kanbanControlCycle,
KanbanContainer toKanbanContainer,
KanbanControlCycle toKanbanControlCycle) |
Constructor and Description |
---|
KanbanControlCycle(String kanbanControlCycle,
String kanbanControlCycleCategory,
String product,
String plant,
String productionVersion,
String productionSupplyArea,
String supplySourceResponsiblePerson,
String storageLocation,
String storingPositionName,
String kanbanContainerDeliveryAddress,
String productCostCollector,
String supplier,
String purchasingOrganization,
String purchaseOutlineAgreement,
String purchaseOutlineAgreementItem,
String warehouse,
String storageType,
String storageBin,
String baseUnit,
BigDecimal kanbanContainerQuantityInBsUnt,
String numberOfKanbanContainers,
String maxNrOfEmptyKanbanContainers,
String inHouseProductionReplnmtStrgy,
String materialStaging,
Boolean destinationBinIsDynamic,
String extProcurementReplnmtStrgy,
String stockTransferReplnmtStrategy,
Boolean replnmtIsCtrldBySupplySource,
String kanbanContainerPackggProduct,
Boolean separateGRIsNeededIfSetToFull,
String costCenter,
String supplySourcePlant,
String kanbanContainerStatusSequence,
String kanbanCtnReplnmtTriggerLogic,
BigDecimal knbnCtnReplnmtTrggrQtyInBsUnt,
String kanbanContainerCalculationType,
BigDecimal kanbanCtnCalcSafetyFactor,
Short kanbanCtnCalculationConstant,
BigDecimal kanbanCtnRoundingQtyInBsUnt,
BigDecimal fixedKanbanContainerQtyInBsUnt,
String kanbanContainerCalcProfile,
BigDecimal replnmtLeadTimeInWorkdays,
BigDecimal replnmtLeadTimeInMinutes,
String salesSchedulingAgreement,
String salesSchedulingAgreementItem,
String sourceProductionSupplyArea,
String jITCallProfile,
UUID packingInstruction,
String numberOfLoadCarriers,
String backflushReportingPoint,
String kanbanCtrlCycleLifeCycleStatus,
LocalDateTime creationDate,
LocalDateTime releaseDate,
LocalDateTime lockDate,
BigDecimal pullIntervalInWorkdays,
BigDecimal pullIntervalInMinutes,
BigDecimal kanbanCtnRefillTimeInDays,
BigDecimal kanbanCtnRefillTmeInMinutes,
BigDecimal kanbanCtnWaitTimeInDays,
BigDecimal kanbanCtnWaitTimeInMinutes,
BigDecimal kanbanCtnTransportTimeInDays,
BigDecimal kanbanCtnTransportTmeInMinutes,
BigDecimal knbnCtnCalcRqmtBufferInPercent,
BigDecimal knbnCtnCalcSupplySrceBufInPct,
String nrOfKanbanCtnsFlaggedToUnlock,
String nrOfWaitingKnbnCtnsBfrReplnmt,
String kanbanCtrlCycReplnmtTriggerGrp,
String planningWorkCenter,
Boolean productionOrdersAreCombined,
String destinationStorageBin,
String sourceStorageBin,
String warehouseProcessType,
ZonedDateTime lastChangeDateTime,
List<KanbanContainer> toKanbanContainer,
KanbanContainerDeliveryAddr toKanbanContDeliveryAddr) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<KanbanContainer> |
KanbanContainerOneToOneLink.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 KanbanContainerLink<ObjectT> |
KanbanContainerLink.translateLinkType(EntityLink<KanbanContainerLink<ObjectT>,KanbanContainer,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.