Liferay 6.0-ee

Uses of Class
com.liferay.portal.kernel.increment.BufferedIncrement

Packages that use BufferedIncrement
com.liferay.portal.increment   
com.liferay.portlet.asset.service.impl   
com.liferay.portlet.social.service.impl   
 

Uses of BufferedIncrement in com.liferay.portal.increment
 

Methods in com.liferay.portal.increment that return BufferedIncrement
 BufferedIncrement BufferedIncrementAdvice.getNullAnnotation()
           
 

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

Methods in com.liferay.portlet.asset.service.impl with annotations of type BufferedIncrement
 void AssetEntryLocalServiceImpl.incrementViewCounter(long userId, String className, long classPK, int increment)
           
 

Uses of BufferedIncrement in com.liferay.portlet.social.service.impl
 

Methods in com.liferay.portlet.social.service.impl with annotations of type BufferedIncrement
 void SocialEquityLogLocalServiceImpl.incrementSocialEquityAssetEntry_IQ(long assetEntryId, SocialEquityValue socialEquityValue)
           
 void SocialEquityLogLocalServiceImpl.incrementSocialEquityUser_CQ(long groupId, long userId, SocialEquityValue socialEquityValue)
           
 void SocialEquityLogLocalServiceImpl.incrementSocialEquityUser_PQ(long groupId, long userId, SocialEquityValue socialEquityValue)
           
 


Liferay 6.0-ee