Class AccountGroupRelServiceWrapper

java.lang.Object
com.liferay.account.service.AccountGroupRelServiceWrapper
All Implemented Interfaces:
AccountGroupRelService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>

public class AccountGroupRelServiceWrapper extends Object implements AccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
Provides a wrapper for AccountGroupRelService.
See Also:
Generated:
  • Constructor Details

    • AccountGroupRelServiceWrapper

      public AccountGroupRelServiceWrapper()
    • AccountGroupRelServiceWrapper

      public AccountGroupRelServiceWrapper(AccountGroupRelService accountGroupRelService)
  • Method Details

    • addAccountGroupRel

      public AccountGroupRel addAccountGroupRel(long accountGroupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountGroupRel in interface AccountGroupRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAccountGroupRels

      public void addAccountGroupRels(long accountGroupId, String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountGroupRels in interface AccountGroupRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountGroupRel

      public AccountGroupRel deleteAccountGroupRel(long accountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountGroupRel in interface AccountGroupRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountGroupRels

      public void deleteAccountGroupRels(long accountGroupId, String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountGroupRels in interface AccountGroupRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountGroupRel

      public AccountGroupRel fetchAccountGroupRel(long accountGroupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchAccountGroupRel in interface AccountGroupRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface AccountGroupRelService
      Returns:
      the OSGi service identifier
    • getWrappedService

      public AccountGroupRelService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
    • setWrappedService

      public void setWrappedService(AccountGroupRelService accountGroupRelService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>