com.ibm.commerce.marketingcenter.events.objects
Interface ProductComparisonStatistics


public interface ProductComparisonStatistics

This is an Enterprise Java Bean Remote Interface


Method Summary
 void incrementClicks()
          Method to increment the click count.
 void incrementViews()
          Method to increment the view count.
 void incrementViews(java.lang.Integer views)           Method to increment the view count.
 

Method Detail

incrementClicks

public void incrementClicks()
                     throws java.rmi.RemoteException

Method to increment the click count.

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

incrementViews

public void incrementViews()
                    throws java.rmi.RemoteException

Method to increment the view count.

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

incrementViews

public void incrementViews(java.lang.Integer views)
                    throws java.rmi.RemoteException

Method to increment the view count.

Parameters:
views - A view count
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception