Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the BatchCharc entity.

Hierarchy

  • RequestBuilder<BatchCharc>
    • BatchCharcRequestBuilder

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<BatchCharc>

Methods

getAll

  • Returns a request builder for querying all BatchCharc entities.

    Returns GetAllRequestBuilder<BatchCharc>

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

getByKey

  • getByKey(material: string, batchIdentifyingPlant: string, batch: string, charcInternalId: string): GetByKeyRequestBuilder<BatchCharc>
  • Returns a request builder for retrieving one BatchCharc entity based on its keys.

    Parameters

    Returns GetByKeyRequestBuilder<BatchCharc>

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

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>