Package com.liferay.account.service
Class AccountGroupRelServiceUtil
java.lang.Object
com.liferay.account.service.AccountGroupRelServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccountGroupRel
addAccountGroupRel
(long accountGroupId, String className, long classPK) static void
addAccountGroupRels
(long accountGroupId, String className, long[] classPKs) static AccountGroupRel
deleteAccountGroupRel
(long accountGroupRelId) static void
deleteAccountGroupRels
(long accountGroupId, String className, long[] classPKs) static AccountGroupRel
fetchAccountGroupRel
(long accountGroupId, String className, long classPK) static String
Returns the OSGi service identifier.static AccountGroupRelService
-
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
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-