Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.asset.model.AssetTagStats

Packages that use AssetTagStats
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.persistence   
 

Uses of AssetTagStats in com.liferay.portlet.asset.model
 

Classes in com.liferay.portlet.asset.model that implement AssetTagStats
 class AssetTagStatsWrapper
           This class is a wrapper for AssetTagStats.
 

Methods in com.liferay.portlet.asset.model that return AssetTagStats
 AssetTagStats AssetTagStatsWrapper.getWrappedAssetTagStats()
          Deprecated. As of 6.1.0, replaced by AssetTagStatsWrapper.getWrappedModel()
 AssetTagStats AssetTagStatsWrapper.getWrappedModel()
           
 AssetTagStats AssetTagStatsModel.toEscapedModel()
           
 AssetTagStats AssetTagStatsWrapper.toEscapedModel()
           
 AssetTagStats AssetTagStatsModel.toUnescapedModel()
           
 AssetTagStats AssetTagStatsWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetTagStats
 CacheModel<AssetTagStats> AssetTagStatsModel.toCacheModel()
           
 CacheModel<AssetTagStats> AssetTagStatsWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetTagStats
 int AssetTagStatsModel.compareTo(AssetTagStats assetTagStats)
           
 int AssetTagStatsWrapper.compareTo(AssetTagStats assetTagStats)
           
static AssetTagStatsSoap AssetTagStatsSoap.toSoapModel(AssetTagStats model)
           
static AssetTagStatsSoap[] AssetTagStatsSoap.toSoapModels(AssetTagStats[] models)
           
static AssetTagStatsSoap[][] AssetTagStatsSoap.toSoapModels(AssetTagStats[][] models)
           
 

Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetTagStats
static AssetTagStatsSoap[] AssetTagStatsSoap.toSoapModels(List<AssetTagStats> models)
           
 

Constructors in com.liferay.portlet.asset.model with parameters of type AssetTagStats
AssetTagStatsWrapper(AssetTagStats assetTagStats)
           
 

Uses of AssetTagStats in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service that return AssetTagStats
static AssetTagStats AssetTagStatsLocalServiceUtil.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetTagStats AssetTagStatsLocalService.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.addTagStats(long tagId, long classNameId)
          Adds an asset tag statistics instance.
 AssetTagStats AssetTagStatsLocalServiceWrapper.addTagStats(long tagId, long classNameId)
          Adds an asset tag statistics instance.
 AssetTagStats AssetTagStatsLocalService.addTagStats(long tagId, long classNameId)
          Adds an asset tag statistics instance.
static AssetTagStats AssetTagStatsLocalServiceUtil.createAssetTagStats(long tagStatsId)
          Creates a new asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalServiceWrapper.createAssetTagStats(long tagStatsId)
          Creates a new asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalService.createAssetTagStats(long tagStatsId)
          Creates a new asset tag stats with the primary key.
static AssetTagStats AssetTagStatsLocalServiceUtil.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
 AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.fetchAssetTagStats(long tagStatsId)
           
 AssetTagStats AssetTagStatsLocalServiceWrapper.fetchAssetTagStats(long tagStatsId)
           
 AssetTagStats AssetTagStatsLocalService.fetchAssetTagStats(long tagStatsId)
           
static AssetTagStats AssetTagStatsLocalServiceUtil.getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalServiceWrapper.getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalService.getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
static AssetTagStats AssetTagStatsLocalServiceUtil.getTagStats(long tagId, long classNameId)
          Returns the asset tag statistics instance with the tag and asset entry matching the class name ID
 AssetTagStats AssetTagStatsLocalServiceWrapper.getTagStats(long tagId, long classNameId)
          Returns the asset tag statistics instance with the tag and asset entry matching the class name ID
 AssetTagStats AssetTagStatsLocalService.getTagStats(long tagId, long classNameId)
          Returns the asset tag statistics instance with the tag and asset entry matching the class name ID
static AssetTagStats AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
static AssetTagStats AssetTagStatsLocalServiceUtil.updateTagStats(long tagId, long classNameId)
          Updates the asset tag statistics instance.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateTagStats(long tagId, long classNameId)
          Updates the asset tag statistics instance.
 AssetTagStats AssetTagStatsLocalService.updateTagStats(long tagId, long classNameId)
          Updates the asset tag statistics instance.
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetTagStats
static List<AssetTagStats> AssetTagStatsLocalServiceUtil.getAssetTagStatses(int start, int end)
          Returns a range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsLocalServiceWrapper.getAssetTagStatses(int start, int end)
          Returns a range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsLocalService.getAssetTagStatses(int start, int end)
          Returns a range of all the asset tag statses.
static List<AssetTagStats> AssetTagStatsLocalServiceUtil.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.
 List<AssetTagStats> AssetTagStatsLocalServiceWrapper.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.
 List<AssetTagStats> AssetTagStatsLocalService.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.
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagStats
static AssetTagStats AssetTagStatsLocalServiceUtil.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetTagStats AssetTagStatsLocalService.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
static void AssetTagStatsLocalServiceUtil.deleteTagStats(AssetTagStats tagStats)
          Deletes the asset tag statistics instance.
 void AssetTagStatsLocalServiceWrapper.deleteTagStats(AssetTagStats tagStats)
          Deletes the asset tag statistics instance.
 void AssetTagStatsLocalService.deleteTagStats(AssetTagStats tagStats)
          Deletes the asset tag statistics instance.
