Bitrix API

BaseDocumentService implements DocumentService

Table of Contents

Interfaces

DocumentService

Methods

__construct()  : mixed
configureMembers()  : mixed
createSignDocumentFromBlank()  : mixed
Create sign document from previous blank
createSignDocumentFromDealDocument()  : Result
Create sign document from deal document
getLastDocumentByBlank()  : Document|null
Get last sign document by blank id
getLinkedBlankForDocumentGeneratorTemplate()  : mixed

Methods

createSignDocumentFromBlank()

Create sign document from previous blank

public createSignDocumentFromBlank(int $fileId, Blank|int $oldBlankId, Document $document, int $smartDocumentId) : mixed
Parameters
$fileId : int
$oldBlankId : Blank|int
$document : Document
$smartDocumentId : int
Tags
throws
ObjectPropertyException
throws
NotImplementedException
throws
LoaderException
throws
ArgumentException
throws
SystemException

createSignDocumentFromDealDocument()

Create sign document from deal document

public createSignDocumentFromDealDocument(int $fileId, Document $document, int $smartDocumentId[, bool $isNew = false ]) : Result
Parameters
$fileId : int
$document : Document
$smartDocumentId : int
$isNew : bool = false
Return values
Result

getLastDocumentByBlank()

Get last sign document by blank id

public getLastDocumentByBlank(int $blankId) : Document|null
Parameters
$blankId : int
Return values
Document|null

getLinkedBlankForDocumentGeneratorTemplate()

public getLinkedBlankForDocumentGeneratorTemplate(int $templateId) : mixed
Parameters
$templateId : int
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException

        
On this page

Search results