Package com.liferay.account.service
Class AccountEntryOrganizationRelServiceUtil
java.lang.Object
com.liferay.account.service.AccountEntryOrganizationRelServiceUtil
Provides the remote service utility for AccountEntryOrganizationRel. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 List<AccountEntryOrganizationRel>
getAccountEntryOrganizationRels
(long accountEntryId, int start, int end) static int
getAccountEntryOrganizationRelsCount
(long accountEntryId) static String
Returns the OSGi service identifier.
-
Constructor Details
-
AccountEntryOrganizationRelServiceUtil
public AccountEntryOrganizationRelServiceUtil()
-
-
Method Details
-
addAccountEntryOrganizationRel
public static AccountEntryOrganizationRel addAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAccountEntryOrganizationRels
public static void addAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRel
public static void deleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRels
public static void deleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntryOrganizationRel
public static AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntryOrganizationRel
public static AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryOrganizationRel
public static AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryOrganizationRels
public static List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryOrganizationRelsCount
public static int getAccountEntryOrganizationRelsCount(long accountEntryId) 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
-