public class AccountGroupRelServiceUtil
extends java.lang.Object
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.AccountGroupRelService
Constructor and Description |
---|
AccountGroupRelServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static AccountGroupRel |
addAccountGroupRel(long accountGroupId,
java.lang.String className,
long classPK) |
static void |
addAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs) |
static void |
deleteAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static AccountGroupRelService |
getService() |
public static AccountGroupRel addAccountGroupRel(long accountGroupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void addAccountGroupRels(long accountGroupId, java.lang.String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteAccountGroupRels(long accountGroupId, java.lang.String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static AccountGroupRelService getService()