com.liferay.portlet.ratings.service
Interface RatingsStatsLocalService


public interface RatingsStatsLocalService

View Source

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

This interface defines the service. The default implementation is com.liferay.portlet.ratings.service.impl.RatingsStatsLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
RatingsStatsLocalServiceFactory, RatingsStatsLocalServiceUtil

Method Summary
 RatingsStats addRatingsStats(RatingsStats ratingsStats)
           
 void deleteRatingsStats(long statsId)
           
 void deleteRatingsStats(RatingsStats ratingsStats)
           
 void deleteStats(java.lang.String className, long classPK)
           
 java.util.List<RatingsStats> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<RatingsStats> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 RatingsStats getStats(long statsId)
           
 RatingsStats getStats(java.lang.String className, long classPK)
           
 RatingsStats updateRatingsStats(RatingsStats ratingsStats)
           
 

Method Detail

addRatingsStats

RatingsStats addRatingsStats(RatingsStats ratingsStats)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteRatingsStats

void deleteRatingsStats(long statsId)
                        throws com.liferay.portal.SystemException,
                               com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteRatingsStats

void deleteRatingsStats(RatingsStats ratingsStats)
                        throws com.liferay.portal.SystemException,
                               com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

dynamicQuery

java.util.List<RatingsStats> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<RatingsStats> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                          int begin,
                                          int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateRatingsStats

RatingsStats updateRatingsStats(RatingsStats ratingsStats)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteStats

void deleteStats(java.lang.String className,
                 long classPK)
                 throws com.liferay.portal.SystemException,
                        com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getStats

RatingsStats getStats(long statsId)
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getStats

RatingsStats getStats(java.lang.String className,
                      long classPK)
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException