1. EntitiesClient

Class EntitiesClient

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

The client responsible for getting, saving and deleting entities.

Constructors

EntitiesClient()

Declaration
new EntitiesClient()

Functions

getAsync(param, loadConfiguration)

Gets the <xref:IEntity> instance with the specified id or identifier.

Declaration
function getAsync(param, loadConfiguration)
Parameters
TypeNameDescription
param

The id or identifier of the entity to get

loadConfiguration

The loading configuration for the entity

Returns
TypeDescription

The entity or null when it was not found.

getManyAsync(param, loadConfiguration)

Gets the <xref:IEntity> instances with the specified ids or identifiers.

Declaration
function getManyAsync(param, loadConfiguration)
Parameters
TypeNameDescription
param

The ids or identifiers of the entities to get

loadConfiguration

The loading configuration for an entity

Returns
TypeDescription

List of entities.

getByDefinitionAsync()

{@inheritDoc}

Declaration
function getByDefinitionAsync()

getIdsByDefinitionAsync()

{@inheritDoc}

Declaration
function getIdsByDefinitionAsync()

getEntityIterator()

{@inheritDoc}

Declaration
function getEntityIterator()

getEntityIdIterator()

{@inheritDoc}

Declaration
function getEntityIdIterator()

saveAsync()

{@inheritDoc}

Declaration
function saveAsync()

deleteAsync()

{@inheritDoc}

Declaration
function deleteAsync()

createEntityAsync(entity)

Creates the specified <xref:IEntity> in the system.

Declaration
function createEntityAsync(entity)
Parameters
TypeNameDescription
entity

The entity to create/save in the system

updateEntityAsync(entity)

Update the specified <xref:IEntity>.

Declaration
function updateEntityAsync(entity)
Parameters
TypeNameDescription
entity

The entity to update

single(queryResult)

Get an <xref:IEntity> or null from the specified IEntityQueryResult.

Declaration
function single(queryResult)
Parameters
TypeNameDescription
queryResult

The query result (should contain one or no items)

Returns
TypeDescription

An <xref:IEntity> or null.

この記事を改善するための提案がある場合は、 お知らせください!