com.liferay.portlet.ratings.service
Class RatingsStatsLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.ratings.service.RatingsStatsLocalServiceWrapper
All Implemented Interfaces:
RatingsStatsLocalService

public class RatingsStatsLocalServiceWrapper
extends java.lang.Object
implements RatingsStatsLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for RatingsStatsLocalService.

Author:
Brian Wing Shun Chan
See Also:
RatingsStatsLocalService
Generated:

Constructor Summary
RatingsStatsLocalServiceWrapper(RatingsStatsLocalService ratingsStatsLocalService)
           
 
Method Summary
 RatingsStats addRatingsStats(RatingsStats ratingsStats)
           
 RatingsStats addStats(long classNameId, long classPK)
           
 RatingsStats createRatingsStats(long statsId)
           
 void deleteRatingsStats(long statsId)
           
 void deleteRatingsStats(RatingsStats ratingsStats)
           
 void deleteStats(java.lang.String className, long classPK)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 RatingsStats getRatingsStats(long statsId)
           
 java.util.List<RatingsStats> getRatingsStatses(int start, int end)
           
 int getRatingsStatsesCount()
           
 RatingsStats getStats(long statsId)
           
 RatingsStats getStats(java.lang.String className, long classPK)
           
 RatingsStatsLocalService getWrappedRatingsStatsLocalService()
           
 RatingsStats updateRatingsStats(RatingsStats ratingsStats)
           
 RatingsStats updateRatingsStats(RatingsStats ratingsStats, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsStatsLocalServiceWrapper

public RatingsStatsLocalServiceWrapper(RatingsStatsLocalService ratingsStatsLocalService)
Method Detail

addRatingsStats

public RatingsStats addRatingsStats(RatingsStats ratingsStats)
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addRatingsStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createRatingsStats

public RatingsStats createRatingsStats(long statsId)
Specified by:
createRatingsStats in interface RatingsStatsLocalService

deleteRatingsStats

public void deleteRatingsStats(long statsId)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteRatingsStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteRatingsStats

public void deleteRatingsStats(RatingsStats ratingsStats)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteRatingsStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getRatingsStats

public RatingsStats getRatingsStats(long statsId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
getRatingsStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRatingsStatses

public java.util.List<RatingsStats> getRatingsStatses(int start,
                                                      int end)
                                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getRatingsStatses in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getRatingsStatsesCount

public int getRatingsStatsesCount()
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getRatingsStatsesCount in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateRatingsStats

public RatingsStats updateRatingsStats(RatingsStats ratingsStats)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateRatingsStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateRatingsStats

public RatingsStats updateRatingsStats(RatingsStats ratingsStats,
                                       boolean merge)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateRatingsStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addStats

public RatingsStats addStats(long classNameId,
                             long classPK)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteStats

public void deleteStats(java.lang.String className,
                        long classPK)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getStats

public RatingsStats getStats(long statsId)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getStats

public RatingsStats getStats(java.lang.String className,
                             long classPK)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getStats in interface RatingsStatsLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getWrappedRatingsStatsLocalService

public RatingsStatsLocalService getWrappedRatingsStatsLocalService()