CustomerHistoryRepository
in
Interface CustomerHistoryRepository
Table of Contents
- getCustomerHistory() : CustomerHistory
- Returns all available customer history entries.
- getCustomerHistoryForType() : CustomerHistory
- Returns all available customer history entries for the given type.
- registerCustomerHistoryReader() : void
- Returns all available customer history entries fo
Methods
getCustomerHistory()
Returns all available customer history entries.
public
getCustomerHistory(CustomerId $customerId) : CustomerHistory
Parameters
- $customerId : CustomerId
Return values
CustomerHistory —getCustomerHistoryForType()
Returns all available customer history entries for the given type.
public
getCustomerHistoryForType(CustomerId $customerId, string $type) : CustomerHistory
Parameters
- $customerId : CustomerId
- $type : string
Return values
CustomerHistory —registerCustomerHistoryReader()
Returns all available customer history entries fo
public
registerCustomerHistoryReader(CustomerHistoryReader $reader) : void
Parameters
- $reader : CustomerHistoryReader