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 |
Methods inherited from interface com.ibm.ivj.ejb.runtime.CopyHelper |
_copyFromEJB, _copyToEJB |
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.