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:
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 com.liferay.portal.kernel.exception.SystemException
- Specified by:
addResourceCode
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createResourceCode
public ResourceCode createResourceCode(long codeId)
- Specified by:
createResourceCode
in interface ResourceCodeLocalService
deleteResourceCode
public void deleteResourceCode(long codeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteResourceCode
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteResourceCode
public void deleteResourceCode(ResourceCode resourceCode)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteResourceCode
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getResourceCode
public ResourceCode getResourceCode(long codeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getResourceCode
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getResourceCodes
public java.util.List<ResourceCode> getResourceCodes(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getResourceCodes
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getResourceCodesCount
public int getResourceCodesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getResourceCodesCount
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateResourceCode
public ResourceCode updateResourceCode(ResourceCode resourceCode)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateResourceCode
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateResourceCode
public ResourceCode updateResourceCode(ResourceCode resourceCode,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateResourceCode
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addResourceCode
public ResourceCode addResourceCode(long companyId,
java.lang.String name,
int scope)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addResourceCode
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
checkResourceCodes
public void checkResourceCodes()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkResourceCodes
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
checkResourceCodes
public void checkResourceCodes(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkResourceCodes
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getResourceCode
public ResourceCode getResourceCode(long companyId,
java.lang.String name,
int scope)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getResourceCode
in interface ResourceCodeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedResourceCodeLocalService
public ResourceCodeLocalService getWrappedResourceCodeLocalService()