Class AccountGroupRelServiceUtil

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

public class AccountGroupRelServiceUtil extends Object
Provides the remote service utility for AccountGroupRel. This utility wraps com.liferay.account.service.impl.AccountGroupRelServiceImpl 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

    • AccountGroupRelServiceUtil

      public AccountGroupRelServiceUtil()
  • Method Details

    • addAccountGroupRel

      public static AccountGroupRel addAccountGroupRel(long accountGroupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAccountGroupRels

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

      public static AccountGroupRel deleteAccountGroupRel(long accountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountGroupRels

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

      public static AccountGroupRel fetchAccountGroupRel(long accountGroupId, String className, long classPK) 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
    • getService

      public static AccountGroupRelService getService()