com.liferay.portal.service
Class ResourceCodeLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ResourceCodeLocalServiceWrapper
- All Implemented Interfaces:
- ResourceCodeLocalService
public class ResourceCodeLocalServiceWrapper
- extends java.lang.Object
- implements ResourceCodeLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ResourceCodeLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ResourceCodeLocalService
- Generated:
Method Summary |
ResourceCode |
addResourceCode(long companyId,
java.lang.String name,
int scope)
|
ResourceCode |
addResourceCode(ResourceCode resourceCode)
|
void |
checkResourceCodes()
|
void |
checkResourceCodes(long companyId,
java.lang.String name)
|
ResourceCode |
createResourceCode(long codeId)
|
void |
deleteResourceCode(long codeId)
|
void |
deleteResourceCode(ResourceCode resourceCode)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
ResourceCode |
getResourceCode(long codeId)
|
ResourceCode |
getResourceCode(long companyId,
java.lang.String name,
int scope)
|
java.util.List<ResourceCode> |
getResourceCodes(int start,
int end)
|
int |
getResourceCodesCount()
|
ResourceCodeLocalService |
getWrappedResourceCodeLocalService()
|
ResourceCode |
updateResourceCode(ResourceCode resourceCode)
|
ResourceCode |
updateResourceCode(ResourceCode resourceCode,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceCodeLocalServiceWrapper
public ResourceCodeLocalServiceWrapper(ResourceCodeLocalService resourceCodeLocalService)
addResourceCode
public ResourceCode addResourceCode(ResourceCode resourceCode)
throws SystemException
- Specified by:
addResourceCode
in interface ResourceCodeLocalService
- Throws:
SystemException
createResourceCode
public ResourceCode createResourceCode(long codeId)
- Specified by:
createResourceCode
in interface ResourceCodeLocalService
deleteResourceCode
public void deleteResourceCode(long codeId)
throws PortalException,
SystemException
- Specified by:
deleteResourceCode
in interface ResourceCodeLocalService
- Throws:
PortalException
SystemException
deleteResourceCode
public void deleteResourceCode(ResourceCode resourceCode)
throws SystemException
- Specified by:
deleteResourceCode
in interface ResourceCodeLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface ResourceCodeLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface ResourceCodeLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface ResourceCodeLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface ResourceCodeLocalService
- Throws:
SystemException
getResourceCode
public ResourceCode getResourceCode(long codeId)
throws PortalException,
SystemException
- Specified by:
getResourceCode
in interface ResourceCodeLocalService
- Throws:
PortalException
SystemException
getResourceCodes
public java.util.List<ResourceCode> getResourceCodes(int start,
int end)
throws SystemException
- Specified by:
getResourceCodes
in interface ResourceCodeLocalService
- Throws:
SystemException
getResourceCodesCount
public int getResourceCodesCount()
throws SystemException
- Specified by:
getResourceCodesCount
in interface ResourceCodeLocalService
- Throws:
SystemException
updateResourceCode
public ResourceCode updateResourceCode(ResourceCode resourceCode)
throws SystemException
- Specified by:
updateResourceCode
in interface ResourceCodeLocalService
- Throws:
SystemException
updateResourceCode
public ResourceCode updateResourceCode(ResourceCode resourceCode,
boolean merge)
throws SystemException
- Specified by:
updateResourceCode
in interface ResourceCodeLocalService
- Throws:
SystemException
addResourceCode
public ResourceCode addResourceCode(long companyId,
java.lang.String name,
int scope)
throws SystemException
- Specified by:
addResourceCode
in interface ResourceCodeLocalService
- Throws:
SystemException
checkResourceCodes
public void checkResourceCodes()
throws SystemException
- Specified by:
checkResourceCodes
in interface ResourceCodeLocalService
- Throws:
SystemException
checkResourceCodes
public void checkResourceCodes(long companyId,
java.lang.String name)
throws SystemException
- Specified by:
checkResourceCodes
in interface ResourceCodeLocalService
- Throws:
SystemException
getResourceCode
public ResourceCode getResourceCode(long companyId,
java.lang.String name,
int scope)
throws SystemException
- Specified by:
getResourceCode
in interface ResourceCodeLocalService
- Throws:
SystemException
getWrappedResourceCodeLocalService
public ResourceCodeLocalService getWrappedResourceCodeLocalService()