Liferay 6.1.2-ce-ga3

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

Packages that use BufferedIncrement
com.liferay.portal.increment   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.messageboards.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
 AssetEntry AssetEntryLocalServiceImpl.incrementViewCounter(long userId, String className, long classPK, int increment)
           
 

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

Methods in com.liferay.portlet.messageboards.service.impl with annotations of type BufferedIncrement
 MBThread MBThreadLocalServiceImpl.incrementViewCounter(long threadId, int increment)
           
 


Liferay 6.1.2-ce-ga3