Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SupplierEvaluationResponse" of service "API_SUPLR_EVAL_RESPONSE_SRV". This service is part of the following communication scenarios: Supplier Evaluation Response Integration (SAP_COM_0139). See https://api.sap.com/api/API_SUPLR_EVAL_RESPONSE_SRV for more information.

Hierarchy

  • Entity
    • SupplierEvaluationResponse

Implements

Index

Constructors

constructor

Properties

Protected _customFields

_customFields: MapType<any>

A mapper representing custom fields in an entity. Custom fields are represented by their field names and the corresponding values. A custom field can be added or updated using setCustomField method.

Protected _versionIdentifier

_versionIdentifier: string

The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".

Optional createdByUser

createdByUser: undefined | string

Created-By Name. Maximum length: 60.

nullable

Optional creationDateTime

creationDateTime: Moment

Created On.

nullable

Optional language

language: undefined | string

Language. Maximum length: 2.

nullable

Optional lastChangeDateTime

lastChangeDateTime: Moment

Last Changed On.

nullable

Optional lastChangedByUser

lastChangedByUser: undefined | string

Changed-By Name. Maximum length: 60.

nullable

Optional purgCatUuid

purgCatUuid: undefined | string

Purchasing Category UUID.

nullable

Protected remoteState

remoteState: object

The remote state of the entity. Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. It is stored as map, where the keys are stored in the format of VDM properties.

Type declaration

  • [keys: string]: any

Optional suplrEvalDeadlineDate

suplrEvalDeadlineDate: Moment

Deadline.

nullable

Optional suplrEvalEndDate

suplrEvalEndDate: Moment

End Date.

nullable

Optional suplrEvalReqUuid

suplrEvalReqUuid: undefined | string

NodeID.

nullable

Optional suplrEvalRspLifecycleStatus

suplrEvalRspLifecycleStatus: undefined | string

General Data Element for Status Codes. Maximum length: 2.

nullable

Optional suplrEvalRspName

suplrEvalRspName: undefined | string

Name of a Supplier Evaluation Response. Maximum length: 60.

nullable

suplrEvalRspUuid

suplrEvalRspUuid: string

Evaluation Response UUID.

Optional suplrEvalStartDate

suplrEvalStartDate: Moment

Start Date.

nullable

Optional suplrEvalSubmissionDateTime

suplrEvalSubmissionDateTime: Moment

Submission Date.

nullable

Optional supplierEvalResponse

supplierEvalResponse: undefined | string

Evaluation Response. Maximum length: 20.

nullable

toSuplrEvalRspAppraiser

toSuplrEvalRspAppraiser: SuplrEvalRspAppraiser

One-to-one navigation property to the SuplrEvalRspAppraiser entity.

toSuplrEvalRspExternalName

toSuplrEvalRspExternalName: SuplrEvalRspExternalName[]

One-to-many navigation property to the SuplrEvalRspExternalName entity.

toSuplrEvalRspIntroduction

toSuplrEvalRspIntroduction: SuplrEvalRspIntroduction[]

One-to-many navigation property to the SuplrEvalRspIntroduction entity.

toSuplrEvalRspLanguage

toSuplrEvalRspLanguage: SuplrEvalRspLanguage[]

One-to-many navigation property to the SuplrEvalRspLanguage entity.

toSuplrEvalRspPurchaserResp

toSuplrEvalRspPurchaserResp: SuplrEvalRspPurchaserResp

One-to-one navigation property to the SuplrEvalRspPurchaserResp entity.

toSuplrEvalRspRootQnaire

toSuplrEvalRspRootQnaire: SuplrEvalRspRootQnaire

One-to-one navigation property to the SuplrEvalRspRootQnaire entity.

toSuplrEvalRspSupplier

toSuplrEvalRspSupplier: SuplrEvalRspSupplier

One-to-one navigation property to the SuplrEvalRspSupplier entity.

Static ALL_FIELDS

ALL_FIELDS: AllFields<SupplierEvaluationResponse> = new AllFields('*', SupplierEvaluationResponse)

All fields selector.

Static CREATED_BY_USER

CREATED_BY_USER: StringField<SupplierEvaluationResponse> = new StringField('CreatedByUser', SupplierEvaluationResponse, 'Edm.String')

Static representation of the createdByUser property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CREATION_DATE_TIME

CREATION_DATE_TIME: DateField<SupplierEvaluationResponse> = new DateField('CreationDateTime', SupplierEvaluationResponse, 'Edm.DateTimeOffset')

Static representation of the creationDateTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static LANGUAGE

LANGUAGE: StringField<SupplierEvaluationResponse> = new StringField('Language', SupplierEvaluationResponse, 'Edm.String')

