ApiOrderUploadBatch
extends CacheModel
in package
implements
ApiOrderUploadBatch
Class ApiOrderUploadBatch
Table of Contents
Interfaces
Constants
- BUILD_ALIAS = "_aoub"
Properties
- $comment : mixed
- $deleted : mixed
- $error : mixed
- $filename : mixed
- $id : mixed
- $in_progress : mixed
- $is_hidden : mixed
- $is_ready : mixed
- $line : mixed
- $module_id : mixed
- $progress_status : mixed
- $upload_date : mixed
- $upload_name : mixed
- $user_id : mixed
- $create_time : mixed
- $update_time : 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
- getComment() : mixed
- Get the value of comment
- getCreateTime() : mixed
- getDeleted() : mixed
- Get the value of deleted
- getError() : mixed
- Get the value of error
- getFilename() : mixed
- Get the value of filename
- getId() : int
- Get the value of id
- getInProgress() : bool
- Get the value of in_progress
- getIsHidden() : mixed
- Get the value of is_hidden
- getIsReady() : mixed
- Get the value of is_ready
- getLine() : mixed
- Get the value of line
- getModuleId() : mixed
- Get the value of module_id
- getProgressStatus() : int
- Get the value of progress_status
- getThe() : mixed
- getUpdateTime() : mixed
- getUploadDate() : DateTime
- Get the value of upload_date
- getUploadName() : string
- Get the value of upload_name
- getUserId() : mixed
- Get the value of user_id
- initialize() : mixed
- mapper() : mixed
- set() : mixed
- setComment() : self
- Set the value of comment
- setCreateTime() : $this
- If $createTime is null, default value now.
- setDeleted() : self
- Set the value of deleted
- setError() : self
- Set the value of error
- setFilename() : self
- Set the value of filename
- setId() : self
- Set the value of id
- setInProgress() : self
- Set the value of in_progress
- setIsHidden() : self
- Set the value of is_hidden
- setIsReady() : self
- Set the value of is_ready
- setLine() : self
- Set the value of line
- setModuleId() : self
- Set the value of module_id
- setProgressStatus() : self
- Set the value of progress_status
- setUpdateTime() : $this
- If $updateTime is null, default value now.
- setUploadDate() : self
- Set the value of upload_date
- setUploadName() : self
- Set the value of upload_name
- setUserId() : self
- Set the value of user_id
- writeAttributeIfNeeded() : mixed
- _createKey() : mixed
Constants
BUILD_ALIAS
public
mixed
BUILD_ALIAS
= "_aoub"
Properties
$comment
public
mixed
$comment
$deleted
public
mixed
$deleted
$error
public
mixed
$error
$filename
public
mixed
$filename
$id
public
mixed
$id
$in_progress
public
mixed
$in_progress
$is_hidden
public
mixed
$is_hidden
$is_ready
public
mixed
$is_ready
$line
public
mixed
$line
$module_id
public
mixed
$module_id
$progress_status
public
mixed
$progress_status
$upload_date
public
mixed
$upload_date
$upload_name
public
mixed
$upload_name
$user_id
public
mixed
$user_id
$create_time
protected
mixed
$create_time
$update_time
protected
mixed
$update_time
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
getComment()
Get the value of comment
public
getComment() : mixed
getCreateTime()
public
getCreateTime() : mixed
getDeleted()
Get the value of deleted
public
getDeleted() : mixed
getError()
Get the value of error
public
getError() : mixed
getFilename()
Get the value of filename
public
getFilename() : mixed
getId()
Get the value of id
public
getId() : int
Return values
intgetInProgress()
Get the value of in_progress
public
getInProgress() : bool
Return values
boolgetIsHidden()
Get the value of is_hidden
public
getIsHidden() : mixed
getIsReady()
Get the value of is_ready
public
getIsReady() : mixed
getLine()
Get the value of line
public
getLine() : mixed
getModuleId()
Get the value of module_id
public
getModuleId() : mixed
getProgressStatus()
Get the value of progress_status
public
getProgressStatus() : int
Return values
intgetThe()
public
static getThe(mixed $paramater) : mixed
Parameters
- $paramater : mixed
getUpdateTime()
public
getUpdateTime() : mixed
getUploadDate()
Get the value of upload_date
public
getUploadDate() : DateTime
Return values
DateTimegetUploadName()
Get the value of upload_name
public
getUploadName() : string
Return values
stringgetUserId()
Get the value of user_id
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
set()
public
set(mixed $property, mixed $value) : mixed
Parameters
- $property : mixed
- $value : mixed
setComment()
Set the value of comment
public
setComment(mixed $comment) : self
Parameters
- $comment : mixed
Return values
selfsetCreateTime()
If $createTime is null, default value now.
public
setCreateTime([mixed $createTime = null ]) : $this
Parameters
- $createTime : mixed = null
Return values
$thissetDeleted()
Set the value of deleted
public
setDeleted(mixed $deleted) : self
Parameters
- $deleted : mixed
Return values
selfsetError()
Set the value of error
public
setError(mixed $error) : self
Parameters
- $error : mixed
Return values
selfsetFilename()
Set the value of filename
public
setFilename(mixed $filename) : self
Parameters
- $filename : mixed
Return values
selfsetId()
Set the value of id
public
setId(mixed $id) : self
Parameters
- $id : mixed
Return values
selfsetInProgress()
Set the value of in_progress
public
setInProgress(mixed $in_progress) : self
Parameters
- $in_progress : mixed
Return values
selfsetIsHidden()
Set the value of is_hidden
public
setIsHidden(mixed $is_hidden) : self
Parameters
- $is_hidden : mixed
Return values
selfsetIsReady()
Set the value of is_ready
public
setIsReady(mixed $is_ready) : self
Parameters
- $is_ready : mixed
Return values
selfsetLine()
Set the value of line
public
setLine(mixed $line) : self
Parameters
- $line : mixed
Return values
selfsetModuleId()
Set the value of module_id
public
setModuleId(mixed $module_id) : self
Parameters
- $module_id : mixed
Return values
selfsetProgressStatus()
Set the value of progress_status
public
setProgressStatus(mixed $progress_status) : self
Parameters
- $progress_status : mixed
Return values
selfsetUpdateTime()
If $updateTime is null, default value now.
public
setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
- $updateTime : mixed = null
Return values
$thissetUploadDate()
Set the value of upload_date
public
setUploadDate(mixed $upload_date) : self
Parameters
- $upload_date : mixed
Return values
selfsetUploadName()
Set the value of upload_name
public
setUploadName(mixed $upload_name) : self
Parameters
- $upload_name : mixed
Return values
selfsetUserId()
Set the value of user_id
public
setUserId(mixed $user_id) : self
Parameters
- $user_id : mixed
Return values
selfwriteAttributeIfNeeded()
public
writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
- $attribute : mixed
- $value : mixed
_createKey()
protected
static _createKey(mixed $parameters) : mixed
Parameters
- $parameters : mixed