com.liferay.asset.tag.stats.service.impl.AssetTagStatsLocalServiceImpl@Deprecated public class AssetTagStatsLocalServiceImpl extends AssetTagStatsLocalServiceBaseImpl
assetTagStatsLocalService, assetTagStatsPersistence, counterLocalService, persistedModelLocalServiceRegistry| Constructor and Description |
|---|
AssetTagStatsLocalServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.liferay.asset.kernel.model.AssetTagStats |
addTagStats(long tagId,
long classNameId)
Deprecated.
Adds an asset tag statistics instance.
|
void |
deleteTagStats(com.liferay.asset.kernel.model.AssetTagStats tagStats)
Deprecated.
Deletes the asset tag statistics instance.
|
void |
deleteTagStats(long tagStatsId)
Deprecated.
Deletes the asset tag statistics instance matching the tag statistics ID.
|
void |
deleteTagStatsByClassNameId(long classNameId)
Deprecated.
Deletes all asset tag statistics instances associated with the asset
entry matching the class name ID.
|
void |
deleteTagStatsByTagId(long tagId)
Deprecated.
Deletes all asset tag statistics instances associated with the tag.
|
List<com.liferay.asset.kernel.model.AssetTagStats> |
getTagStats(long classNameId,
int start,
int end)
Deprecated.
Returns a range of all the asset tag statistics instances associated with
the asset entry matching the class name ID.
|
com.liferay.asset.kernel.model.AssetTagStats |
getTagStats(long tagId,
long classNameId)
Deprecated.
Returns the asset tag statistics instance with the tag and asset entry
matching the class name ID
|
com.liferay.asset.kernel.model.AssetTagStats |
updateTagStats(long tagId,
long classNameId)
Deprecated.
Updates the asset tag statistics instance.
|
addAssetTagStats, afterPropertiesSet, createAssetTagStats, deleteAssetTagStats, deleteAssetTagStats, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetTagStats, getActionableDynamicQuery, getAssetTagStats, getAssetTagStatses, getAssetTagStatsesCount, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setCounterLocalService, updateAssetTagStatspublic com.liferay.asset.kernel.model.AssetTagStats addTagStats(long tagId,
long classNameId)
tagId - the primary key of the tagclassNameId - the asset entry's class name IDpublic void deleteTagStats(com.liferay.asset.kernel.model.AssetTagStats tagStats)
tagStats - the asset tag statistics instancepublic void deleteTagStats(long tagStatsId)
throws com.liferay.portal.kernel.exception.PortalException
tagStatsId - the primary key of the asset tag statistics instancecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteTagStatsByClassNameId(long classNameId)
classNameId - the asset entry's class name IDpublic void deleteTagStatsByTagId(long tagId)
tagId - the primary key of the tagpublic List<com.liferay.asset.kernel.model.AssetTagStats> getTagStats(long classNameId,
int start,
int end)
Useful when paginating results. Returns a maximum of end -
start instances. start and end are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end to QueryUtil.ALL_POS will return the full
result set.
classNameId - the asset entry's class name IDstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)public com.liferay.asset.kernel.model.AssetTagStats getTagStats(long tagId,
long classNameId)
tagId - the primary key of the tagclassNameId - the asset entry's class name IDpublic com.liferay.asset.kernel.model.AssetTagStats updateTagStats(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException
tagId - the primary key of the tagclassNameId - the asset entry's class name IDcom.liferay.portal.kernel.exception.PortalException