Documentation

AgreementReaderInterface

Interface AgreementReaderInterface

Tags
category

System

subpackage

Repositories

Table of Contents

getAgreementsByCustomerEmail()  : array<string|int, mixed>
Returns the agreements by the provided customer email address.
getAll()  : array<string|int, mixed>
Returns all agreement entities as an array.
getById()  : array<string|int, mixed>
Returns an agreement entity by the provided id.

Methods

getAgreementsByCustomerEmail()

Returns the agreements by the provided customer email address.

public getAgreementsByCustomerEmail(IdType $customerEmail) : array<string|int, mixed>
Parameters
$customerEmail : IdType
Return values
array<string|int, mixed>

getAll()

Returns all agreement entities as an array.

public getAll() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results