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 AccountEntryOrganizationReladdAccountEntryOrganizationRel(long accountEntryId, long organizationId) static voidaddAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) static voiddeleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) static voiddeleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) static AccountEntryOrganizationRelfetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) static AccountEntryOrganizationRelfetchAccountEntryOrganizationRel(long accountEntryId, long organizationId) static AccountEntryOrganizationRelgetAccountEntryOrganizationRel(long accountEntryId, long organizationId) static List<AccountEntryOrganizationRel>getAccountEntryOrganizationRels(long accountEntryId, int start, int end) static intgetAccountEntryOrganizationRelsCount(long accountEntryId) static StringReturns 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
-