Class AccountEntryUserRelServiceWrapper

java.lang.Object
com.liferay.account.service.AccountEntryUserRelServiceWrapper
All Implemented Interfaces:
AccountEntryUserRelService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>

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

    • AccountEntryUserRelServiceWrapper

      public AccountEntryUserRelServiceWrapper()
    • AccountEntryUserRelServiceWrapper

      public AccountEntryUserRelServiceWrapper(AccountEntryUserRelService accountEntryUserRelService)
  • Method Details

    • addAccountEntryUserRel

      public AccountEntryUserRel addAccountEntryUserRel(long accountEntryId, long creatorUserId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountEntryUserRel in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAccountEntryUserRelByEmailAddress

      public AccountEntryUserRel addAccountEntryUserRelByEmailAddress(long accountEntryId, String emailAddress, long[] accountRoleIds, String userExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountEntryUserRelByEmailAddress in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAccountEntryUserRels

      public void addAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountEntryUserRels in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addPersonTypeAccountEntryUserRel

      public AccountEntryUserRel addPersonTypeAccountEntryUserRel(long accountEntryId, long creatorUserId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addPersonTypeAccountEntryUserRel in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntryUserRelByEmailAddress

      public void deleteAccountEntryUserRelByEmailAddress(long accountEntryId, String emailAddress) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountEntryUserRelByEmailAddress in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntryUserRels

      public void deleteAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountEntryUserRels in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountEntryUserRel

      public AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryUserRelId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchAccountEntryUserRel in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountEntryUserRel

      public AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchAccountEntryUserRel in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRel

      public AccountEntryUserRel getAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryUserRel in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRelsByAccountEntryId

      public List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryUserRelsByAccountEntryId in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRelsByAccountEntryId

      public List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryUserRelsByAccountEntryId in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRelsByAccountUserId

      public List<AccountEntryUserRel> getAccountEntryUserRelsByAccountUserId(long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryUserRelsByAccountUserId in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRelsCountByAccountEntryId

      public long getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryUserRelsCountByAccountEntryId in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface AccountEntryUserRelService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
      Returns:
      the OSGi service identifier
    • inviteUser

      public void inviteUser(long accountEntryId, long[] accountRoleIds, String emailAddress, com.liferay.portal.kernel.model.User inviter, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      inviteUser in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • setPersonTypeAccountEntryUser

      public void setPersonTypeAccountEntryUser(long accountEntryId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      setPersonTypeAccountEntryUser in interface AccountEntryUserRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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