Static representation of the language property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static LAST_CHANGED_BY_USER

LAST_CHANGED_BY_USER: StringField<SupplierEvaluationResponse> = new StringField('LastChangedByUser', SupplierEvaluationResponse, 'Edm.String')

Static representation of the lastChangedByUser property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<SupplierEvaluationResponse> = new DateField('LastChangeDateTime', SupplierEvaluationResponse, 'Edm.DateTimeOffset')

Static representation of the lastChangeDateTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PURG_CAT_UUID

PURG_CAT_UUID: StringField<SupplierEvaluationResponse> = new StringField('PurgCatUUID', SupplierEvaluationResponse, 'Edm.Guid')

Static representation of the purgCatUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_DEADLINE_DATE

SUPLR_EVAL_DEADLINE_DATE: DateField<SupplierEvaluationResponse> = new DateField('SuplrEvalDeadlineDate', SupplierEvaluationResponse, 'Edm.DateTime')

Static representation of the suplrEvalDeadlineDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_END_DATE

SUPLR_EVAL_END_DATE: DateField<SupplierEvaluationResponse> = new DateField('SuplrEvalEndDate', SupplierEvaluationResponse, 'Edm.DateTime')

Static representation of the suplrEvalEndDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_REQ_UUID

SUPLR_EVAL_REQ_UUID: StringField<SupplierEvaluationResponse> = new StringField('SuplrEvalReqUUID', SupplierEvaluationResponse, 'Edm.Guid')

Static representation of the suplrEvalReqUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_RSP_LIFECYCLE_STATUS

SUPLR_EVAL_RSP_LIFECYCLE_STATUS: StringField<SupplierEvaluationResponse> = new StringField('SuplrEvalRspLifecycleStatus', SupplierEvaluationResponse, 'Edm.String')

Static representation of the suplrEvalRspLifecycleStatus property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_RSP_NAME

SUPLR_EVAL_RSP_NAME: StringField<SupplierEvaluationResponse> = new StringField('SuplrEvalRspName', SupplierEvaluationResponse, 'Edm.String')

Static representation of the suplrEvalRspName property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_RSP_UUID

SUPLR_EVAL_RSP_UUID: StringField<SupplierEvaluationResponse> = new StringField('SuplrEvalRspUUID', SupplierEvaluationResponse, 'Edm.Guid')

Static representation of the suplrEvalRspUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_START_DATE

SUPLR_EVAL_START_DATE: DateField<SupplierEvaluationResponse> = new DateField('SuplrEvalStartDate', SupplierEvaluationResponse, 'Edm.DateTime')

Static representation of the suplrEvalStartDate property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_SUBMISSION_DATE_TIME

SUPLR_EVAL_SUBMISSION_DATE_TIME: DateField<SupplierEvaluationResponse> = new DateField('SuplrEvalSubmissionDateTime', SupplierEvaluationResponse, 'Edm.DateTimeOffset')

Static representation of the suplrEvalSubmissionDateTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPPLIER_EVAL_RESPONSE

SUPPLIER_EVAL_RESPONSE: StringField<SupplierEvaluationResponse> = new StringField('SupplierEvalResponse', SupplierEvaluationResponse, 'Edm.String')

Static representation of the supplierEvalResponse property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_EVAL_RSP_APPRAISER

TO_SUPLR_EVAL_RSP_APPRAISER: OneToOneLink<SupplierEvaluationResponse, SuplrEvalRspAppraiser> = new OneToOneLink('to_SuplrEvalRspAppraiser', SupplierEvaluationResponse, SuplrEvalRspAppraiser)

Static representation of the one-to-one navigation property toSuplrEvalRspAppraiser for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_EVAL_RSP_EXTERNAL_NAME

TO_SUPLR_EVAL_RSP_EXTERNAL_NAME: Link<SupplierEvaluationResponse, SuplrEvalRspExternalName> = new Link('to_SuplrEvalRspExternalName', SupplierEvaluationResponse, SuplrEvalRspExternalName)

Static representation of the one-to-many navigation property toSuplrEvalRspExternalName for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_EVAL_RSP_INTRODUCTION

TO_SUPLR_EVAL_RSP_INTRODUCTION: Link<SupplierEvaluationResponse, SuplrEvalRspIntroduction> = new Link('to_SuplrEvalRspIntroduction', SupplierEvaluationResponse, SuplrEvalRspIntroduction)

Static representation of the one-to-many navigation property toSuplrEvalRspIntroduction for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_EVAL_RSP_LANGUAGE

TO_SUPLR_EVAL_RSP_LANGUAGE: Link<SupplierEvaluationResponse, SuplrEvalRspLanguage> = new Link('to_SuplrEvalRspLanguage', SupplierEvaluationResponse, SuplrEvalRspLanguage)

