RestApiIdempotentOperation

Extends \Shopware\Components\Model\ModelEntity

ORM\Entity
ORM\Table

(name="pickware_erp_rest_api_idempotent_operations")

package

Default

Methods

__construct

__construct(string $idempotencyKey, \Enlight_Controller_Request_RequestHttp $request) 

Arguments

$idempotencyKey

string

$request

\Enlight_Controller_Request_RequestHttp

getActionName

getActionName() : string

Response

string

getControllerName

getControllerName() : string

Response

string

getCreatedAt

getCreatedAt() : \DateTime

Response

\DateTime

getDecodedResponseData

getDecodedResponseData() : array|null

Response

array|null

getId

getId() : integer

Response

integer

getIdempotencyKey

getIdempotencyKey() : string

Response

string

getInitialRequestRawBodyChecksum

getInitialRequestRawBodyChecksum() : string

Response

string

getIntermediateState

getIntermediateState() : string|null

Response

string|null

getRecoveryPoint

getRecoveryPoint() : string

Response

string

getRequests

getRequests() : \Doctrine\Common\Collections\ArrayCollection

Response

\Doctrine\Common\Collections\ArrayCollection

getResponseCode

getResponseCode() : integer|null

Response

integer|null

getResponseData

getResponseData() : array|string|null

Response

array|string|null

originRequestHasSameRawBodyAsRequest

originRequestHasSameRawBodyAsRequest(\Enlight_Controller_Request_RequestHttp $request) : boolean

Arguments

$request

\Enlight_Controller_Request_RequestHttp

Response

boolean

setIntermediateState

setIntermediateState(string|null $intermediateState = null) 

Arguments

$intermediateState

string|null

setRecoveryPoint

setRecoveryPoint(string $recoveryPoint) 

Arguments

$recoveryPoint

string

setResponseCode

setResponseCode(integer|null $responseCode) 

Arguments

$responseCode

integer|null

setResponseData

setResponseData(array|string|null $responseData) 

Arguments

$responseData

array|string|null

Constants

STARTED

STARTED

FINISHED

FINISHED