Liferay 6.0-ee

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

Packages that use AssetTagStats
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl   
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()
           
 AssetTagStats AssetTagStatsWrapper.toEscapedModel()
           
 AssetTagStats AssetTagStatsModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetTagStats
 int AssetTagStatsWrapper.compareTo(AssetTagStats assetTagStats)
           
 int AssetTagStatsModel.compareTo(AssetTagStats assetTagStats)
           
 

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

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

Classes in com.liferay.portlet.asset.model.impl that implement AssetTagStats
 class AssetTagStatsImpl
           
 

Methods in com.liferay.portlet.asset.model.impl that return AssetTagStats
 AssetTagStats AssetTagStatsModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetTagStats
 int AssetTagStatsModelImpl.compareTo(AssetTagStats assetTagStats)
           
 

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

Methods in com.liferay.portlet.asset.service that return AssetTagStats
 AssetTagStats AssetTagStatsLocalServiceWrapper.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetTagStats AssetTagStatsLocalService.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.addTagStats(long tagId, long classNameId)
           
static AssetTagStats AssetTagStatsLocalServiceUtil.addTagStats(long tagId, long classNameId)
           
 AssetTagStats AssetTagStatsLocalService.addTagStats(long tagId, long classNameId)
           
 AssetTagStats AssetTagStatsLocalServiceWrapper.createAssetTagStats(long tagStatsId)
          Creates a new asset tag stats with the primary key.
static AssetTagStats AssetTagStatsLocalServiceUtil.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.
 AssetTagStats AssetTagStatsLocalServiceWrapper.getAssetTagStats(long tagStatsId)
          Gets the asset tag stats with the primary key.
static AssetTagStats AssetTagStatsLocalServiceUtil.getAssetTagStats(long tagStatsId)
          Gets the asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalService.getAssetTagStats(long tagStatsId)
          Gets the asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalServiceWrapper.getTagStats(long tagId, long classNameId)
           
static AssetTagStats AssetTagStatsLocalServiceUtil.getTagStats(long tagId, long classNameId)
           
 AssetTagStats AssetTagStatsLocalService.getTagStats(long tagId, long classNameId)
           
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateTagStats(long tagId, long classNameId)
           
static AssetTagStats AssetTagStatsLocalServiceUtil.updateTagStats(long tagId, long classNameId)
           
 AssetTagStats AssetTagStatsLocalService.updateTagStats(long tagId, long classNameId)
           
 

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

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagStats
 AssetTagStats AssetTagStatsLocalServiceWrapper.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetTagStats AssetTagStatsLocalService.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 void AssetTagStatsLocalServiceWrapper.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
static void AssetTagStatsLocalServiceUtil.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 void AssetTagStatsLocalService.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database.
static AssetTagStats AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database.
 

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

Methods in com.liferay.portlet.asset.service.base that return AssetTagStats
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.createAssetTagStats(long tagStatsId)
          Creates a new asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.getAssetTagStats(long tagStatsId)
          Gets the asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database.
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetTagStats
 List<AssetTagStats> AssetTagStatsLocalServiceBaseImpl.getAssetTagStatses(int start, int end)
          Gets a range of all the asset tag statses.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagStats
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 void AssetTagStatsLocalServiceBaseImpl.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database.
 

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

Methods in com.liferay.portlet.asset.service.impl that return AssetTagStats
 AssetTagStats AssetTagStatsLocalServiceImpl.addTagStats(long tagId, long classNameId)
           
 AssetTagStats AssetTagStatsLocalServiceImpl.getTagStats(long tagId, long classNameId)
           
 AssetTagStats AssetTagStatsLocalServiceImpl.updateTagStats(long tagId, long classNameId)
           
 

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.
 AssetTagStats AssetTagStatsPersistenceImpl.create(long tagStatsId)
          Creates a new asset tag stats with the primary key.
static AssetTagStats AssetTagStatsUtil.fetchByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or returns null if it could not be found.
 AssetTagStats AssetTagStatsPersistence.fetchByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or returns null if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or returns null if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds 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)
          Finds 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)
          Finds the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByT_C(long tagId, long classNameId)
          Finds 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)
          Finds 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)
          Finds the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByT_C(long tagId, long classNameId, boolean retrieveFromCache)
          Finds 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.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats[] AssetTagStatsPersistenceImpl.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistence.findByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.findByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset tag stats with the primary key or throws a NoSuchModelException if it could not be found.
static AssetTagStats AssetTagStatsUtil.findByT_C(long tagId, long classNameId)
          Finds 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)
          Finds the asset tag stats where tagId = ? and classNameId = ? or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.findByT_C(long tagId, long classNameId)
          Finds 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)
          Finds the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where tagId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
 AssetTagStats[] AssetTagStatsPersistenceImpl.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
