com.liferay.portlet.asset.service
Class AssetTagStatsLocalServiceUtil
java.lang.Object
com.liferay.portlet.asset.service.AssetTagStatsLocalServiceUtil
public class AssetTagStatsLocalServiceUtil
- extends Object
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.
- See Also:
AssetTagStatsLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
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 List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static AssetTagStats |
getAssetTagStats(long tagStatsId)
|
static 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 |
AssetTagStatsLocalServiceUtil
public AssetTagStatsLocalServiceUtil()
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static 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 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)