Class ImpressionCounters
java.lang.Object
com.hybris.ymkt.recommendation.utils.ImpressionCounters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToImpressionCount(int newCount) voidaddToItemCount(int newCount) intint
-
Constructor Details
-
ImpressionCounters
public ImpressionCounters()
-
-
Method Details
-
addToImpressionCount
public void addToImpressionCount(int newCount) -
addToItemCount
public void addToItemCount(int newCount) -
getImpressionCount
public int getImpressionCount() -
getItemCount
public int getItemCount()
-