Options
All
  • Public
  • Public/Protected
  • All
Menu

Request builder class for operations supported on the ChangeMasterCharcValue entity.

Hierarchy

Implements

Index

Properties

entityConstructor

entityConstructor: Constructable<ChangeMasterCharcValue>

Methods

getAll

  • Returns a request builder for querying all ChangeMasterCharcValue entities.

    Returns GetAllRequestBuilder<ChangeMasterCharcValue>

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

getByKey

  • getByKey(changeNumber: string, classType: string, charcInternalId: string, charcValuePositionNumber: string): GetByKeyRequestBuilder<ChangeMasterCharcValue>

Static forEntity

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

    • EntityCT: Constructable<Entity>

    Parameters

    • entity: EntityCT

    Returns EntityBasedRequestBuilder<EntityCT>