AmazonProduct
extends CacheModel
in package
uses
TraitAmazonProduct
Table of Contents
Properties
- $add_delete : mixed
- $asin : mixed
- $asin2 : mixed
- $asin3 : mixed
- $bid_for_featured_placement : mixed
- $create_time : mixed
- $expedited_shipping : mixed
- $fulfillment_channel : mixed
- $id : mixed
- $image_url : mixed
- $item_condition : mixed
- $item_description : mixed
- $item_is_marketplace : mixed
- $item_name : mixed
- $item_note : mixed
- $listing_id : mixed
- $open_date : mixed
- $pending_quantity : mixed
- $prod_id : mixed
- $product_id : mixed
- $product_id_type : mixed
- $quantity : mixed
- $sku : mixed
- $status : mixed
- $update_time : mixed
- $user_id : mixed
- $will_ship_internationally : mixed
- $zshop_boldface : mixed
- $zshop_browse_path : mixed
- $zshop_category1 : mixed
- $zshop_shipping_fee : mixed
- $zshop_storefront_feature : 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
- getAddDelete() : mixed
- getAsin() : mixed
- getAsin2() : mixed
- getAsin3() : mixed
- getBidForFeaturedPlacement() : mixed
- getCreateTime() : mixed
- getExpeditedShipping() : mixed
- getFulfillmentChannel() : mixed
- getId() : mixed
- getImageUrl() : mixed
- getItemCondition() : mixed
- getItemDescription() : mixed
- getItemIsMarketplace() : mixed
- getItemName() : mixed
- getItemNote() : mixed
- getListingId() : mixed
- getOpenDate() : mixed
- getPendingQuantity() : mixed
- getProdId() : mixed
- getProductId() : mixed
- getProductIdType() : mixed
- getQuantity() : mixed
- getSku() : mixed
- getThe() : mixed
- getUpdateTime() : mixed
- getUserId() : mixed
- getWillShipInternationally() : mixed
- getZshopBoldface() : mixed
- getZshopBrowsePath() : mixed
- getZshopCategory1() : mixed
- getZshopShippingFee() : mixed
- getZshopStorefrontFeature() : mixed
- initialize() : mixed
- mapper() : mixed
- save() : bool
- set() : mixed
- setAddDelete() : TraitAmazonProduct
- setAsin() : TraitAmazonProduct
- setAsin2() : TraitAmazonProduct
- setAsin3() : TraitAmazonProduct
- setBidForFeaturedPlacement() : TraitAmazonProduct
- setCreateTime() : $this
- If $createTime is null, default value now.
- setExpeditedShipping() : TraitAmazonProduct
- setFulfillmentChannel() : TraitAmazonProduct
- setImageUrl() : TraitAmazonProduct
- setItemCondition() : TraitAmazonProduct
- setItemDescription() : TraitAmazonProduct
- setItemIsMarketplace() : TraitAmazonProduct
- setItemName() : TraitAmazonProduct
- setItemNote() : TraitAmazonProduct
- setListingId() : TraitAmazonProduct
- setOpenDate() : TraitAmazonProduct
- setPendingQuantity() : TraitAmazonProduct
- setProdId() : TraitAmazonProduct
- setProductId() : TraitAmazonProduct
- setProductIdType() : TraitAmazonProduct
- setQuantity() : TraitAmazonProduct
- setSku() : TraitAmazonProduct
- setUpdateTime() : $this
- If $updateTime is null, default value now.
- setUserId() : TraitAmazonProduct
- setWillShipInternationally() : TraitAmazonProduct
- setZshopBoldface() : TraitAmazonProduct
- setZshopBrowsePath() : TraitAmazonProduct
- setZshopCategory1() : TraitAmazonProduct
- setZshopShippingFee() : TraitAmazonProduct
- setZshopStorefrontFeature() : TraitAmazonProduct
- writeAttributeIfNeeded() : mixed
- _createKey() : mixed
Properties
$add_delete
protected
mixed
$add_delete
$asin
protected
mixed
$asin
$asin2
protected
mixed
$asin2
$asin3
protected
mixed
$asin3
$bid_for_featured_placement
protected
mixed
$bid_for_featured_placement
$create_time
protected
mixed
$create_time
$expedited_shipping
protected
mixed
$expedited_shipping
$fulfillment_channel
protected
mixed
$fulfillment_channel
$id
protected
mixed
$id
$image_url
protected
mixed
$image_url
$item_condition
protected
mixed
$item_condition
$item_description
protected
mixed
$item_description
$item_is_marketplace
protected
mixed
$item_is_marketplace
$item_name
protected
mixed
$item_name
$item_note
protected
mixed
$item_note
$listing_id
protected
mixed
$listing_id
$open_date
protected
mixed
$open_date
$pending_quantity
protected
mixed
$pending_quantity
$prod_id
protected
mixed
$prod_id
$product_id
protected
mixed
$product_id
$product_id_type
protected
mixed
$product_id_type
$quantity
protected
mixed
$quantity
$sku
protected
mixed
$sku
$status
protected
mixed
$status
$update_time
protected
mixed
$update_time
$user_id
protected
mixed
$user_id
$will_ship_internationally
protected
mixed
$will_ship_internationally
$zshop_boldface
protected
mixed
$zshop_boldface
$zshop_browse_path
protected
mixed
$zshop_browse_path
$zshop_category1
protected
mixed
$zshop_category1
$zshop_shipping_fee
protected
mixed
$zshop_shipping_fee
$zshop_storefront_feature
protected
mixed
$zshop_storefront_feature
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
getAddDelete()
public
getAddDelete() : mixed
getAsin()
public
getAsin() : mixed
getAsin2()
public
getAsin2() : mixed
getAsin3()
public
getAsin3() : mixed
getBidForFeaturedPlacement()
public
getBidForFeaturedPlacement() : mixed
getCreateTime()
public
getCreateTime() : mixed
getExpeditedShipping()
public
getExpeditedShipping() : mixed
getFulfillmentChannel()
public
getFulfillmentChannel() : mixed
getId()
public
getId() : mixed
getImageUrl()
public
getImageUrl() : mixed
getItemCondition()
public
getItemCondition() : mixed
getItemDescription()
public
getItemDescription() : mixed
getItemIsMarketplace()
public
getItemIsMarketplace() : mixed
getItemName()
public
getItemName() : mixed
getItemNote()
public
getItemNote() : mixed
getListingId()
public
getListingId() : mixed
getOpenDate()
public
getOpenDate() : mixed
getPendingQuantity()
public
getPendingQuantity() : mixed
getProdId()
public
getProdId() : mixed
getProductId()
public
getProductId() : mixed
getProductIdType()
public
getProductIdType() : mixed
getQuantity()
public
getQuantity() : mixed
getSku()
public
getSku() : mixed
getThe()
public
static getThe(mixed $paramater) : mixed
Parameters
- $paramater : mixed
getUpdateTime()
public
getUpdateTime() : mixed
getUserId()
public
getUserId() : mixed
getWillShipInternationally()
public
getWillShipInternationally() : mixed
getZshopBoldface()
public
getZshopBoldface() : mixed
getZshopBrowsePath()
public
getZshopBrowsePath() : mixed
getZshopCategory1()
public
getZshopCategory1() : mixed
getZshopShippingFee()
public
getZshopShippingFee() : mixed
getZshopStorefrontFeature()
public
getZshopStorefrontFeature() : 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
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
setAddDelete()
public
setAddDelete(mixed $add_delete) : TraitAmazonProduct
Parameters
- $add_delete : mixed
Return values
TraitAmazonProductsetAsin()
public
setAsin(mixed $asin) : TraitAmazonProduct
Parameters
- $asin : mixed
Return values
TraitAmazonProductsetAsin2()
public
setAsin2(mixed $asin2) : TraitAmazonProduct
Parameters
- $asin2 : mixed
Return values
TraitAmazonProductsetAsin3()
public
setAsin3(mixed $asin3) : TraitAmazonProduct
Parameters
- $asin3 : mixed
Return values
TraitAmazonProductsetBidForFeaturedPlacement()
public
setBidForFeaturedPlacement(mixed $bid_for_featured_placement) : TraitAmazonProduct
Parameters
- $bid_for_featured_placement : mixed
Return values
TraitAmazonProductsetCreateTime()
If $createTime is null, default value now.
public
setCreateTime([mixed $createTime = null ]) : $this
Parameters
- $createTime : mixed = null
Return values
$thissetExpeditedShipping()
public
setExpeditedShipping(mixed $expedited_shipping) : TraitAmazonProduct
Parameters
- $expedited_shipping : mixed
Return values
TraitAmazonProductsetFulfillmentChannel()
public
setFulfillmentChannel(mixed $fulfillment_channel) : TraitAmazonProduct
Parameters
- $fulfillment_channel : mixed
Return values
TraitAmazonProductsetImageUrl()
public
setImageUrl(mixed $image_url) : TraitAmazonProduct
Parameters
- $image_url : mixed
Return values
TraitAmazonProductsetItemCondition()
public
setItemCondition(mixed $item_condition) : TraitAmazonProduct
Parameters
- $item_condition : mixed
Return values
TraitAmazonProductsetItemDescription()
public
setItemDescription(mixed $item_description) : TraitAmazonProduct
Parameters
- $item_description : mixed
Return values
TraitAmazonProductsetItemIsMarketplace()
public
setItemIsMarketplace(mixed $item_is_marketplace) : TraitAmazonProduct
Parameters
- $item_is_marketplace : mixed
Return values
TraitAmazonProductsetItemName()
public
setItemName(mixed $item_name) : TraitAmazonProduct
Parameters
- $item_name : mixed
Return values
TraitAmazonProductsetItemNote()
public
setItemNote(mixed $item_note) : TraitAmazonProduct
Parameters
- $item_note : mixed
Return values
TraitAmazonProductsetListingId()
public
setListingId(mixed $listing_id) : TraitAmazonProduct
Parameters
- $listing_id : mixed
Return values
TraitAmazonProductsetOpenDate()
public
setOpenDate(mixed $open_date) : TraitAmazonProduct
Parameters
- $open_date : mixed
Return values
TraitAmazonProductsetPendingQuantity()
public
setPendingQuantity(mixed $pending_quantity) : TraitAmazonProduct
Parameters
- $pending_quantity : mixed
Return values
TraitAmazonProductsetProdId()
public
setProdId(mixed $prod_id) : TraitAmazonProduct
Parameters
- $prod_id : mixed
Return values
TraitAmazonProductsetProductId()
public
setProductId(mixed $product_id) : TraitAmazonProduct
Parameters
- $product_id : mixed
Return values
TraitAmazonProductsetProductIdType()
public
setProductIdType(mixed $product_id_type) : TraitAmazonProduct
Parameters
- $product_id_type : mixed
Return values
TraitAmazonProductsetQuantity()
public
setQuantity(mixed $quantity) : TraitAmazonProduct
Parameters
- $quantity : mixed
Return values
TraitAmazonProductsetSku()
public
setSku(mixed $sku) : TraitAmazonProduct
Parameters
- $sku : mixed
Return values
TraitAmazonProductsetUpdateTime()
If $updateTime is null, default value now.
public
setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
- $updateTime : mixed = null
Return values
$thissetUserId()
public
setUserId(mixed $user_id) : TraitAmazonProduct
Parameters
- $user_id : mixed
Return values
TraitAmazonProductsetWillShipInternationally()
public
setWillShipInternationally(mixed $will_ship_internationally) : TraitAmazonProduct
Parameters
- $will_ship_internationally : mixed
Return values
TraitAmazonProductsetZshopBoldface()
public
setZshopBoldface(mixed $zshop_boldface) : TraitAmazonProduct
Parameters
- $zshop_boldface : mixed
Return values
TraitAmazonProductsetZshopBrowsePath()
public
setZshopBrowsePath(mixed $zshop_browse_path) : TraitAmazonProduct
Parameters
- $zshop_browse_path : mixed
Return values
TraitAmazonProductsetZshopCategory1()
public
setZshopCategory1(mixed $zshop_category1) : TraitAmazonProduct
Parameters
- $zshop_category1 : mixed
Return values
TraitAmazonProductsetZshopShippingFee()
public
setZshopShippingFee(mixed $zshop_shipping_fee) : TraitAmazonProduct
Parameters
- $zshop_shipping_fee : mixed
Return values
TraitAmazonProductsetZshopStorefrontFeature()
public
setZshopStorefrontFeature(mixed $zshop_storefront_feature) : TraitAmazonProduct
Parameters
- $zshop_storefront_feature : mixed
Return values
TraitAmazonProductwriteAttributeIfNeeded()
public
writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
- $attribute : mixed
- $value : mixed
_createKey()
protected
static _createKey(mixed $parameters) : mixed
Parameters
- $parameters : mixed