Documentation

ApiOrderUploadBatch extends CacheModel
in package
implements ApiOrderUploadBatch

Class ApiOrderUploadBatch

Table of Contents

Interfaces

ApiOrderUploadBatch

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

Properties

Methods

assignJobMergedData()

public assignJobMergedData() : mixed

exists()

public exists() : bool
Return values
bool

fetchAsArray()

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|false

fixParameters()

public static fixParameters([mixed $parameters = null ]) : mixed
Parameters
$parameters : mixed = null

fromArray()

public static fromArray(mixed $array) : mixed
Parameters
$array : mixed

getInProgress()

Get the value of in_progress

public getInProgress() : bool
Return values
bool

getProgressStatus()

Get the value of progress_status

public getProgressStatus() : int
Return values
int

getThe()

public static getThe(mixed $paramater) : mixed
Parameters
$paramater : mixed

getUploadDate()

Get the value of upload_date

public getUploadDate() : DateTime
Return values
DateTime

getUploadName()

Get the value of upload_name

public getUploadName() : string
Return values
string

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
self

setCreateTime()

If $createTime is null, default value now.

public setCreateTime([mixed $createTime = null ]) : $this
Parameters
$createTime : mixed = null
Return values
$this

setDeleted()

Set the value of deleted

public setDeleted(mixed $deleted) : self
Parameters
$deleted : mixed
Return values
self

setError()

Set the value of error

public setError(mixed $error) : self
Parameters
$error : mixed
Return values
self

setFilename()

Set the value of filename

public setFilename(mixed $filename) : self
Parameters
$filename : mixed
Return values
self

setId()

Set the value of id

public setId(mixed $id) : self
Parameters
$id : mixed
Return values
self

setInProgress()

Set the value of in_progress

public setInProgress(mixed $in_progress) : self
Parameters
$in_progress : mixed
Return values
self

setIsHidden()

Set the value of is_hidden

public setIsHidden(mixed $is_hidden) : self
Parameters
$is_hidden : mixed
Return values
self

setIsReady()

Set the value of is_ready

public setIsReady(mixed $is_ready) : self
Parameters
$is_ready : mixed
Return values
self

setLine()

Set the value of line

public setLine(mixed $line) : self
Parameters
$line : mixed
Return values
self

setModuleId()

Set the value of module_id

public setModuleId(mixed $module_id) : self
Parameters
$module_id : mixed
Return values
self

setProgressStatus()

Set the value of progress_status

public setProgressStatus(mixed $progress_status) : self
Parameters
$progress_status : mixed
Return values
self

setUpdateTime()

If $updateTime is null, default value now.

public setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
$updateTime : mixed = null
Return values
$this

setUploadDate()

Set the value of upload_date

public setUploadDate(mixed $upload_date) : self
Parameters
$upload_date : mixed
Return values
self

setUploadName()

Set the value of upload_name

public setUploadName(mixed $upload_name) : self
Parameters
$upload_name : mixed
Return values
self

setUserId()

Set the value of user_id

public setUserId(mixed $user_id) : self
Parameters
$user_id : mixed
Return values
self

writeAttributeIfNeeded()

public writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
$attribute : mixed
$value : mixed

_createKey()

protected static _createKey(mixed $parameters) : mixed
Parameters
$parameters : mixed

        
On this page

Search results