com.liferay.portal.service
Class ResourceCodeLocalServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
ResourceCodeLocalServiceWrapper(ResourceCodeLocalService resourceCodeLocalService)
           
 
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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.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
 

Constructor Detail

ResourceCodeLocalServiceWrapper

public ResourceCodeLocalServiceWrapper(ResourceCodeLocalService resourceCodeLocalService)
Method Detail

addResourceCode

public ResourceCode addResourceCode(ResourceCode resourceCode)
                             throws com.liferay.portal.SystemException
Specified by:
addResourceCode in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

createResourceCode

public ResourceCode createResourceCode(long codeId)
Specified by:
createResourceCode in interface ResourceCodeLocalService

deleteResourceCode

public void deleteResourceCode(long codeId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
deleteResourceCode in interface ResourceCodeLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteResourceCode

public void deleteResourceCode(ResourceCode resourceCode)
                        throws com.liferay.portal.SystemException
Specified by:
deleteResourceCode in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

getResourceCode

public ResourceCode getResourceCode(long codeId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
getResourceCode in interface ResourceCodeLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getResourceCodes

public java.util.List<ResourceCode> getResourceCodes(int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Specified by:
getResourceCodes in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

getResourceCodesCount

public int getResourceCodesCount()
                          throws com.liferay.portal.SystemException
Specified by:
getResourceCodesCount in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

updateResourceCode

public ResourceCode updateResourceCode(ResourceCode resourceCode)
                                throws com.liferay.portal.SystemException
Specified by:
updateResourceCode in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

updateResourceCode

public ResourceCode updateResourceCode(ResourceCode resourceCode,
                                       boolean merge)
                                throws com.liferay.portal.SystemException
Specified by:
updateResourceCode in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

addResourceCode

public ResourceCode addResourceCode(long companyId,
                                    java.lang.String name,
                                    int scope)
                             throws com.liferay.portal.SystemException
Specified by:
addResourceCode in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

checkResourceCodes

public void checkResourceCodes()
                        throws com.liferay.portal.SystemException
Specified by:
checkResourceCodes in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

checkResourceCodes

public void checkResourceCodes(long companyId,
                               java.lang.String name)
                        throws com.liferay.portal.SystemException
Specified by:
checkResourceCodes in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

getResourceCode

public ResourceCode getResourceCode(long companyId,
                                    java.lang.String name,
                                    int scope)
                             throws com.liferay.portal.SystemException
Specified by:
getResourceCode in interface ResourceCodeLocalService
Throws:
com.liferay.portal.SystemException

getWrappedResourceCodeLocalService

public ResourceCodeLocalService getWrappedResourceCodeLocalService()