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

All Superinterfaces:
com.ibm.ivj.ejb.runtime.CopyHelper, java.rmi.Remote

public interface ProductComparisonStatistics
extends com.ibm.ivj.ejb.runtime.CopyHelper

This is an Enterprise Java Bean Remote Interface


Fields inherited from interface com.ibm.ivj.ejb.runtime.CopyHelper
__KEY, copyright
 
Method Summary
 void incrementClicks()
           
 void incrementViews()
           
 void incrementViews(java.lang.Integer views)
           
 
Methods inherited from interface com.ibm.ivj.ejb.runtime.CopyHelper
_copyFromEJB, _copyToEJB
 

Method Detail

incrementClicks

public void incrementClicks()
                     throws java.rmi.RemoteException
Returns:
void
Throws:
java.lang.String - The exception description.

incrementViews

public void incrementViews()
                    throws java.rmi.RemoteException
Returns:
void
Throws:
java.lang.String - The exception description.

incrementViews

public void incrementViews(java.lang.Integer views)
                    throws java.rmi.RemoteException
Parameters:
views - java.lang.Integer
Returns:
void
Throws:
java.lang.String - The exception description.