protected  AssetTagStats AssetTagStatsPersistenceImpl.getByClassNameId_PrevAndNext(Session session, AssetTagStats assetTagStats, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetTagStats AssetTagStatsPersistenceImpl.getByTagId_PrevAndNext(Session session, AssetTagStats assetTagStats, long tagId, OrderByComparator orderByComparator, boolean previous)
           
static AssetTagStats AssetTagStatsUtil.remove(AssetTagStats assetTagStats)
           
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.
 AssetTagStats AssetTagStatsPersistenceImpl.remove(long tagStatsId)
          Removes the asset tag stats with the primary key from the database.
 AssetTagStats AssetTagStatsPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset tag stats with the primary key from the database.
protected  AssetTagStats AssetTagStatsPersistenceImpl.removeImpl(AssetTagStats assetTagStats)
           
protected  AssetTagStats AssetTagStatsPersistenceImpl.toUnwrappedModel(AssetTagStats assetTagStats)
           
static AssetTagStats AssetTagStatsUtil.update(AssetTagStats assetTagStats, boolean merge)
           
static AssetTagStats AssetTagStatsUtil.update(AssetTagStats assetTagStats, boolean merge, ServiceContext serviceContext)
           
static AssetTagStats AssetTagStatsUtil.updateImpl(AssetTagStats assetTagStats, boolean merge)
           
 AssetTagStats AssetTagStatsPersistence.updateImpl(AssetTagStats assetTagStats, boolean merge)
           
 AssetTagStats AssetTagStatsPersistenceImpl.updateImpl(AssetTagStats assetTagStats, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetTagStats
static List<AssetTagStats> AssetTagStatsUtil.findAll()
          Finds all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistence.findAll()
          Finds all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findAll()
          Finds all the asset tag statses.
static List<AssetTagStats> AssetTagStatsUtil.findAll(int start, int end)
          Finds a range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistence.findAll(int start, int end)
          Finds a range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findAll(int start, int end)
          Finds a range of all the asset tag statses.
static List<AssetTagStats> AssetTagStatsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag statses.
static List<AssetTagStats> AssetTagStatsUtil.findByClassNameId(long classNameId)
          Finds all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByClassNameId(long classNameId)
          Finds all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByClassNameId(long classNameId)
          Finds all the asset tag statses where classNameId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByClassNameId(long classNameId, int start, int end)
          Finds a range of all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByClassNameId(long classNameId, int start, int end)
          Finds a range of all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByClassNameId(long classNameId, int start, int end)
          Finds a range of all the asset tag statses where classNameId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag statses where classNameId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByTagId(long tagId)
          Finds all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByTagId(long tagId)
          Finds all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByTagId(long tagId)
          Finds all the asset tag statses where tagId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByTagId(long tagId, int start, int end)
          Finds a range of all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByTagId(long tagId, int start, int end)
          Finds a range of all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByTagId(long tagId, int start, int end)
          Finds a range of all the asset tag statses where tagId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
 void AssetTagStatsPersistenceImpl.cacheResult(AssetTagStats assetTagStats)
          Caches the asset tag stats in the entity cache if it is enabled.
static void AssetTagStatsUtil.clearCache(AssetTagStats assetTagStats)
           
 void AssetTagStatsPersistenceImpl.clearCache(AssetTagStats assetTagStats)
          Clears the cache for the asset tag stats.
protected  AssetTagStats AssetTagStatsPersistenceImpl.getByClassNameId_PrevAndNext(Session session, AssetTagStats assetTagStats, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetTagStats AssetTagStatsPersistenceImpl.getByTagId_PrevAndNext(Session session, AssetTagStats assetTagStats, long tagId, OrderByComparator orderByComparator, boolean previous)
           
static AssetTagStats AssetTagStatsUtil.remove(AssetTagStats assetTagStats)
           
protected  AssetTagStats AssetTagStatsPersistenceImpl.removeImpl(AssetTagStats assetTagStats)
           
protected  AssetTagStats AssetTagStatsPersistenceImpl.toUnwrappedModel(AssetTagStats assetTagStats)
           
static AssetTagStats AssetTagStatsUtil.update(AssetTagStats assetTagStats, boolean merge)
           
static AssetTagStats AssetTagStatsUtil.update(AssetTagStats assetTagStats, boolean merge, ServiceContext serviceContext)
           
static AssetTagStats AssetTagStatsUtil.updateImpl(AssetTagStats assetTagStats, boolean merge)
           
 AssetTagStats AssetTagStatsPersistence.updateImpl(AssetTagStats assetTagStats, boolean merge)
           
 AssetTagStats AssetTagStatsPersistenceImpl.updateImpl(AssetTagStats assetTagStats, boolean merge)
           
 

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.
 void AssetTagStatsPersistenceImpl.cacheResult(List<AssetTagStats> assetTagStatses)
          Caches the asset tag statses in the entity cache if it is enabled.
 


Liferay 6.0-ee