com.liferay.portlet.asset.service
Class AssetTagStatsLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagStatsLocalServiceUtil

public class AssetTagStatsLocalServiceUtil
extends java.lang.Object

View Source

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

This class provides static methods for the AssetTagStatsLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

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

Constructor Summary
AssetTagStatsLocalServiceUtil()
           
 
Method Summary
static AssetTagStats addAssetTagStats(AssetTagStats assetTagStats)
           
static AssetTagStats addTagStats(long tagId, long classNameId)
           
static AssetTagStats createAssetTagStats(long tagStatsId)
           
static void deleteAssetTagStats(AssetTagStats assetTagStats)
           
static void deleteAssetTagStats(long tagStatsId)
           
static void deleteTagStatsByClassNameId(long classNameId)
           
static void deleteTagStatsByTagId(long tagId)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static AssetTagStats getAssetTagStats(long tagStatsId)
           
static java.util.List<AssetTagStats> getAssetTagStatses(int start, int end)
           
static int getAssetTagStatsesCount()
           
static AssetTagStatsLocalService getService()
           
static AssetTagStats getTagStats(long tagId, long classNameId)
           
 void setService(AssetTagStatsLocalService service)
           
static AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
           
static AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
           
static AssetTagStats updateTagStats(long tagId, long classNameId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagStatsLocalServiceUtil

public AssetTagStatsLocalServiceUtil()
Method Detail

addAssetTagStats

public static AssetTagStats addAssetTagStats(AssetTagStats assetTagStats)
                                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

createAssetTagStats

public static AssetTagStats createAssetTagStats(long tagStatsId)

deleteAssetTagStats

public static void deleteAssetTagStats(long tagStatsId)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAssetTagStats

public static void deleteAssetTagStats(AssetTagStats assetTagStats)
                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

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

dynamicQuery

public static 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
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetTagStats

public static AssetTagStats getAssetTagStats(long tagStatsId)
                                      throws com.liferay.portal.kernel.exception.PortalException,
                                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAssetTagStatses

public static java.util.List<AssetTagStats> getAssetTagStatses(int start,
                                                               int end)
                                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetTagStatsesCount

public static int getAssetTagStatsesCount()
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetTagStats

public static AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetTagStats

public static AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats,
                                                boolean merge)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addTagStats

public static AssetTagStats addTagStats(long tagId,
                                        long classNameId)
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTagStatsByClassNameId

public static void deleteTagStatsByClassNameId(long classNameId)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTagStatsByTagId

public static void deleteTagStatsByTagId(long tagId)
                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagStats

public static AssetTagStats getTagStats(long tagId,
                                        long classNameId)
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateTagStats

public static AssetTagStats updateTagStats(long tagId,
                                           long classNameId)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getService

public static AssetTagStatsLocalService getService()

setService

public void setService(AssetTagStatsLocalService service)