Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the ProdAllocCharcValCombn entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<ProdAllocCharcValCombn>

Methods

create

  • Returns a request builder for creating a ProdAllocCharcValCombn entity.

    Parameters

    Returns CreateRequestBuilder<ProdAllocCharcValCombn>

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

getAll

  • Returns a request builder for querying all ProdAllocCharcValCombn entities.

    Returns GetAllRequestBuilder<ProdAllocCharcValCombn>

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

getByKey

  • Returns a request builder for retrieving one ProdAllocCharcValCombn entity based on its keys.

    Parameters

    Returns GetByKeyRequestBuilder<ProdAllocCharcValCombn>

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

update

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

    Parameters

    Returns UpdateRequestBuilder<ProdAllocCharcValCombn>

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

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>