Static representation of the one-to-many navigation property toSuplrEvalRspLanguage for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_EVAL_RSP_PURCHASER_RESP

TO_SUPLR_EVAL_RSP_PURCHASER_RESP: OneToOneLink<SupplierEvaluationResponse, SuplrEvalRspPurchaserResp> = new OneToOneLink('to_SuplrEvalRspPurchaserResp', SupplierEvaluationResponse, SuplrEvalRspPurchaserResp)

Static representation of the one-to-one navigation property toSuplrEvalRspPurchaserResp for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_EVAL_RSP_ROOT_QNAIRE

TO_SUPLR_EVAL_RSP_ROOT_QNAIRE: OneToOneLink<SupplierEvaluationResponse, SuplrEvalRspRootQnaire> = new OneToOneLink('to_SuplrEvalRspRootQnaire', SupplierEvaluationResponse, SuplrEvalRspRootQnaire)

Static representation of the one-to-one navigation property toSuplrEvalRspRootQnaire for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_EVAL_RSP_SUPPLIER

TO_SUPLR_EVAL_RSP_SUPPLIER: OneToOneLink<SupplierEvaluationResponse, SuplrEvalRspSupplier> = new OneToOneLink('to_SuplrEvalRspSupplier', SupplierEvaluationResponse, SuplrEvalRspSupplier)

Static representation of the one-to-one navigation property toSuplrEvalRspSupplier for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: Array<StringField<SupplierEvaluationResponse> | DateField<SupplierEvaluationResponse> | OneToOneLink<SupplierEvaluationResponse, SuplrEvalRspAppraiser> | Link<SupplierEvaluationResponse, SuplrEvalRspExternalName> | Link<SupplierEvaluationResponse, SuplrEvalRspIntroduction> | Link<SupplierEvaluationResponse, SuplrEvalRspLanguage> | OneToOneLink<SupplierEvaluationResponse, SuplrEvalRspPurchaserResp> | OneToOneLink<SupplierEvaluationResponse, SuplrEvalRspRootQnaire> | OneToOneLink<SupplierEvaluationResponse, SuplrEvalRspSupplier>> = [SupplierEvaluationResponse.SUPLR_EVAL_RSP_UUID,SupplierEvaluationResponse.SUPLR_EVAL_REQ_UUID,SupplierEvaluationResponse.PURG_CAT_UUID,SupplierEvaluationResponse.SUPPLIER_EVAL_RESPONSE,SupplierEvaluationResponse.SUPLR_EVAL_RSP_NAME,SupplierEvaluationResponse.LANGUAGE,SupplierEvaluationResponse.CREATED_BY_USER,SupplierEvaluationResponse.LAST_CHANGED_BY_USER,SupplierEvaluationResponse.SUPLR_EVAL_START_DATE,SupplierEvaluationResponse.SUPLR_EVAL_END_DATE,SupplierEvaluationResponse.SUPLR_EVAL_DEADLINE_DATE,SupplierEvaluationResponse.LAST_CHANGE_DATE_TIME,SupplierEvaluationResponse.SUPLR_EVAL_SUBMISSION_DATE_TIME,SupplierEvaluationResponse.CREATION_DATE_TIME,SupplierEvaluationResponse.SUPLR_EVAL_RSP_LIFECYCLE_STATUS,SupplierEvaluationResponse.TO_SUPLR_EVAL_RSP_APPRAISER,SupplierEvaluationResponse.TO_SUPLR_EVAL_RSP_EXTERNAL_NAME,SupplierEvaluationResponse.TO_SUPLR_EVAL_RSP_INTRODUCTION,SupplierEvaluationResponse.TO_SUPLR_EVAL_RSP_LANGUAGE,SupplierEvaluationResponse.TO_SUPLR_EVAL_RSP_PURCHASER_RESP,SupplierEvaluationResponse.TO_SUPLR_EVAL_RSP_ROOT_QNAIRE,SupplierEvaluationResponse.TO_SUPLR_EVAL_RSP_SUPPLIER]

All fields of the SupplierEvaluationResponse entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_SUPLR_EVAL_RESPONSE_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_SupplierEvaluationResponse"

Technical entity name for SupplierEvaluationResponse.

Static _keyFields

_keyFields: Array<Selectable<SupplierEvaluationResponse>> = [SupplierEvaluationResponse.SUPLR_EVAL_RSP_UUID]

All key fields of the SupplierEvaluationResponse entity.

Static _keys

