Liferay 6.2-ce-ga5

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

Packages that use ThreadLocalCachable
com.liferay.portal.cache   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
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. 
 

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
 

Methods in com.liferay.portal.service with annotations of type ThreadLocalCachable
 long LayoutService.getDefaultPlid(long groupId, long scopeGroupId, String portletId)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId)
           
 boolean RoleLocalService.hasUserRole(long userId, long companyId, String name, boolean inherited)
          Returns true if the user is associated with the named regular role.
 List<Group> GroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalService.searchCount(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params)
          Returns the number of groups belonging to the parent group that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalService.searchCount(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
          Returns the number of groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 int GroupLocalService.searchCount(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params)
          Returns the number of groups that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalService.searchCount(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
          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 GroupLocalService.searchCount(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params)
          Returns the number of groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalService.searchCount(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
          Returns the number of groups belonging to the parent group and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 int GroupLocalService.searchCount(long companyId, String keywords, LinkedHashMap<String,Object> params)
          Returns the number of groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalService.searchCount(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
          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.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)
           
 boolean RoleLocalServiceImpl.hasUserRole(long userId, long companyId, String name, boolean inherited)
          Returns true if the user is associated with the named regular role.
 List<Group> GroupLocalServiceImpl.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalServiceImpl.searchCount(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params)
          Returns the number of groups belonging to the parent group that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalServiceImpl.searchCount(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
          Returns the number of groups belonging to the parent group 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, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params)
          Returns the number of groups that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalServiceImpl.searchCount(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
          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, long parentGroupId, String keywords, LinkedHashMap<String,Object> params)
          Returns the number of groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalServiceImpl.searchCount(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
          Returns the number of groups belonging to the parent group and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 int GroupLocalServiceImpl.searchCount(long companyId, String keywords, LinkedHashMap<String,Object> params)
          Returns the number of groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 int GroupLocalServiceImpl.searchCount(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
          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
 

Methods in com.liferay.portlet.asset.service with annotations of type ThreadLocalCachable
 List<AssetCategory> AssetCategoryLocalService.getCategories(long classNameId, long classPK)
           
 List<AssetTag> AssetTagLocalService.getTags(String className, long classPK)
          Returns the asset tags of the entity.
 

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)
          Returns the asset tags of the entity.
 


Liferay 6.2-ce-ga5