|
Liferay 6.2-ce-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ResourceBlockServiceWrapper
@ProviderType public class ResourceBlockServiceWrapper
Provides a wrapper for ResourceBlockService.
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. As of 6.1.0, replaced by 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. As of 6.1.0, replaced by 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 |
|---|
public ResourceBlockServiceWrapper(ResourceBlockService resourceBlockService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface ResourceBlockServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ResourceBlockServicebeanIdentifier - the Spring bean ID for this bean
public void addCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
addCompanyScopePermission in interface ResourceBlockServicePortalException
SystemException
public void addGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
addGroupScopePermission in interface ResourceBlockServicePortalException
SystemException
public void addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
throws PortalException,
SystemException
addIndividualScopePermission in interface ResourceBlockServicePortalException
SystemException
public void removeAllGroupScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
removeAllGroupScopePermissions in interface ResourceBlockServicePortalException
SystemException
public void removeCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
removeCompanyScopePermission in interface ResourceBlockServicePortalException
SystemException
public void removeGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
throws PortalException,
SystemException
removeGroupScopePermission in interface ResourceBlockServicePortalException
SystemException
public void removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
throws PortalException,
SystemException
removeIndividualScopePermission in interface ResourceBlockServicePortalException
SystemException
public void setCompanyScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
List<String> actionIds)
throws PortalException,
SystemException
setCompanyScopePermissions in interface ResourceBlockServicePortalException
SystemException
public void setGroupScopePermissions(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
throws PortalException,
SystemException
setGroupScopePermissions in interface ResourceBlockServicePortalException
SystemException
public void setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockServicePortalException
SystemException
public void setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
throws PortalException,
SystemException
setIndividualScopePermissions in interface ResourceBlockServicePortalException
SystemExceptionpublic ResourceBlockService getWrappedResourceBlockService()
getWrappedService()
public void setWrappedResourceBlockService(ResourceBlockService resourceBlockService)
setWrappedService(com.liferay.portal.service.ResourceBlockService)
public ResourceBlockService getWrappedService()
getWrappedService in interface ServiceWrapper<ResourceBlockService>public void setWrappedService(ResourceBlockService resourceBlockService)
setWrappedService in interface ServiceWrapper<ResourceBlockService>
|
Liferay 6.2-ce-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||