Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the BomItemCategory entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<BomItemCategory>

Methods

getAll

  • Returns a request builder for querying all BomItemCategory entities.

    Returns GetAllRequestBuilder<BomItemCategory>

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

getByKey

  • getByKey(billOfMaterialItemCategory: string): GetByKeyRequestBuilder<BomItemCategory>
  • Returns a request builder for retrieving one BomItemCategory entity based on its keys.

    Parameters

    Returns GetByKeyRequestBuilder<BomItemCategory>

    A request builder for creating requests to retrieve one BomItemCategory entity based on its keys.

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>