Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class ResourceBlockServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ResourceBlockServiceWrapper
All Implemented Interfaces:
BaseService, ResourceBlockService, ServiceWrapper<ResourceBlockService>

public class ResourceBlockServiceWrapper
extends Object
implements ResourceBlockService, ServiceWrapper<ResourceBlockService>

This class is a wrapper for ResourceBlockService.

See Also:
ResourceBlockService

Constructor Summary
ResourceBlockServiceWrapper(ResourceBlockService resourceBlockService)
           
 
Method Summary
 void addCompanyScopePermission(long scopeGroupId, long companyId, String name, long roleId, String actionId)
           
 void addGroupScopePermission(long scopeGroupId, long companyId, long groupId, String name, long roleId, String actionId)
           
 void addIndividualScopePermission(long companyId, long groupId, String name, long primKey, long roleId, String actionId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ResourceBlockService getWrappedResourceBlockService()
          Deprecated. Renamed to getWrappedService()
 ResourceBlockService getWrappedService()
           
 void removeAllGroupScopePermissions(long scopeGroupId, long companyId, String name, long roleId, String actionId)
           
 void removeCompanyScopePermission(long scopeGroupId, long companyId, String name, long roleId, String actionId)
           
 void removeGroupScopePermission(long scopeGroupId, long companyId, long groupId, String name, long roleId, String actionId)
           
 void removeIndividualScopePermission(long companyId, long groupId, String name, long primKey, long roleId, String actionId)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCompanyScopePermissions(long scopeGroupId, long companyId, String name, long roleId, List<String> actionIds)
           
 void setGroupScopePermissions(long scopeGroupId, long companyId, long groupId, String name, long roleId, List<String> actionIds)
           
 void setIndividualScopePermissions(long companyId, long groupId, String name, long primKey, long roleId, List<String> actionIds)
           
 void setIndividualScopePermissions(long companyId, long groupId, String name, long primKey, Map<Long,String[]> roleIdsToActionIds)
           
 void setWrappedResourceBlockService(ResourceBlockService resourceBlockService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ResourceBlockService)
 void setWrappedService(ResourceBlockService resourceBlockService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBlockServiceWrapper

public ResourceBlockServiceWrapper(ResourceBlockService resourceBlockService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface ResourceBlockService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface ResourceBlockService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addCompanyScopePermission

public void addCompanyScopePermission(long scopeGroupId,
                                      long companyId,
                                      String name,
                                      long roleId,
                                      String actionId)
                               throws PortalException,
                                      SystemException
Specified by:
addCompanyScopePermission in interface ResourceBlockService
Throws:
PortalException
SystemException

addGroupScopePermission

public void addGroupScopePermission(long scopeGroupId,
                                    long companyId,
                                    long groupId,
                                    String name,
                                    long roleId,
                                    String actionId)
                             throws PortalException,
                                    SystemException
Specified by:
addGroupScopePermission in interface ResourceBlockService
Throws:
PortalException
SystemException

addIndividualScopePermission

public void addIndividualScopePermission(long companyId,
                                         long groupId,
                                         String name,
                                         long primKey,
                                         long roleId,
                                         String actionId)
                                  throws PortalException,
                                         SystemException
Specified by:
addIndividualScopePermission in interface ResourceBlockService
Throws:
PortalException
SystemException

removeAllGroupScopePermissions

public void removeAllGroupScopePermissions(long scopeGroupId,
                                           long companyId,
                                           String name,
                                           long roleId,
                                           String actionId)
                                    throws PortalException,
                                           SystemException
Specified by:
removeAllGroupScopePermissions in interface ResourceBlockService
Throws:
PortalException
SystemException

removeCompanyScopePermission

public void removeCompanyScopePermission(long scopeGroupId,
                                         long companyId,
                                         String name,
                                         long roleId,
                                         String actionId)
                                  throws PortalException,
                                         SystemException
Specified by:
removeCompanyScopePermission in interface ResourceBlockService
Throws:
PortalException
SystemException

removeGroupScopePermission

public void removeGroupScopePermission(long scopeGroupId,
                                       long companyId,
                                       long groupId,
                                       String name,
                                       long roleId,
                                       String actionId)
                                throws PortalException,
                                       SystemException
Specified by:
removeGroupScopePermission in interface ResourceBlockService
Throws:
PortalException
SystemException

removeIndividualScopePermission

public void removeIndividualScopePermission(long companyId,
                                            long groupId,
                                            String name,
                                            long primKey,
                                            long roleId,
                                            String actionId)
                                     throws PortalException,
                                            SystemException
Specified by:
removeIndividualScopePermission in interface ResourceBlockService
Throws:
PortalException
SystemException

setCompanyScopePermissions

public void setCompanyScopePermissions(long scopeGroupId,
                                       long companyId,
                                       String name,
                                       long roleId,
                                       List<String> actionIds)
                                throws PortalException,
                                       SystemException
Specified by:
setCompanyScopePermissions in interface ResourceBlockService
Throws:
PortalException
SystemException

setGroupScopePermissions

public void setGroupScopePermissions(long scopeGroupId,
                                     long companyId,
                                     long groupId,
                                     String name,
                                     long roleId,
                                     List<String> actionIds)
                              throws PortalException,
                                     SystemException
Specified by:
setGroupScopePermissions in interface ResourceBlockService
Throws:
PortalException
SystemException

setIndividualScopePermissions

public void setIndividualScopePermissions(long companyId,
                                          long groupId,
                                          String name,
                                          long primKey,
                                          long roleId,
                                          List<String> actionIds)
                                   throws PortalException,
                                          SystemException
Specified by:
setIndividualScopePermissions in interface ResourceBlockService
Throws:
PortalException
SystemException

setIndividualScopePermissions

public void setIndividualScopePermissions(long companyId,
                                          long groupId,
                                          String name,
                                          long primKey,
                                          Map<Long,String[]> roleIdsToActionIds)
                                   throws PortalException,
                                          SystemException
Specified by:
setIndividualScopePermissions in interface ResourceBlockService
Throws:
PortalException
SystemException

getWrappedResourceBlockService

public ResourceBlockService getWrappedResourceBlockService()
Deprecated. Renamed to getWrappedService()


setWrappedResourceBlockService

public void setWrappedResourceBlockService(ResourceBlockService resourceBlockService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ResourceBlockService)


getWrappedService

public ResourceBlockService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<ResourceBlockService>

setWrappedService

public void setWrappedService(ResourceBlockService resourceBlockService)
Specified by:
setWrappedService in interface ServiceWrapper<ResourceBlockService>

Liferay 6.1.2-ce-ga3