Liferay 7.0-ce-b4

com.liferay.portlet.asset.service
Class AssetTagStatsLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagStatsLocalServiceUtil

@ProviderType
public class AssetTagStatsLocalServiceUtil
extends Object

Provides the local service utility for AssetTagStats. This utility wraps com.liferay.portlet.asset.service.impl.AssetTagStatsLocalServiceImpl and is the primary access point for service operations in application layer code running on the local server. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
AssetTagStatsLocalService, com.liferay.portlet.asset.service.base.AssetTagStatsLocalServiceBaseImpl, com.liferay.portlet.asset.service.impl.AssetTagStatsLocalServiceImpl

Constructor Summary
AssetTagStatsLocalServiceUtil()
           
 
Method Summary
static AssetTagStats addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
static AssetTagStats addTagStats(long tagId, long classNameId)
          Adds an asset tag statistics instance.
static AssetTagStats createAssetTagStats(long tagStatsId)
          Creates a new asset tag stats with the primary key.
static AssetTagStats deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
static AssetTagStats deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
static PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
static void deleteTagStats(AssetTagStats tagStats)
          Deletes the asset tag statistics instance.
static void deleteTagStats(long tagStatsId)
          Deletes the asset tag statistics instance matching the tag statistics ID.
static void deleteTagStatsByClassNameId(long classNameId)
          Deletes all asset tag statistics instances associated with the asset entry matching the class name ID.
static void deleteTagStatsByTagId(long tagId)
          Deletes all asset tag statistics instances associated with the tag.
static DynamicQuery dynamicQuery()
           
static
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
static
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
static
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
static AssetTagStats fetchAssetTagStats(long tagStatsId)
           
static ActionableDynamicQuery getActionableDynamicQuery()
           
static AssetTagStats getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
static List<AssetTagStats> getAssetTagStatses(int start, int end)
          Returns a range of all the asset tag statses.
static int getAssetTagStatsesCount()
          Returns the number of asset tag statses.
static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
static String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
static PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
static AssetTagStatsLocalService getService()
           
static List<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.
static AssetTagStats getTagStats(long tagId, long classNameId)
          Returns the asset tag statistics instance with the tag and asset entry matching the class name ID
static AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
static AssetTagStats updateTagStats(long tagId, long classNameId)
          Updates the asset tag statistics instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagStatsLocalServiceUtil

public AssetTagStatsLocalServiceUtil()
Method Detail

addAssetTagStats

public static AssetTagStats addAssetTagStats(AssetTagStats assetTagStats)
Adds the asset tag stats to the database. Also notifies the appropriate model listeners.

Parameters:
assetTagStats - the asset tag stats
Returns:
the asset tag stats that was added

addTagStats

public static AssetTagStats addTagStats(long tagId,
                                        long classNameId)
Adds an asset tag statistics instance.

Parameters:
tagId - the primary key of the tag
classNameId - the asset entry's class name ID
Returns:
the asset tag statistics instance

createAssetTagStats

public static AssetTagStats createAssetTagStats(long tagStatsId)
Creates a new asset tag stats with the primary key. Does not add the asset tag stats to the database.

Parameters:
tagStatsId - the primary key for the new asset tag stats
Returns:
the new asset tag stats

deleteAssetTagStats

public static AssetTagStats deleteAssetTagStats(AssetTagStats assetTagStats)
Deletes the asset tag stats from the database. Also notifies the appropriate model listeners.

Parameters:
assetTagStats - the asset tag stats
Returns:
the asset tag stats that was removed

deleteAssetTagStats

public static AssetTagStats deleteAssetTagStats(long tagStatsId)
                                         throws PortalException
Deletes the asset tag stats with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
tagStatsId - the primary key of the asset tag stats
Returns:
the asset tag stats that was removed
Throws:
PortalException - if a asset tag stats with the primary key could not be found

deletePersistedModel

public static PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                           throws PortalException
Throws:
PortalException

deleteTagStats

public static void deleteTagStats(AssetTagStats tagStats)
Deletes the asset tag statistics instance.

Parameters:
tagStats - the asset tag statistics instance

deleteTagStats

public static void deleteTagStats(long tagStatsId)
                           throws PortalException
Deletes the asset tag statistics instance matching the tag statistics ID.

Parameters:
tagStatsId - the primary key of the asset tag statistics instance
Throws:
PortalException

deleteTagStatsByClassNameId

public static void deleteTagStatsByClassNameId(long classNameId)
Deletes all asset tag statistics instances associated with the asset entry matching the class name ID.

Parameters:
classNameId - the asset entry's class name ID

deleteTagStatsByTagId

public static void deleteTagStatsByTagId(long tagId)
Deletes all asset tag statistics instances associated with the tag.

Parameters:
tagId - the primary key of the tag

dynamicQuery

public static DynamicQuery dynamicQuery()

dynamicQuery

public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                       int start,
                                       int end)
Performs a dynamic query on the database and returns a range of the matching rows.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                       int start,
                                       int end,
                                       OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery,
                                     Projection projection)
Returns the number of rows matching the dynamic query.

Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchAssetTagStats

public static AssetTagStats fetchAssetTagStats(long tagStatsId)

getActionableDynamicQuery

public static ActionableDynamicQuery getActionableDynamicQuery()

getAssetTagStats

public static AssetTagStats getAssetTagStats(long tagStatsId)
                                      throws PortalException
Returns the asset tag stats with the primary key.

Parameters:
tagStatsId - the primary key of the asset tag stats
Returns:
the asset tag stats
Throws:
PortalException - if a asset tag stats with the primary key could not be found

getAssetTagStatses

public static List<AssetTagStats> getAssetTagStatses(int start,
                                                     int end)
Returns a range of all the asset tag statses.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of asset tag statses
end - the upper bound of the range of asset tag statses (not inclusive)
Returns:
the range of asset tag statses

getAssetTagStatsesCount

public static int getAssetTagStatsesCount()
Returns the number of asset tag statses.

Returns:
the number of asset tag statses

getIndexableActionableDynamicQuery

public static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()

getOSGiServiceIdentifier

public static String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

getPersistedModel

public static PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                        throws PortalException
Throws:
PortalException

getTagStats

public static List<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.

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.

Parameters:
classNameId - the asset entry's class name ID
start - the lower bound of the range of results
end - the upper bound of the range of results (not inclusive)
Returns:
the range of asset tag statistics associated with the asset entry matching the class name ID

getTagStats

public static AssetTagStats getTagStats(long tagId,
                                        long classNameId)
Returns the asset tag statistics instance with the tag and asset entry matching the class name ID

Parameters:
tagId - the primary key of the tag
classNameId - the asset entry's class name ID
Returns:
Returns the asset tag statistics instance with the tag and asset entry matching the class name ID

updateAssetTagStats

public static AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
Updates the asset tag stats in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
assetTagStats - the asset tag stats
Returns:
the asset tag stats that was updated

updateTagStats

public static AssetTagStats updateTagStats(long tagId,
                                           long classNameId)
                                    throws PortalException
Updates the asset tag statistics instance.

Parameters:
tagId - the primary key of the tag
classNameId - the asset entry's class name ID
Returns:
the updated asset tag statistics instance
Throws:
PortalException

getService

public static AssetTagStatsLocalService getService()

Liferay 7.0-ce-b4