Liferay 6.2-ce-ga5

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

Packages that use BufferedIncrement
com.liferay.portal.increment   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.messageboards.service   
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
 

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.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.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.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl with annotations of type BufferedIncrement
 void DLFileEntryLocalServiceImpl.incrementViewCounter(DLFileEntry dlFileEntry, int increment)
           
 void DLFolderLocalServiceImpl.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)
           
 

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.2-ce-ga5