Uses of Annotation Interface
com.liferay.portal.kernel.spring.aop.Retry
Packages that use Retry
Package
Description
This package defines the portal service interfaces and classes.
-
Uses of Retry in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service with annotations of type RetryModifier and TypeMethodDescriptionvoid
ResourcePermissionLocalService.addResourcePermission
(long companyId, String name, int scope, String primKey, long roleId, String actionId) Grants the role permission at the scope to perform the action on resources of the type.PortletPreferencesLocalService.getPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalService.getPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId, String defaultPreferences) PortletPreferencesLocalService.getPreferences
(PortletPreferencesIds portletPreferencesIds) void
ResourcePermissionLocalService.setOwnerResourcePermissions
(long companyId, String name, int scope, String primKey, long roleId, long ownerId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions.void
ResourcePermissionLocalService.setResourcePermissions
(long companyId, String name, int scope, String primKey, long roleId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.void
ResourcePermissionLocalService.setResourcePermissions
(long companyId, String name, int scope, String primKey, Map<Long, String[]> roleIdsToActionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.