public class AccountEntryOrganizationRelServiceUtil
extends java.lang.Object
com.liferay.account.service.impl.AccountEntryOrganizationRelServiceImpl
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.AccountEntryOrganizationRelService
Constructor and Description |
---|
AccountEntryOrganizationRelServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static AccountEntryOrganizationRel |
addAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
static void |
addAccountEntryOrganizationRels(long accountEntryId,
long[] organizationIds) |
static void |
deleteAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
static void |
deleteAccountEntryOrganizationRels(long accountEntryId,
long[] organizationIds) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static AccountEntryOrganizationRelService |
getService() |
public AccountEntryOrganizationRelServiceUtil()
public static AccountEntryOrganizationRel addAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void addAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static AccountEntryOrganizationRelService getService()