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 AccountEntryOrganizationRel |
fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) |
static AccountEntryOrganizationRel |
fetchAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
static AccountEntryOrganizationRel |
getAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
static java.util.List<AccountEntryOrganizationRel> |
getAccountEntryOrganizationRels(long accountEntryId,
int start,
int end) |
static int |
getAccountEntryOrganizationRelsCount(long accountEntryId) |
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 AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getAccountEntryOrganizationRelsCount(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static AccountEntryOrganizationRelService getService()