Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the SupplyDemandItems entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<SupplyDemandItems>

Methods

getAll

  • Returns a request builder for querying all SupplyDemandItems entities.

    Returns GetAllRequestBuilder<SupplyDemandItems>

    A request builder for creating requests to retrieve all SupplyDemandItems entities.

getByKey

  • getByKey(material: string, mrpArea: string, mrpPlant: string, mrpPlanningSegment: string, mrpPlanningSegmentType: string, materialShortageProfile: string): GetByKeyRequestBuilder<SupplyDemandItems>

Static forEntity

  • forEntity<EntityCT>(entity: EntityCT): EntityBasedRequestBuilder<EntityCT>
  • Type parameters

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>