Uses of Annotation Interface
com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable
Packages that use ThreadLocalCachable
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal service interfaces and classes.
-
Uses of ThreadLocalCachable in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service with annotations of type ThreadLocalCachableModifier and TypeMethodDescriptionAssetCategoryLocalService.getCategories
(long classNameId, long classPK) Returns the asset tags of the entity. -
Uses of ThreadLocalCachable in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service with annotations of type ThreadLocalCachableModifier and TypeMethodDescriptionint
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder. -
Uses of ThreadLocalCachable in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service with annotations of type ThreadLocalCachableModifier and TypeMethodDescriptionGroupLocalService.fetchGroup
(long groupId) long
LayoutService.getDefaultPlid
(long groupId, long scopeGroupId, String portletId) GroupLocalService.getGroup
(long groupId) Returns the group with the primary key.PasswordPolicyLocalService.getPasswordPolicyByUserId
(long userId) boolean
RoleLocalService.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.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 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, 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, 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[] 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 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, 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, 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.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.