com.liferay.portal.service
Class ResourceLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ResourceLocalServiceWrapper
- All Implemented Interfaces:
- ResourceLocalService
public class ResourceLocalServiceWrapper
- extends Object
- implements ResourceLocalService
This class is a wrapper for ResourceLocalService.
- See Also:
ResourceLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
void |
addModelResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
String[] communityPermissions,
String[] guestPermissions)
|
void |
addModelResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
String[] communityPermissions,
String[] guestPermissions)
|
Resource |
addResource(long companyId,
String name,
int scope,
String primKey)
|
Resource |
addResource(Resource resource)
|
void |
addResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
boolean portletActions,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
boolean portletActions,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addResources(long companyId,
long groupId,
String name,
boolean portletActions)
|
Resource |
createResource(long resourceId)
|
void |
deleteResource(long resourceId)
|
void |
deleteResource(long companyId,
String name,
int scope,
long primKey)
|
void |
deleteResource(long companyId,
String name,
int scope,
String primKey)
|
void |
deleteResource(Resource resource)
|
void |
deleteResources(String name)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
long |
getLatestResourceId()
|
Resource |
getResource(long resourceId)
|
Resource |
getResource(long companyId,
String name,
int scope,
String primKey)
|
List<Resource> |
getResources()
|
List<Resource> |
getResources(int start,
int end)
|
int |
getResourcesCount()
|
ResourceLocalService |
getWrappedResourceLocalService()
|
Resource |
updateResource(Resource resource)
|
Resource |
updateResource(Resource resource,
boolean merge)
|
void |
updateResources(long companyId,
long groupId,
String name,
long primKey,
String[] communityPermissions,
String[] guestPermissions)
|
void |
updateResources(long companyId,
long groupId,
String name,
String primKey,
String[] communityPermissions,
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 |
ResourceLocalServiceWrapper
public ResourceLocalServiceWrapper(ResourceLocalService resourceLocalService)
addResource
public Resource addResource(Resource resource)
throws SystemException
- Specified by:
addResource in interface ResourceLocalService
- Throws:
SystemException
createResource
public Resource createResource(long resourceId)
- Specified by:
createResource in interface ResourceLocalService
deleteResource
public void deleteResource(long resourceId)
throws PortalException,
SystemException
- Specified by:
deleteResource in interface ResourceLocalService
- Throws:
PortalException
SystemException
deleteResource
public void deleteResource(Resource resource)
throws SystemException
- Specified by:
deleteResource in interface ResourceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ResourceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ResourceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface ResourceLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface ResourceLocalService
- Throws:
SystemException
getResource
public Resource getResource(long resourceId)
throws PortalException,
SystemException
- Specified by:
getResource in interface ResourceLocalService
- Throws:
PortalException
SystemException
getResources
public List<Resource> getResources(int start,
int end)
throws SystemException
- Specified by:
getResources in interface ResourceLocalService
- Throws:
SystemException
getResourcesCount
public int getResourcesCount()
throws SystemException
- Specified by:
getResourcesCount in interface ResourceLocalService
- Throws:
SystemException
updateResource
public Resource updateResource(Resource resource)
throws SystemException
- Specified by:
updateResource in interface ResourceLocalService
- Throws:
SystemException
updateResource
public Resource updateResource(Resource resource,
boolean merge)
throws SystemException
- Specified by:
updateResource in interface ResourceLocalService
- Throws:
SystemException
addModelResources
public void addModelResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addModelResources in interface ResourceLocalService
- Throws:
PortalException
SystemException
addModelResources
public void addModelResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addModelResources in interface ResourceLocalService
- Throws:
PortalException
SystemException
addResource
public Resource addResource(long companyId,
String name,
int scope,
String primKey)
throws SystemException
- Specified by:
addResource in interface ResourceLocalService
- Throws:
SystemException
addResources
public void addResources(long companyId,
long groupId,
String name,
boolean portletActions)
throws PortalException,
SystemException
- Specified by:
addResources in interface ResourceLocalService
- Throws:
PortalException
SystemException
addResources
public void addResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
boolean portletActions,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addResources in interface ResourceLocalService
- Throws:
PortalException
SystemException
addResources
public void addResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
boolean portletActions,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addResources in interface ResourceLocalService
- Throws:
PortalException
SystemException
deleteResource
public void deleteResource(long companyId,
String name,
int scope,
long primKey)
throws PortalException,
SystemException
- Specified by:
deleteResource in interface ResourceLocalService
- Throws:
PortalException
SystemException
deleteResource
public void deleteResource(long companyId,
String name,
int scope,
String primKey)
throws PortalException,
SystemException
- Specified by:
deleteResource in interface ResourceLocalService
- Throws:
PortalException
SystemException
deleteResources
public void deleteResources(String name)
throws SystemException
- Specified by:
deleteResources in interface ResourceLocalService
- Throws:
SystemException
getLatestResourceId
public long getLatestResourceId()
throws SystemException
- Specified by:
getLatestResourceId in interface ResourceLocalService
- Throws:
SystemException
getResource
public Resource getResource(long companyId,
String name,
int scope,
String primKey)
throws PortalException,
SystemException
- Specified by:
getResource in interface ResourceLocalService
- Throws:
PortalException
SystemException
getResources
public List<Resource> getResources()
throws SystemException
- Specified by:
getResources in interface ResourceLocalService
- Throws:
SystemException
updateResources
public void updateResources(long companyId,
String name,
int scope,
String primKey,
String newPrimKey)
throws PortalException,
SystemException
- Specified by:
updateResources in interface ResourceLocalService
- Throws:
PortalException
SystemException
updateResources
public void updateResources(long companyId,
long groupId,
String name,
long primKey,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
updateResources in interface ResourceLocalService
- Throws:
PortalException
SystemException
updateResources
public void updateResources(long companyId,
long groupId,
String name,
String primKey,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
updateResources in interface ResourceLocalService
- Throws:
PortalException
SystemException
getWrappedResourceLocalService
public ResourceLocalService getWrappedResourceLocalService()