Liferay 6.2-ce-ga5

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

Packages that use ThreadLocalCachable
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
 

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.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.
 


Liferay 6.2-ce-ga5