Class AccountEntryUserRelServiceUtil

java.lang.Object
com.liferay.account.service.AccountEntryUserRelServiceUtil

public class AccountEntryUserRelServiceUtil extends Object
Provides the remote service utility for AccountEntryUserRel. This utility wraps com.liferay.account.service.impl.AccountEntryUserRelServiceImpl and is an access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Constructor Details

    • AccountEntryUserRelServiceUtil

      public AccountEntryUserRelServiceUtil()
  • Method Details

    • addAccountEntryUserRel

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAccountEntryUserRelByEmailAddress

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

      public static void addAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addPersonTypeAccountEntryUserRel

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntryUserRelByEmailAddress

      public static void deleteAccountEntryUserRelByEmailAddress(long accountEntryId, String emailAddress) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntryUserRels

      public static void deleteAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountEntryUserRel

      public static AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryUserRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountEntryUserRel

      public static AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRel

      public static AccountEntryUserRel getAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRelsByAccountEntryId

      public static List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRelsByAccountEntryId

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

      public static List<AccountEntryUserRel> getAccountEntryUserRelsByAccountUserId(long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryUserRelsCountByAccountEntryId

      public static long getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • inviteUser

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • setPersonTypeAccountEntryUser

      public static void setPersonTypeAccountEntryUser(long accountEntryId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static AccountEntryUserRelService getService()