AgreementRepositoryInterface

Extends

Interface AgreementRepositoryInterface

category

System

package

Agreement

subpackage

Interfaces

Methods

Deletes the provided agreement.

delete(\AgreementInterface $agreement) : $this|\AgreementWriteServiceInterface

Arguments

$agreement

\AgreementInterface

Response

$this|\AgreementWriteServiceInterface

Same instance for chained method calls.

Stores the provided agreement.

store(\AgreementInterface $agreement) : $this|\AgreementWriteServiceInterface

Arguments

$agreement

\AgreementInterface

Response

$this|\AgreementWriteServiceInterface

Same instance for chained method calls.