Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.messaging.async.Async

Packages that use Async
com.liferay.portal.messaging.async   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
 

Uses of Async in com.liferay.portal.messaging.async
 

Methods in com.liferay.portal.messaging.async that return Async
 Async AsyncAdvice.getNullAnnotation()
           
 

Uses of Async in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service with annotations of type Async
 void SocialActivityLocalService.addActivity(SocialActivity activity, SocialActivity mirrorActivity)
           
 

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

Methods in com.liferay.portlet.social.service.impl with annotations of type Async
 void SocialActivityLocalServiceImpl.addActivity(SocialActivity activity, SocialActivity mirrorActivity)
           
 


Liferay 7.0-ce-b4