Interface AgreementReadServiceInterface

Interface AgreementReadServiceInterface

Direct known implementers

AgreementReadService

Methods summary

public getAll( void ) : AgreementCollection

Returns all agreement entities.

public getById( IdType $id ) : Agreement

Returns an agreement entity by the provided id.

public getAgreementsByCustomerEmail( StringType $customerEmailAddress ) : AgreementCollection

Returns the agreements by the provided customer email address.