Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the ProductionSupplyAreaText entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<ProductionSupplyAreaText>

Methods

create

  • Returns a request builder for creating a ProductionSupplyAreaText entity.

    Parameters

    Returns CreateRequestBuilder<ProductionSupplyAreaText>

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

delete

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

    Parameters

    Returns DeleteRequestBuilder<ProductionSupplyAreaText>

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

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

    Parameters

    Returns DeleteRequestBuilder<ProductionSupplyAreaText>

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

getAll

  • Returns a request builder for querying all ProductionSupplyAreaText entities.

    Returns GetAllRequestBuilder<ProductionSupplyAreaText>

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

getByKey

  • getByKey(productionSupplyArea: string, plant: string, language: string): GetByKeyRequestBuilder<ProductionSupplyAreaText>

update

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

    Parameters

    Returns UpdateRequestBuilder<ProductionSupplyAreaText>

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

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>