AmazonFcTransfer
extends AmazonBase
in package
uses
TraitAmazonFcTransfer
Table of Contents
Properties
- $arrival_country : mixed
- $arrival_date : mixed
- $asin : mixed
- $complete_date : mixed
- $create_time : mixed
- $depart_date : mixed
- $departure_country : mixed
- $id : mixed
- $product_name : mixed
- $qty : mixed
- $sku : mixed
- $total_activity_weight : mixed
- $transaction_event_id : mixed
- $transportation_mode : mixed
- $update_time : mixed
- $user_id : mixed
- $user_module_id : mixed
Methods
- assignJobMergedData() : mixed
- beforeSave() : mixed
- exists() : bool
- fetchAsArray() : mixed
- fetchAsAssocArray() : mixed
- fetchAsMultiAssocArray() : mixed
- find() : false|array<string|int, static>
- findFirst() : static|false
- fixParameters() : mixed
- fromArray() : mixed
- getArrivalCountry() : mixed
- getArrivalDate() : mixed
- getAsin() : mixed
- getCompleteDate() : mixed
- getCreateTime() : mixed
- getDepartDate() : mixed
- getDepartureCountry() : mixed
- getFromCountryTwo() : mixed
- getId() : mixed
- getProductIdentityArray() : mixed
- getProductIdName() : mixed
- getProductName() : mixed
- getQty() : mixed
- getQuantity() : mixed
- getSku() : mixed
- getThe() : mixed
- getToCountryTwo() : mixed
- getTotalActivityWeight() : mixed
- getTransactionEventId() : mixed
- getTransportationMode() : mixed
- getUpdateTime() : mixed
- getUserId() : mixed
- initialize() : mixed
- mapper() : mixed
- save() : bool
- set() : mixed
- setCreateTime() : $this
- If $createTime is null, default value now.
- setUpdateTime() : $this
- If $updateTime is null, default value now.
- writeAttributeIfNeeded() : mixed
- _createKey() : mixed
- getDataList() : mixed
Properties
$arrival_country
protected
mixed
$arrival_country
$arrival_date
protected
mixed
$arrival_date
$asin
protected
mixed
$asin
$complete_date
protected
mixed
$complete_date
$create_time
protected
mixed
$create_time
$depart_date
protected
mixed
$depart_date
$departure_country
protected
mixed
$departure_country
$id
protected
mixed
$id
$product_name
protected
mixed
$product_name
$qty
protected
mixed
$qty
$sku
protected
mixed
$sku
$total_activity_weight
protected
mixed
$total_activity_weight
$transaction_event_id
protected
mixed
$transaction_event_id
$transportation_mode
protected
mixed
$transportation_mode
$update_time
protected
mixed
$update_time
$user_id
protected
mixed
$user_id
$user_module_id
protected
mixed
$user_module_id
Methods
assignJobMergedData()
public
assignJobMergedData() : mixed
beforeSave()
public
beforeSave() : mixed
exists()
public
exists() : bool
Return values
boolfetchAsArray()
public
static fetchAsArray([mixed $parameter = null ]) : mixed
Parameters
- $parameter : mixed = null
fetchAsAssocArray()
public
static fetchAsAssocArray([mixed $parameter = null ][, mixed $key = 'id' ][, mixed $cols = null ]) : mixed
Parameters
- $parameter : mixed = null
- $key : mixed = 'id'
- $cols : mixed = null
fetchAsMultiAssocArray()
public
static fetchAsMultiAssocArray([mixed $parameter = null ][, mixed $keyname = ['id'] ][, mixed $cols = null ]) : mixed
Parameters
- $parameter : mixed = null
- $keyname : mixed = ['id']
- $cols : mixed = null
find()
public
static find([array<string|int, mixed>|null|int $parameters = null ]) : false|array<string|int, static>
Parameters
- $parameters : array<string|int, mixed>|null|int = null
Return values
false|array<string|int, static>findFirst()
public
static findFirst([array<string|int, mixed>|null|int $parameters = null ]) : static|false
Parameters
- $parameters : array<string|int, mixed>|null|int = null
Return values
static|falsefixParameters()
public
static fixParameters([mixed $parameters = null ]) : mixed
Parameters
- $parameters : mixed = null
fromArray()
public
static fromArray(mixed $array) : mixed
Parameters
- $array : mixed
getArrivalCountry()
public
getArrivalCountry() : mixed
getArrivalDate()
public
getArrivalDate() : mixed
getAsin()
public
getAsin() : mixed
getCompleteDate()
public
getCompleteDate() : mixed
getCreateTime()
public
getCreateTime() : mixed
getDepartDate()
public
getDepartDate() : mixed
getDepartureCountry()
public
getDepartureCountry() : mixed
getFromCountryTwo()
public
getFromCountryTwo() : mixed
getId()
public
getId() : mixed
getProductIdentityArray()
public
getProductIdentityArray() : mixed
getProductIdName()
public
getProductIdName() : mixed
getProductName()
public
getProductName() : mixed
getQty()
public
getQty() : mixed
getQuantity()
public
getQuantity() : mixed
getSku()
public
getSku() : mixed
getThe()
public
static getThe(mixed $paramater) : mixed
Parameters
- $paramater : mixed
getToCountryTwo()
public
getToCountryTwo() : mixed
getTotalActivityWeight()
public
getTotalActivityWeight() : mixed
getTransactionEventId()
public
getTransactionEventId() : mixed
getTransportationMode()
public
getTransportationMode() : mixed
getUpdateTime()
public
getUpdateTime() : mixed
getUserId()
public
getUserId() : mixed
initialize()
public
initialize() : mixed
mapper()
public
static mapper(array<string|int, mixed> $map, array<string|int, mixed> $original[, bool $reverse = true ]) : mixed
Parameters
- $map : array<string|int, mixed>
- $original : array<string|int, mixed>
- $reverse : bool = true
save()
public
final save([mixed $data = null ][, mixed $whiteList = null ]) : bool
Parameters
- $data : mixed = null
- $whiteList : mixed = null
Return values
boolset()
public
set(mixed $property, mixed $value) : mixed
Parameters
- $property : mixed
- $value : mixed
setCreateTime()
If $createTime is null, default value now.
public
setCreateTime([mixed $createTime = null ]) : $this
Parameters
- $createTime : mixed = null
Return values
$thissetUpdateTime()
If $updateTime is null, default value now.
public
setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
- $updateTime : mixed = null
Return values
$thiswriteAttributeIfNeeded()
public
writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
- $attribute : mixed
- $value : mixed
_createKey()
protected
static _createKey(mixed $parameters) : mixed
Parameters
- $parameters : mixed
getDataList()
protected
getDataList([array<string|int, mixed> $arr = [] ]) : mixed
Parameters
- $arr : array<string|int, mixed> = []