Interface AgreementReaderInterface

Interface AgreementReaderInterface

Direct known implementers

AgreementReader

Methods summary

public getAll( void ) : array

Returns all agreement entities as an array.

public getById( IdType $id ) : array

Returns an agreement entity by the provided id.

public getAgreementsByCustomerEmail( StringType $customerEmail ) : array

Returns the agreements by the provided customer email address.