Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.spring.aop.Retry

Packages that use Retry
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of Retry in com.liferay.portal.service
 

Methods in com.liferay.portal.service with annotations of type Retry
 void 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.
 PortletPreferences PortletPreferencesLocalService.getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesLocalService.getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalService.getPreferences(PortletPreferencesIds portletPreferencesIds)
           
 PortletPreferences PortletPreferencesLocalService.getStrictPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
           
 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.
 


Liferay 7.0-ce-b4