PullRequest
Table of Contents
Constants
-
AMAZON_MWS_API_PROBLEM
= -4
-
AMAZON_MWS_CANCELLED_REPORT
= -13
-
AMAZON_MWS_CLIENT_PROBLEM
= -5
-
AMAZON_MWS_CREDENTIAL_PROBLEM
= -3
-
AMAZON_MWS_MISSING_FILE
= -32
-
AMAZON_MWS_NOT_REGISTERED_IN_MARKETPLACE
= -2
-
AMAZON_MWS_PARSE_ERROR
= -30
-
AMAZON_MWS_UNKNOWN_CANCELLED_BASE_CODE
= -15
-
AMAZON_MWS_UNKNOWN_RESPONSE_CODE
= -14
-
ARRANGE_DONE
= 50
-
ARRANGE_IN_PROGRESS
= 45
-
CANCELLED_DELAY_1
= 1
-
CANCELLED_DELAY_2
= 2
-
CANCELLED_DELAY_3
= 3
-
CANCELLED_RETRY_1
= 11
-
CANCELLED_RETRY_2
= 12
-
CANCELLED_RETRY_3
= 13
-
DONE_NO_DATA_
= 41
-
PULL_TYPE_NAME_ASSOC
= [1 => 'sale', 2 => 'order', 3 => 'vat', 4 => 'product']
-
RETRY_LIMIT_AMAZON
= 10
-
STAGE_INIT
= 0
-
STAGE_LAST
= 40
-
STAGE_PARSE
= 30
-
STAGE_PULL
= 20
-
STAGE_STATUS
= 10
-
VATJAR_ARRANGE_FAILED
= -45
Properties
-
$module
: Module
-
$pull
: Cronpull
-
$request
: Cronrequest
-
$user
: Client
-
$userModule
: UserModule
Methods
-
__construct()
: mixed
-
__toString()
: mixed
-
createFromExtended()
: mixed
-
generateFileName()
: mixed
-
getAmazonProductParseJob()
: mixed
-
getArrangeJob()
: mixed
-
getFilename()
: mixed
-
getMarketplaces()
: mixed
-
getModule()
: Module
-
getParseJob()
: mixed
-
getPull()
: CronPull
-
getRequest()
: mixed
-
getRequestJob()
: mixed
-
getUser()
: mixed
-
getUserModule()
: UserModule
-
getUserModuleCredentialEntity()
: Credential
-
prepare()
: mixed
-
save()
: mixed
-
stepCancelled()
: mixed
-
toPrimitiveArray()
: array<string|int, mixed>
-
wait()
: static
AMAZON_MWS_API_PROBLEM
public
mixed
AMAZON_MWS_API_PROBLEM
= -4
AMAZON_MWS_CANCELLED_REPORT
public
mixed
AMAZON_MWS_CANCELLED_REPORT
= -13
AMAZON_MWS_CLIENT_PROBLEM
public
mixed
AMAZON_MWS_CLIENT_PROBLEM
= -5
AMAZON_MWS_CREDENTIAL_PROBLEM
public
mixed
AMAZON_MWS_CREDENTIAL_PROBLEM
= -3
AMAZON_MWS_MISSING_FILE
public
mixed
AMAZON_MWS_MISSING_FILE
= -32
AMAZON_MWS_NOT_REGISTERED_IN_MARKETPLACE
public
mixed
AMAZON_MWS_NOT_REGISTERED_IN_MARKETPLACE
= -2
AMAZON_MWS_PARSE_ERROR
public
mixed
AMAZON_MWS_PARSE_ERROR
= -30
AMAZON_MWS_UNKNOWN_CANCELLED_BASE_CODE
public
mixed
AMAZON_MWS_UNKNOWN_CANCELLED_BASE_CODE
= -15
AMAZON_MWS_UNKNOWN_RESPONSE_CODE
public
mixed
AMAZON_MWS_UNKNOWN_RESPONSE_CODE
= -14
ARRANGE_DONE
public
mixed
ARRANGE_DONE
= 50
ARRANGE_IN_PROGRESS
public
mixed
ARRANGE_IN_PROGRESS
= 45
CANCELLED_DELAY_1
public
mixed
CANCELLED_DELAY_1
= 1
CANCELLED_DELAY_2
public
mixed
CANCELLED_DELAY_2
= 2
CANCELLED_DELAY_3
public
mixed
CANCELLED_DELAY_3
= 3
CANCELLED_RETRY_1
public
mixed
CANCELLED_RETRY_1
= 11
CANCELLED_RETRY_2
public
mixed
CANCELLED_RETRY_2
= 12
CANCELLED_RETRY_3
public
mixed
CANCELLED_RETRY_3
= 13
DONE_NO_DATA_
public
mixed
DONE_NO_DATA_
= 41
PULL_TYPE_NAME_ASSOC
public
mixed
PULL_TYPE_NAME_ASSOC
= [1 => 'sale', 2 => 'order', 3 => 'vat', 4 => 'product']
RETRY_LIMIT_AMAZON
public
mixed
RETRY_LIMIT_AMAZON
= 10
STAGE_INIT
public
mixed
STAGE_INIT
= 0
STAGE_LAST
public
mixed
STAGE_LAST
= 40
STAGE_PARSE
public
mixed
STAGE_PARSE
= 30
STAGE_PULL
public
mixed
STAGE_PULL
= 20
STAGE_STATUS
public
mixed
STAGE_STATUS
= 10
VATJAR_ARRANGE_FAILED
public
mixed
VATJAR_ARRANGE_FAILED
= -45
$module
private
Module
$module
$pull
private
Cronpull
$pull
$request
private
Cronrequest
$request
$user
private
Client
$user
$userModule
private
UserModule
$userModule
__construct()
public
__construct(mixed &$r, mixed &$p, mixed $u, mixed $m, mixed $um) : mixed
Parameters
-
$r
: mixed
-
-
$p
: mixed
-
-
$u
: mixed
-
-
$m
: mixed
-
-
$um
: mixed
-
__toString()
public
__toString() : mixed
createFromExtended()
public
static createFromExtended(mixed $result[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$result
: mixed
-
-
$opt
: array<string|int, mixed>
= []
-
generateFileName()
public
generateFileName() : mixed
getAmazonProductParseJob()
public
static getAmazonProductParseJob() : mixed
getArrangeJob()
public
static getArrangeJob() : mixed
getFilename()
public
getFilename() : mixed
getMarketplaces()
public
getMarketplaces() : mixed
getModule()
public
getModule() : Module
getParseJob()
public
static getParseJob() : mixed
getPull()
public
getPull() : CronPull
getRequest()
public
getRequest() : mixed
getRequestJob()
public
static getRequestJob([array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$opt
: array<string|int, mixed>
= []
-
getUser()
public
getUser() : mixed
getUserModule()
public
getUserModule() : UserModule
getUserModuleCredentialEntity()
public
getUserModuleCredentialEntity() : Credential
prepare()
public
static prepare(mixed $row[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$row
: mixed
-
-
$opt
: array<string|int, mixed>
= []
-
save()
public
save() : mixed
stepCancelled()
public
static stepCancelled(PullRequest $job) : mixed
Parameters
-
$job
: PullRequest
-
toPrimitiveArray()
public
toPrimitiveArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
wait()
public
wait(int $requestWait[, int $pullWait = 0 ]) : static
Parameters
-
$requestWait
: int
-
-
$pullWait
: int
= 0
-