Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the ServiceQtanPriceElement entity.

Hierarchy

Implements

Index

Properties

_entityConstructor

_entityConstructor: Constructable<ServiceQtanPriceElement>

Methods

create

  • Returns a request builder for creating a ServiceQtanPriceElement entity.

    Parameters

    Returns CreateRequestBuilder<ServiceQtanPriceElement>

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

delete

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

    Parameters

    Returns DeleteRequestBuilder<ServiceQtanPriceElement>

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

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

    Parameters

    Returns DeleteRequestBuilder<ServiceQtanPriceElement>

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

getAll

  • Returns a request builder for querying all ServiceQtanPriceElement entities.

    Returns GetAllRequestBuilder<ServiceQtanPriceElement>

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

getByKey

  • getByKey(serviceQuotation: string, pricingProcedureStep: string, pricingProcedureCounter: string): GetByKeyRequestBuilder<ServiceQtanPriceElement>

update

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

    Parameters

    Returns UpdateRequestBuilder<ServiceQtanPriceElement>

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

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>