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 dynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static long dynamicQueryCount(DynamicQuery dynamicQuery)
           
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 SystemException
Throws:
SystemException

createAssetTagStats

public static AssetTagStats createAssetTagStats(long tagStatsId)

deleteAssetTagStats

public static void deleteAssetTagStats(long tagStatsId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

deleteAssetTagStats

public static void deleteAssetTagStats(AssetTagStats assetTagStats)
                                throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Throws:
SystemException

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Throws:
SystemException

getAssetTagStats

public static AssetTagStats getAssetTagStats(long tagStatsId)
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

getAssetTagStatses

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

getAssetTagStatsesCount

public static int getAssetTagStatsesCount()
                                   throws SystemException
Throws:
SystemException

updateAssetTagStats

public static AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
                                         throws SystemException
Throws:
SystemException

updateAssetTagStats

public static AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats,
                                                boolean merge)
                                         throws SystemException
Throws:
SystemException

addTagStats

public static AssetTagStats addTagStats(long tagId,
                                        long classNameId)
                                 throws SystemException
Throws:
SystemException

deleteTagStatsByClassNameId

public static void deleteTagStatsByClassNameId(long classNameId)
                                        throws SystemException
Throws:
SystemException

deleteTagStatsByTagId

public static void deleteTagStatsByTagId(long tagId)
                                  throws SystemException
Throws:
SystemException

getTagStats

public static AssetTagStats getTagStats(long tagId,
                                        long classNameId)
                                 throws SystemException
Throws:
SystemException

updateTagStats

public static AssetTagStats updateTagStats(long tagId,
                                           long classNameId)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException

getService

public static AssetTagStatsLocalService getService()

setService

public void setService(AssetTagStatsLocalService service)