static AssetTagStats AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 

Uses of AssetTagStats in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagStats
static AssetTagStats AssetTagStatsUtil.create(long tagStatsId)
          Creates a new asset tag stats with the primary key.
 AssetTagStats AssetTagStatsPersistence.create(long tagStatsId)
          Creates a new asset tag stats with the primary key.
static AssetTagStats AssetTagStatsUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.fetchByPrimaryKey(long tagStatsId)
          Returns the asset tag stats with the primary key or returns null if it could not be found.
 AssetTagStats AssetTagStatsPersistence.fetchByPrimaryKey(long tagStatsId)
          Returns the asset tag stats with the primary key or returns null if it could not be found.
static AssetTagStats AssetTagStatsUtil.fetchByT_C(long tagId, long classNameId)
          Returns the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found.
 AssetTagStats AssetTagStatsPersistence.fetchByT_C(long tagId, long classNameId)
          Returns the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found.
static AssetTagStats AssetTagStatsUtil.fetchByT_C(long tagId, long classNameId, boolean retrieveFromCache)
          Returns the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache.
 AssetTagStats AssetTagStatsPersistence.fetchByT_C(long tagId, long classNameId, boolean retrieveFromCache)
          Returns the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache.
static AssetTagStats AssetTagStatsUtil.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats[] AssetTagStatsPersistence.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByPrimaryKey(long tagStatsId)
          Returns the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistence.findByPrimaryKey(long tagStatsId)
          Returns the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
static AssetTagStats AssetTagStatsUtil.findByT_C(long tagId, long classNameId)
          Returns the asset tag stats where tagId = ? and classNameId = ? or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistence.findByT_C(long tagId, long classNameId)
          Returns the asset tag stats where tagId = ? and classNameId = ? or throws a NoSuchTagStatsException if it could not be found.
static AssetTagStats AssetTagStatsUtil.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
 AssetTagStats[] AssetTagStatsPersistence.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.remove(long tagStatsId)
          Removes the asset tag stats with the primary key from the database.
 AssetTagStats AssetTagStatsPersistence.remove(long tagStatsId)
          Removes the asset tag stats with the primary key from the database.
static AssetTagStats AssetTagStatsUtil.removeByT_C(long tagId, long classNameId)
          Removes the asset tag stats where tagId = ? and classNameId = ? from the database.
 AssetTagStats AssetTagStatsPersistence.removeByT_C(long tagId, long classNameId)
          Removes the asset tag stats where tagId = ? and classNameId = ? from the database.
static AssetTagStats AssetTagStatsUtil.update(AssetTagStats assetTagStats)
           
static AssetTagStats AssetTagStatsUtil.update(AssetTagStats assetTagStats, ServiceContext serviceContext)
           
static AssetTagStats AssetTagStatsUtil.updateImpl(AssetTagStats assetTagStats)
           
 AssetTagStats AssetTagStatsPersistence.updateImpl(AssetTagStats assetTagStats)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetTagStats
static List<AssetTagStats> AssetTagStatsUtil.findAll()
          Returns all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistence.findAll()
          Returns all the asset tag statses.
static List<AssetTagStats> AssetTagStatsUtil.findAll(int start, int end)
          Returns a range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistence.findAll(int start, int end)
          Returns a range of all the asset tag statses.
static List<AssetTagStats> AssetTagStatsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses.
static List<AssetTagStats> AssetTagStatsUtil.findByClassNameId(long classNameId)
          Returns all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByClassNameId(long classNameId)
          Returns all the asset tag statses where classNameId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the asset tag statses where classNameId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where classNameId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByTagId(long tagId)
          Returns all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByTagId(long tagId)
          Returns all the asset tag statses where tagId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByTagId(long tagId, int start, int end)
          Returns a range of all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByTagId(long tagId, int start, int end)
          Returns a range of all the asset tag statses where tagId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where tagId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetTagStats> AssetTagStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetTagStats> AssetTagStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetTagStats
static void AssetTagStatsUtil.cacheResult(AssetTagStats assetTagStats)
          Caches the asset tag stats in the entity cache if it is enabled.
 void AssetTagStatsPersistence.cacheResult(AssetTagStats assetTagStats)
          Caches the asset tag stats in the entity cache if it is enabled.
static void AssetTagStatsUtil.clearCache(AssetTagStats assetTagStats)
           
static AssetTagStats AssetTagStatsUtil.update(AssetTagStats assetTagStats)
           
static AssetTagStats AssetTagStatsUtil.update(AssetTagStats assetTagStats, ServiceContext serviceContext)
           
static AssetTagStats AssetTagStatsUtil.updateImpl(AssetTagStats assetTagStats)
           
 AssetTagStats AssetTagStatsPersistence.updateImpl(AssetTagStats assetTagStats)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetTagStats
static void AssetTagStatsUtil.cacheResult(List<AssetTagStats> assetTagStatses)
          Caches the asset tag statses in the entity cache if it is enabled.
 void AssetTagStatsPersistence.cacheResult(List<AssetTagStats> assetTagStatses)
          Caches the asset tag statses in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5