Liferay 6.2-ce-ga5

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

Packages that use BufferedIncrement
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.messageboards.service   
 

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

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

Uses of BufferedIncrement in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service with annotations of type BufferedIncrement
 void DLFileEntryLocalService.incrementViewCounter(DLFileEntry dlFileEntry, int increment)
           
 void DLFolderLocalService.updateLastPostDate(long folderId, Date lastPostDate)
           
 

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

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


Liferay 6.2-ce-ga5