public class AssetTagStatsLocalServiceImpl extends AssetTagStatsLocalServiceBaseImpl
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetLinkLocalService, assetLinkPersistence, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyFinder, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
AssetTagStatsLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.asset.model.AssetTagStats |
addTagStats(long tagId,
long classNameId)
Adds an asset tag statistics instance.
|
void |
deleteTagStats(com.liferay.portlet.asset.model.AssetTagStats tagStats)
Deletes the asset tag statistics instance.
|
void |
deleteTagStats(long tagStatsId)
Deletes the asset tag statistics instance matching the tag statistics ID.
|
void |
deleteTagStatsByClassNameId(long classNameId)
Deletes all asset tag statistics instances associated with the asset
entry matching the class name ID.
|
void |
deleteTagStatsByTagId(long tagId)
Deletes all asset tag statistics instances associated with the tag.
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
getTagStats(long classNameId,
int start,
int end)
Returns a range of all the asset tag statistics instances associated with
the asset entry matching the class name ID.
|
com.liferay.portlet.asset.model.AssetTagStats |
getTagStats(long tagId,
long classNameId)
Returns the asset tag statistics instance with the tag and asset entry
matching the class name ID
|
com.liferay.portlet.asset.model.AssetTagStats |
updateTagStats(long tagId,
long classNameId)
Updates the asset tag statistics instance.
|
addAssetTagStats, afterPropertiesSet, createAssetTagStats, deleteAssetTagStats, deleteAssetTagStats, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetTagStats, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetLinkLocalService, getAssetLinkPersistence, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStats, getAssetTagStatses, getAssetTagStatsesCount, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularyFinder, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetLinkLocalService, setAssetLinkPersistence, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyFinder, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setBeanIdentifier, setCounterLocalService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetTagStatspublic com.liferay.portlet.asset.model.AssetTagStats addTagStats(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
tagId - the primary key of the tagclassNameId - the asset entry's class name IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteTagStats(com.liferay.portlet.asset.model.AssetTagStats tagStats)
throws com.liferay.portal.kernel.exception.SystemException
tagStats - the asset tag statistics instancecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteTagStats(long tagStatsId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
tagStatsId - the primary key of the asset tag statistics instancecom.liferay.portal.kernel.exception.PortalException - if the assetTagStats with the primary key could
not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteTagStatsByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
classNameId - the asset entry's class name IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteTagStatsByTagId(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
tagId - the primary key of the tagcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.asset.model.AssetTagStats> getTagStats(long classNameId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.asset.model.AssetTagStats getTagStats(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
tagId - the primary key of the tagclassNameId - the asset entry's class name IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.asset.model.AssetTagStats updateTagStats(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
tagId - the primary key of the tagclassNameId - the asset entry's class name IDcom.liferay.portal.kernel.exception.PortalException - if an asset tag with the tag ID could not be
foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurred