DeleteHistoryServiceFactory

Class DeleteHistoryServiceFactory

package

Default

Methods

Returns an instance of delete history repository.

_createRepository() : \DeleteHistoryRepository
static

The returned instance will be in memory cached and returned on consecutive calls.

Response

\DeleteHistoryRepository

Delete history repository.

Returns an instance of delete history read service.

readService() : \DeleteHistoryReadService
static

The returned instance will be in memory cached and returned on consecutive calls.

Response

\DeleteHistoryReadService

Delete history read service.

Returns an instance of delete history write service.

writeService() : \DeleteHistoryWriteService
static

The returned instance will be in memory cached and returned on consecutive calls.

Response

\DeleteHistoryWriteService

Delete history write service.

Properties

readService

readService : \DeleteHistoryReadService
static

writeService

writeService : \DeleteHistoryWriteService
static

repository

repository : \DeleteHistoryRepository
static