_keys: object = SupplierEvaluationResponse._keyFields.reduce((acc: { [keys: string]: Selectable<SupplierEvaluationResponse> }, field: Selectable<SupplierEvaluationResponse>) => {acc[field._fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property SupplierEvaluationResponse.

Type declaration

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"
deprecated

Since v1.0.1 Use _defaultServicePath instead. Technical service name for SupplierEvaluationResponse.

Accessors

versionIdentifier

  • get versionIdentifier(): string
  • ETag version identifier accessor.

    Returns string

    The ETag version identifier of the retrieved entity, returns undefined if not retrieved

Methods

Protected getCurrentMapKeys

  • getCurrentMapKeys(): Entity
  • Returns a map of all defined fields in entity to their current values.

    Returns Entity

    Entity with all defined entity fields

getCustomField

  • getCustomField(fieldName: string): any
  • Custom field value getter.

    Parameters

    • fieldName: string

      The name of the custom field

    Returns any

    The value of the corresponding custom field

getCustomFields

  • getCustomFields(): MapType<any>
  • Returns a map that contains all entity custom fields.

    Returns MapType<any>

    A map of all defined custom fields in the entity

getUpdatedCustomFields

  • getUpdatedCustomFields(): MapType<any>
  • Returns all updated custom field properties compared to the last known remote state.

    Returns MapType<any>

    A map containing all updated custom properties, with their new values

getUpdatedProperties

  • getUpdatedProperties(): Entity
  • Returns all changed properties compared to the last known remote state. The returned properties does not include custom fields. Use getUpdatedCustomFields, if updated custom fields are needed.

    Returns Entity

    Entity with all properties that changed

hasCustomField

  • hasCustomField(fieldName: string): boolean
  • Validates whether a custom field exists in the entity.

    Parameters

    • fieldName: string

      The name of the custom field to update

    Returns boolean

    A boolean value, that indicates whether a custom field is defined in entity

initializeCustomFields

  • initializeCustomFields(customFields: MapType<any>): this
  • Sets all retrieved custom fields in entity.

    Parameters

    • customFields: MapType<any>

      Extracted custom fields from a retrieved entity

    Returns this

    A boolean value, that indicates the existence of the field in entity

Protected isConflictingCustomField

  • isConflictingCustomField(customFieldName: string): boolean
  • Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.

    Parameters

    • customFieldName: string

      Field name to check

    Returns boolean

    Boolean value that describes whether a field name can be defined as custom field

setCustomField

  • setCustomField(fieldName: string, value: any): this
  • Sets a new custom field in the entity or updates it. Throws an error, if the provided custom field name is already defined by an original field in entity.

    Parameters

    • fieldName: string

      The name of the custom field to update

    • value: any

      The value of the field

    Returns this

    The entity itself, to facilitate method chaining

setOrInitializeRemoteState

  • setOrInitializeRemoteState(state?: MapType<any>): this
  • Initializes or sets the remoteState of the entity. This function is called on all read, create and update requests. This function should be called after initializeCustomFields, if custom fields are defined.

    deprecated

    Since 1.12.0. Will be removed in version 2.0.

    Parameters

    • Optional state: MapType<any>

      State to be set as remote state

    Returns this

    The entity itself, to facilitate method chaining

setVersionIdentifier

  • setVersionIdentifier(etag: string | undefined): this
  • Set the ETag version identifier of the retrieved entity.

    Parameters

    • etag: string | undefined

      The returned ETag version of the entity

    Returns this

    The entity itself, to facilitate method chaining

toJSON

  • toJSON(): object
  • Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

    Returns object

    An object containing all instance variables + custom fields.

    • [key: string]: any

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity SupplierEvaluationResponse.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SupplierEvaluationResponse>

    A builder that constructs instances of entity type SupplierEvaluationResponse.

Static Protected customFieldSelector

  • customFieldSelector<EntityT>(fieldName: string, entityConstructor: Constructable<EntityT>): CustomField<EntityT>
  • Type parameters

    • EntityT: Entity

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT>

    Returns CustomField<EntityT>

Static Protected entityBuilder

  • entityBuilder<EntityT, EntityTypeForceMandatoryT>(entityConstructor: Constructable<EntityT, EntityTypeForceMandatoryT>): EntityBuilderType<EntityT, EntityTypeForceMandatoryT>
  • Type parameters

    • EntityT: Entity

    • EntityTypeForceMandatoryT

    Parameters

    • entityConstructor: Constructable<EntityT, EntityTypeForceMandatoryT>

    Returns EntityBuilderType<EntityT, EntityTypeForceMandatoryT>

Static requestBuilder

  • Returns a request builder to construct requests for operations on the SupplierEvaluationResponse entity type.

    Returns SupplierEvaluationResponseRequestBuilder

    A SupplierEvaluationResponse request builder.