Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the ServiceQtanItemPriceElement entity.

Hierarchy

Implements

Index

Properties

_entityConstructor

_entityConstructor: Constructable<ServiceQtanItemPriceElement>

Methods

create

  • Returns a request builder for creating a ServiceQtanItemPriceElement entity.

    Parameters

    Returns CreateRequestBuilder<ServiceQtanItemPriceElement>

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

delete

getAll

  • Returns a request builder for querying all ServiceQtanItemPriceElement entities.

    Returns GetAllRequestBuilder<ServiceQtanItemPriceElement>

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

getByKey

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

update

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

    Parameters

    Returns UpdateRequestBuilder<ServiceQtanItemPriceElement>

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

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>