Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the BatchCharcValue entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<BatchCharcValue>

Methods

create

  • Returns a request builder for creating a BatchCharcValue entity.

    Parameters

    Returns CreateRequestBuilder<BatchCharcValue>

    A request builder for creating requests that create an entity of type BatchCharcValue.

delete

  • delete(material: string, batchIdentifyingPlant: string, batch: string, charcInternalId: string, charcValuePositionNumber: string): DeleteRequestBuilder<BatchCharcValue>
  • delete(entity: BatchCharcValue): DeleteRequestBuilder<BatchCharcValue>
  • Returns a request builder for deleting an entity of type BatchCharcValue.

    Parameters

    Returns DeleteRequestBuilder<BatchCharcValue>

    A request builder for creating requests that delete an entity of type BatchCharcValue.

  • Returns a request builder for deleting an entity of type BatchCharcValue.

    Parameters

    Returns DeleteRequestBuilder<BatchCharcValue>

    A request builder for creating requests that delete an entity of type BatchCharcValue by taking the entity as a parameter.

getAll

  • Returns a request builder for querying all BatchCharcValue entities.

    Returns GetAllRequestBuilder<BatchCharcValue>

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

getByKey

  • getByKey(material: string, batchIdentifyingPlant: string, batch: string, charcInternalId: string, charcValuePositionNumber: string): GetByKeyRequestBuilder<BatchCharcValue>

update

  • Returns a request builder for updating an entity of type BatchCharcValue.

    Parameters

    Returns UpdateRequestBuilder<BatchCharcValue>

    A request builder for creating requests that update an entity of type BatchCharcValue.

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>