Liferay 6.0.5

Uses of Class
com.liferay.portal.kernel.cache.ThreadLocalCachable

Packages that use ThreadLocalCachable
com.liferay.portal.cache   
com.liferay.portal.service.impl   
com.liferay.portlet.asset.service.impl   
 

Uses of ThreadLocalCachable in com.liferay.portal.cache
 

Methods in com.liferay.portal.cache that return ThreadLocalCachable
 ThreadLocalCachable ThreadLocalCacheAdvice.getNullAnnotation()
           
 

Uses of ThreadLocalCachable in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with annotations of type ThreadLocalCachable
 int OrganizationLocalServiceImpl.getUserOrganizationsCount(long userId)
           
 boolean RoleLocalServiceImpl.hasUserRole(long userId, long companyId, String name, boolean inherited)
          Returns true if the user has the regular role.
 int GroupLocalServiceImpl.searchCount(long companyId, String name, String description, LinkedHashMap<String,Object> params)
           
 

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

Methods in com.liferay.portlet.asset.service.impl with annotations of type ThreadLocalCachable
 List<AssetTag> AssetTagLocalServiceImpl.getTags(String className, long classPK)
           
 


Liferay 6.0.5