public static class InteractionStatistics.CountSumISProvider extends java.lang.Object implements javax.inject.Provider<InteractionStatistics>
Provider that counts item interactions.
| Constructor and Description |
|---|
CountSumISProvider(EntityType type,
DataAccessObject dao)
Construct the provider.
|
| Modifier and Type | Method and Description |
|---|---|
InteractionStatistics |
get() |
@Inject public CountSumISProvider(@InteractionEntityType EntityType type, DataAccessObject dao)
Construct the provider.
type - The entity type. It should have CommonAttributes.ITEM_ID attributes.dao - The data access object.public InteractionStatistics get()
get in interface javax.inject.Provider<InteractionStatistics>