Liferay 6.1.10-ee-ga1

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 This package defines the local and remote asset portlet service interfaces and classes. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl This package defines the local and remote asset portlet service implementations. 
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. Renamed to AssetTagStatsWrapper.getWrappedModel()
 AssetTagStats AssetTagStatsWrapper.getWrappedModel()
           
 AssetTagStats AssetTagStatsWrapper.toEscapedModel()
           
 AssetTagStats AssetTagStatsModel.toEscapedModel()
           
 

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

Methods in com.liferay.portlet.asset.model with parameters of type AssetTagStats
 int AssetTagStatsWrapper.compareTo(AssetTagStats assetTagStats)
           
 int AssetTagStatsModel.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.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AssetTagStats
 class AssetTagStatsBaseImpl
          The extended model base implementation for the AssetTagStats service.
 class AssetTagStatsImpl
           
 

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

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

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)
          Adds an asset tag statistics instance.
static AssetTagStats AssetTagStatsLocalServiceUtil.addTagStats(long tagId, long classNameId)
          Adds an asset tag statistics instance.
 AssetTagStats AssetTagStatsLocalService.addTagStats(long tagId, long classNameId)
          Adds an asset tag statistics instance.
 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.fetchAssetTagStats(long tagStatsId)
           
static AssetTagStats AssetTagStatsLocalServiceUtil.fetchAssetTagStats(long tagStatsId)
           
 AssetTagStats AssetTagStatsLocalService.fetchAssetTagStats(long tagStatsId)
           
 AssetTagStats AssetTagStatsLocalServiceWrapper.getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
static AssetTagStats AssetTagStatsLocalServiceUtil.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.
 AssetTagStats AssetTagStatsLocalServiceWrapper.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.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
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
static AssetTagStats AssetTagStatsLocalServiceUtil.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.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
static AssetTagStats AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateTagStats(long tagId, long classNameId)
          Updates the asset tag statistics instance.
static AssetTagStats AssetTagStatsLocalServiceUtil.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
 List<AssetTagStats> AssetTagStatsLocalServiceWrapper.getAssetTagStatses(int start, int end)
          Returns a range of all the asset tag statses.
static List<AssetTagStats> AssetTagStatsLocalServiceUtil.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.
 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.
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> 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
 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.
 void AssetTagStatsLocalServiceWrapper.deleteTagStats(AssetTagStats tagStats)
          Deletes the asset tag statistics instance.
static void AssetTagStatsLocalServiceUtil.deleteTagStats(AssetTagStats tagStats)
          Deletes the asset tag statistics instance.
 void AssetTagStatsLocalService.deleteTagStats(AssetTagStats tagStats)
          Deletes the asset tag statistics instance.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
static AssetTagStats AssetTagStatsLocalServiceUtil.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.
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
static AssetTagStats AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          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.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.fetchAssetTagStats(long tagStatsId)
           
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetTagStats
 List<AssetTagStats> AssetTagStatsLocalServiceBaseImpl.getAssetTagStatses(int start, int end)
          Returns 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 or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
          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.impl
 

Methods in com.liferay.portlet.asset.service.impl that return AssetTagStats
 AssetTagStats AssetTagStatsLocalServiceImpl.addTagStats(long tagId, long classNameId)
          Adds an asset tag statistics instance.
 AssetTagStats AssetTagStatsLocalServiceImpl.getTagStats(long tagId, long classNameId)
          Returns the asset tag statistics instance with the tag and asset entry matching the class name ID
 AssetTagStats AssetTagStatsLocalServiceImpl.updateTagStats(long tagId, long classNameId)
          Updates the asset tag statistics instance.
 

Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetTagStats
 List<AssetTagStats> AssetTagStatsLocalServiceImpl.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.impl with parameters of type AssetTagStats
 void AssetTagStatsLocalServiceImpl.deleteTagStats(AssetTagStats tagStats)
          Deletes the asset tag statistics instance.
 

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)
          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.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByPrimaryKey(long tagStatsId)
          Returns the asset tag stats with the primary key or returns null if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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.
 AssetTagStats AssetTagStatsPersistenceImpl.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.
 AssetTagStats AssetTagStatsPersistenceImpl.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.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 = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.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 = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.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 = ?.
 AssetTagStats[] AssetTagStatsPersistenceImpl.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.
 AssetTagStats AssetTagStatsPersistenceImpl.findByPrimaryKey(long tagStatsId)
          Returns the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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)
          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.
 AssetTagStats AssetTagStatsPersistenceImpl.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 = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.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 = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.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 = ?.
 AssetTagStats[] AssetTagStatsPersistenceImpl.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 = ?.
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(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()
          Returns all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistence.findAll()
          Returns all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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 = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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 = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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 = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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 = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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 = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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 = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.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.
 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  void AssetTagStatsPersistenceImpl.clearUniqueFindersCache(AssetTagStats assetTagStats)
           
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)
           
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.
 void AssetTagStatsPersistenceImpl.clearCache(List<AssetTagStats> assetTagStatses)
           
 


Liferay 6.1.10-ee-ga1