com.liferay.portlet.asset.service
Class AssetTagStatsLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetTagStatsLocalServiceWrapper
- All Implemented Interfaces:
- AssetTagStatsLocalService
public class AssetTagStatsLocalServiceWrapper
- extends java.lang.Object
- implements AssetTagStatsLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetTagStatsLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetTagStatsLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagStatsLocalServiceWrapper
public AssetTagStatsLocalServiceWrapper(AssetTagStatsLocalService assetTagStatsLocalService)
addAssetTagStats
public AssetTagStats addAssetTagStats(AssetTagStats assetTagStats)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addAssetTagStats
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createAssetTagStats
public AssetTagStats createAssetTagStats(long tagStatsId)
- Specified by:
createAssetTagStats
in interface AssetTagStatsLocalService
deleteAssetTagStats
public void deleteAssetTagStats(long tagStatsId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAssetTagStats
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteAssetTagStats
public void deleteAssetTagStats(AssetTagStats assetTagStats)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAssetTagStats
in interface AssetTagStatsLocalService
- 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 AssetTagStatsLocalService
- 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 AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetTagStats
public AssetTagStats getAssetTagStats(long tagStatsId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetTagStats
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getAssetTagStatses
public java.util.List<AssetTagStats> getAssetTagStatses(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetTagStatses
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetTagStatsesCount
public int getAssetTagStatsesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetTagStatsesCount
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetTagStats
public AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAssetTagStats
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetTagStats
public AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAssetTagStats
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addTagStats
public AssetTagStats addTagStats(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addTagStats
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTagStatsByClassNameId
public void deleteTagStatsByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteTagStatsByClassNameId
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTagStatsByTagId
public void deleteTagStatsByTagId(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteTagStatsByTagId
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagStats
public AssetTagStats getTagStats(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTagStats
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateTagStats
public AssetTagStats updateTagStats(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateTagStats
in interface AssetTagStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedAssetTagStatsLocalService
public AssetTagStatsLocalService getWrappedAssetTagStatsLocalService()