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 TypeMethodDescriptionvoidResourcePermissionLocalService.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) voidResourcePermissionLocalService.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.voidResourcePermissionLocalService.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.voidResourcePermissionLocalService.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.