public static class InteractionStatistics.ISProvider extends java.lang.Object implements javax.inject.Provider<InteractionStatistics>
Provider that counts item interactions.
Constructor and Description |
---|
ISProvider(EntityType type,
DataAccessObject dao)
Construct the provider.
|
Modifier and Type | Method and Description |
---|---|
InteractionStatistics |
get() |
@Inject public ISProvider(@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>