Liferay 6.1.2-ce-ga3

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

Packages that use ThreadLocalCachable
com.liferay.portal.cache   
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
 

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
 long LayoutServiceImpl.getDefaultPlid(long groupId, long scopeGroupId, String portletId)
           
 Group GroupLocalServiceImpl.getGroup(long groupId)
          Returns the group with the matching primary key.
 PasswordPolicy PasswordPolicyLocalServiceImpl.getPasswordPolicyByUserId(long userId)
           
 int OrganizationLocalServiceImpl.getUserOrganizationsCount(long userId)
          Returns the number of organizations associated with the user.
 boolean RoleLocalServiceImpl.hasUserRole(long userId, long companyId, String name, boolean inherited)
          Returns true if the user is associated with the named regular role.
 int GroupLocalServiceImpl.searchCount(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params)
          Returns the number of groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 int GroupLocalServiceImpl.searchCount(long companyId, String name, String description, LinkedHashMap<String,Object> params)
          Returns the number of groups and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 

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

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


Liferay 6.1.2-ce-ga3