Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the LongestPathInBom entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<LongestPathInBom>

Methods

getAll

  • Returns a request builder for querying all LongestPathInBom entities.

    Returns GetAllRequestBuilder<LongestPathInBom>

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

getByKey

  • getByKey(material: string, plant: string, mrpArea: string, proposalStartDate: Moment, proposalVersion: string, billOfMaterialUuid: string, parentComponent: string, parentPlant: string, billOfMaterialComponent: string, componentPlant: string): GetByKeyRequestBuilder<LongestPathInBom>

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>