com.liferay.portlet.asset.service
Interface AssetTagStatsLocalService

All Known Implementing Classes:
AssetTagStatsLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface AssetTagStatsLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portlet.asset.service.impl.AssetTagStatsLocalServiceImpl}. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. 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.

Author:
Brian Wing Shun Chan
See Also:
AssetTagStatsLocalServiceUtil
Generated:

Method Summary
 AssetTagStats addAssetTagStats(AssetTagStats assetTagStats)
           
 AssetTagStats addTagStats(long tagId, long classNameId)
           
 AssetTagStats createAssetTagStats(long tagStatsId)
           
 void deleteAssetTagStats(AssetTagStats assetTagStats)
           
 void deleteAssetTagStats(long tagStatsId)
           
 void deleteTagStatsByClassNameId(long classNameId)
           
 void deleteTagStatsByTagId(long tagId)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 AssetTagStats getAssetTagStats(long tagStatsId)
           
 java.util.List<AssetTagStats> getAssetTagStatses(int start, int end)
           
 int getAssetTagStatsesCount()
           
 AssetTagStats getTagStats(long tagId, long classNameId)
           
 AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
           
 AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats, boolean merge)
           
 AssetTagStats updateTagStats(long tagId, long classNameId)
           
 

Method Detail

addAssetTagStats

AssetTagStats addAssetTagStats(AssetTagStats assetTagStats)
                               throws SystemException
Throws:
SystemException

createAssetTagStats

AssetTagStats createAssetTagStats(long tagStatsId)

deleteAssetTagStats

void deleteAssetTagStats(long tagStatsId)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

deleteAssetTagStats

void deleteAssetTagStats(AssetTagStats assetTagStats)
                         throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                            int start,
                            int end)
                            throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Throws:
SystemException

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Throws:
SystemException

getAssetTagStats

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTagStats getAssetTagStats(long tagStatsId)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getAssetTagStatses

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<AssetTagStats> getAssetTagStatses(int start,
                                                                                          int end)
                                                 throws SystemException
Throws:
SystemException

getAssetTagStatsesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getAssetTagStatsesCount()
                            throws SystemException
Throws:
SystemException

updateAssetTagStats

AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
                                  throws SystemException
Throws:
SystemException

updateAssetTagStats

AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats,
                                  boolean merge)
                                  throws SystemException
Throws:
SystemException

addTagStats

AssetTagStats addTagStats(long tagId,
                          long classNameId)
                          throws SystemException
Throws:
SystemException

deleteTagStatsByClassNameId

void deleteTagStatsByClassNameId(long classNameId)
                                 throws SystemException
Throws:
SystemException

deleteTagStatsByTagId

void deleteTagStatsByTagId(long tagId)
                           throws SystemException
Throws:
SystemException

getTagStats

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTagStats getTagStats(long tagId,
                                                                   long classNameId)
                          throws SystemException
Throws:
SystemException

updateTagStats

AssetTagStats updateTagStats(long tagId,
                             long classNameId)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException