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. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.spring.aop   
 

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.
 

Uses of Retry in com.liferay.portal.service.impl
 

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

Uses of Retry in com.liferay.portal.spring.aop
 

Methods in com.liferay.portal.spring.aop that return Retry
 Retry RetryAdvice.getNullAnnotation()
           
 


Liferay 7.0-ce-b4