Contentserv PHP API

Message extends Record
in package

Tags

Table of Contents

__construct()  : mixed
delete()  : mixed
deleteById()  : mixed
deleteSubRecords()  : mixed
getArgumentsField()  : string
Returns the arguments field label.
getAttemptsField()  : string
Returns the attempts field label.
getCreationDateField()  : string
Returns the creation date field label.
getFormat()  : mixed
getGuiList()  : mixed
getLastChangeField()  : string
Returns the last change field label.
getNameField()  : string
Returns the name field label.
getRequestIDField()  : string
Returns the request id field label.
getStatusField()  : string
Returns the status field label.
getTargetField()  : string
Returns the target field label.
getTypeField()  : string
Returns the type field label.
store()  : mixed
update()  : mixed
updateData()  : mixed

Methods

__construct()

public __construct([mixed $iCurrencyId = null ]) : mixed
Parameters
$iCurrencyId : mixed = null
Tags
inheritdoc
Return values
mixed

delete()

public delete([mixed $sSqlFilter = '' ]) : mixed
Parameters
$sSqlFilter : mixed = ''
Tags
inheritdoc

Messages are only deleted if their status is not "IN PROGRESS".

Return values
mixed

deleteById()

public deleteById(mixed $aIds[, mixed $iVersion = null ]) : mixed
Parameters
$aIds : mixed
$iVersion : mixed = null
Tags
inheritdoc

Messages are only deleted if their status is not "IN PROGRESS".

Return values
mixed

deleteSubRecords()

public deleteSubRecords(mixed $aIds) : mixed
Parameters
$aIds : mixed
Tags
inheritdoc
Return values
mixed

getArgumentsField()

Returns the arguments field label.

public getArgumentsField() : string
Tags
access

public

Return values
string

The label of the arguments field.

getAttemptsField()

Returns the attempts field label.

public getAttemptsField() : string
Tags
access

public

Return values
string

The label of the attempts field.

getCreationDateField()

Returns the creation date field label.

public getCreationDateField() : string
Tags
access

public

Return values
string

The label of the creation date field.

getFormat()

public getFormat() : mixed
Tags
inheritdoc
Return values
mixed

getGuiList()

public getGuiList([mixed $aParams = array() ]) : mixed
Parameters
$aParams : mixed = array()
Tags
inheritdoc
Return values
mixed

getLastChangeField()

Returns the last change field label.

public getLastChangeField() : string
Tags
access

public

Return values
string

The label of the last change field.

getNameField()

Returns the name field label.

public getNameField() : string
Tags
access

public

Return values
string

The label of the name field.

getRequestIDField()

Returns the request id field label.

public getRequestIDField() : string
Tags
access

public

Return values
string

The label of the request id field.

getStatusField()

Returns the status field label.

public getStatusField() : string
Tags
access

public

Return values
string

The label of the status field.

getTargetField()

Returns the target field label.

public getTargetField() : string
Tags
access

public

Return values
string

The label of the target field.

getTypeField()

Returns the type field label.

public getTypeField() : string
Tags
access

public

Return values
string

The label of the type field.

store()

public store() : mixed
Tags
inheritdoc
Return values
mixed

update()

public update(mixed $sChange[, mixed $sFilter = "" ][, mixed $aData = array() ][, mixed $aTypes = array() ][, mixed $bAutoUpdateLastChange = false ]) : mixed
Parameters
$sChange : mixed
$sFilter : mixed = ""
$aData : mixed = array()
$aTypes : mixed = array()
$bAutoUpdateLastChange : mixed = false
Tags
inheritdoc
Return values
mixed

updateData()

public updateData(mixed $aData) : mixed
Parameters
$aData : mixed
Tags
inheritdoc
Return values
mixed

        

Search results