|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ResourceLocalServiceWrapper
public class ResourceLocalServiceWrapper
This class is a wrapper for ResourceLocalService.
ResourceLocalService| Constructor Summary | |
|---|---|
ResourceLocalServiceWrapper(ResourceLocalService resourceLocalService)
|
|
| Method Summary | |
|---|---|
void |
addModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
|
void |
addModelResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
addModelResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
addResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
addResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
addResources(long companyId,
long groupId,
String name,
boolean portletActions)
|
void |
deleteResource(AuditedModel auditedModel,
int scope)
|
void |
deleteResource(long companyId,
String name,
int scope,
long primKey)
|
void |
deleteResource(long companyId,
String name,
int scope,
String primKey)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
Resource |
getResource(long companyId,
String name,
int scope,
String primKey)
|
ResourceLocalService |
getWrappedResourceLocalService()
Deprecated. Renamed to getWrappedService() |
ResourceLocalService |
getWrappedService()
|
boolean |
hasUserPermissions(long userId,
long resourceId,
List<Resource> resources,
String actionId,
long[] roleIds)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedResourceLocalService(ResourceLocalService resourceLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ResourceLocalService) |
void |
setWrappedService(ResourceLocalService resourceLocalService)
|
void |
updateModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
|
void |
updateResources(long companyId,
long groupId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
updateResources(long companyId,
long groupId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
updateResources(long companyId,
String name,
int scope,
String primKey,
String newPrimKey)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceLocalServiceWrapper(ResourceLocalService resourceLocalService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface ResourceLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ResourceLocalServicebeanIdentifier - the Spring bean ID for this bean
public void addModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
throws PortalException,
SystemException
addModelResources in interface ResourceLocalServicePortalException
SystemException
public void addModelResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
addModelResources in interface ResourceLocalServicePortalException
SystemException
public void addModelResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
addModelResources in interface ResourceLocalServicePortalException
SystemException
public void addResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
addResources in interface ResourceLocalServicePortalException
SystemException
public void addResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
addResources in interface ResourceLocalServicePortalException
SystemException
public void addResources(long companyId,
long groupId,
String name,
boolean portletActions)
throws PortalException,
SystemException
addResources in interface ResourceLocalServicePortalException
SystemException
public void deleteResource(AuditedModel auditedModel,
int scope)
throws PortalException,
SystemException
deleteResource in interface ResourceLocalServicePortalException
SystemException
public void deleteResource(long companyId,
String name,
int scope,
long primKey)
throws PortalException,
SystemException
deleteResource in interface ResourceLocalServicePortalException
SystemException
public void deleteResource(long companyId,
String name,
int scope,
String primKey)
throws PortalException,
SystemException
deleteResource in interface ResourceLocalServicePortalException
SystemException
public Resource getResource(long companyId,
String name,
int scope,
String primKey)
getResource in interface ResourceLocalService
public boolean hasUserPermissions(long userId,
long resourceId,
List<Resource> resources,
String actionId,
long[] roleIds)
throws PortalException,
SystemException
hasUserPermissions in interface ResourceLocalServicePortalException
SystemException
public void updateModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateModelResources in interface ResourceLocalServicePortalException
SystemException
public void updateResources(long companyId,
long groupId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
updateResources in interface ResourceLocalServicePortalException
SystemException
public void updateResources(long companyId,
long groupId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
updateResources in interface ResourceLocalServicePortalException
SystemException
public void updateResources(long companyId,
String name,
int scope,
String primKey,
String newPrimKey)
throws SystemException
updateResources in interface ResourceLocalServiceSystemExceptionpublic ResourceLocalService getWrappedResourceLocalService()
getWrappedService()
public void setWrappedResourceLocalService(ResourceLocalService resourceLocalService)
setWrappedService(com.liferay.portal.service.ResourceLocalService)
public ResourceLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ResourceLocalService>public void setWrappedService(ResourceLocalService resourceLocalService)
setWrappedService in interface ServiceWrapper<ResourceLocalService>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||