Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the RecipeCharcValue entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<RecipeCharcValue>

Methods

create

  • Returns a request builder for creating a RecipeCharcValue entity.

    Parameters

    Returns CreateRequestBuilder<RecipeCharcValue>

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

delete

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

    Parameters

    Returns DeleteRequestBuilder<RecipeCharcValue>

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

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

    Parameters

    Returns DeleteRequestBuilder<RecipeCharcValue>

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

getAll

  • Returns a request builder for querying all RecipeCharcValue entities.

    Returns GetAllRequestBuilder<RecipeCharcValue>

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

getByKey

  • getByKey(recipeUuid: string, classType: string, charcInternalId: string, charcValuePositionNumber: string): GetByKeyRequestBuilder<RecipeCharcValue>

update

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

    Parameters

    Returns UpdateRequestBuilder<RecipeCharcValue>

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

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>