Liferay 6.1.2-ce-ga3

com.liferay.portal.service.http
Class ResourceBlockServiceHttp

java.lang.Object
  extended by com.liferay.portal.service.http.ResourceBlockServiceHttp

public class ResourceBlockServiceHttp
extends Object

This class provides a HTTP utility for the ResourceBlockServiceUtil service utility. The static methods of this class calls the same methods of the service utility. However, the signatures are different because it requires an additional HttpPrincipal parameter.

The benefits of using the HTTP utility is that it is fast and allows for tunneling without the cost of serializing to text. The drawback is that it only works with Java.

Set the property tunnel.servlet.hosts.allowed in portal.properties to configure security.

The HTTP utility is only generated for remote services.

See Also:
ResourceBlockServiceSoap, HttpPrincipal, ResourceBlockServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
ResourceBlockServiceHttp()
           
 
Method Summary
static void addCompanyScopePermission(HttpPrincipal httpPrincipal, long scopeGroupId, long companyId, String name, long roleId, String actionId)
           
static void addGroupScopePermission(HttpPrincipal httpPrincipal, long scopeGroupId, long companyId, long groupId, String name, long roleId, String actionId)
           
static void addIndividualScopePermission(HttpPrincipal httpPrincipal, long companyId, long groupId, String name, long primKey, long roleId, String actionId)
           
static void removeAllGroupScopePermissions(HttpPrincipal httpPrincipal, long scopeGroupId, long companyId, String name, long roleId, String actionId)
           
static void removeCompanyScopePermission(HttpPrincipal httpPrincipal, long scopeGroupId, long companyId, String name, long roleId, String actionId)
           
static void removeGroupScopePermission(HttpPrincipal httpPrincipal, long scopeGroupId, long companyId, long groupId, String name, long roleId, String actionId)
           
static void removeIndividualScopePermission(HttpPrincipal httpPrincipal, long companyId, long groupId, String name, long primKey, long roleId, String actionId)
           
static void setCompanyScopePermissions(HttpPrincipal httpPrincipal, long scopeGroupId, long companyId, String name, long roleId, List<String> actionIds)
           
static void setGroupScopePermissions(HttpPrincipal httpPrincipal, long scopeGroupId, long companyId, long groupId, String name, long roleId, List<String> actionIds)
           
static void setIndividualScopePermissions(HttpPrincipal httpPrincipal, long companyId, long groupId, String name, long primKey, long roleId, List<String> actionIds)
           
static void setIndividualScopePermissions(HttpPrincipal httpPrincipal, long companyId, long groupId, String name, long primKey, Map<Long,String[]> roleIdsToActionIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBlockServiceHttp

public ResourceBlockServiceHttp()
Method Detail

addCompanyScopePermission

public static void addCompanyScopePermission(HttpPrincipal httpPrincipal,
                                             long scopeGroupId,
                                             long companyId,
                                             String name,
                                             long roleId,
                                             String actionId)
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

addGroupScopePermission

public static void addGroupScopePermission(HttpPrincipal httpPrincipal,
                                           long scopeGroupId,
                                           long companyId,
                                           long groupId,
                                           String name,
                                           long roleId,
                                           String actionId)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException

addIndividualScopePermission

public static void addIndividualScopePermission(HttpPrincipal httpPrincipal,
                                                long companyId,
                                                long groupId,
                                                String name,
                                                long primKey,
                                                long roleId,
                                                String actionId)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

removeAllGroupScopePermissions

public static void removeAllGroupScopePermissions(HttpPrincipal httpPrincipal,
                                                  long scopeGroupId,
                                                  long companyId,
                                                  String name,
                                                  long roleId,
                                                  String actionId)
                                           throws PortalException,
                                                  SystemException
Throws:
PortalException
SystemException

removeCompanyScopePermission

public static void removeCompanyScopePermission(HttpPrincipal httpPrincipal,
                                                long scopeGroupId,
                                                long companyId,
                                                String name,
                                                long roleId,
                                                String actionId)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

removeGroupScopePermission

public static void removeGroupScopePermission(HttpPrincipal httpPrincipal,
                                              long scopeGroupId,
                                              long companyId,
                                              long groupId,
                                              String name,
                                              long roleId,
                                              String actionId)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

removeIndividualScopePermission

public static void removeIndividualScopePermission(HttpPrincipal httpPrincipal,
                                                   long companyId,
                                                   long groupId,
                                                   String name,
                                                   long primKey,
                                                   long roleId,
                                                   String actionId)
                                            throws PortalException,
                                                   SystemException
Throws:
PortalException
SystemException

setCompanyScopePermissions

public static void setCompanyScopePermissions(HttpPrincipal httpPrincipal,
                                              long scopeGroupId,
                                              long companyId,
                                              String name,
                                              long roleId,
                                              List<String> actionIds)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

setGroupScopePermissions

public static void setGroupScopePermissions(HttpPrincipal httpPrincipal,
                                            long scopeGroupId,
                                            long companyId,
                                            long groupId,
                                            String name,
                                            long roleId,
                                            List<String> actionIds)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

setIndividualScopePermissions

public static void setIndividualScopePermissions(HttpPrincipal httpPrincipal,
                                                 long companyId,
                                                 long groupId,
                                                 String name,
                                                 long primKey,
                                                 long roleId,
                                                 List<String> actionIds)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

setIndividualScopePermissions

public static void setIndividualScopePermissions(HttpPrincipal httpPrincipal,
                                                 long companyId,
                                                 long groupId,
                                                 String name,
                                                 long primKey,
                                                 Map<Long,String[]> roleIdsToActionIds)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3