public class AccountEntryOrganizationRelServiceWrapper extends java.lang.Object implements AccountEntryOrganizationRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelService>
AccountEntryOrganizationRelService.AccountEntryOrganizationRelService| Constructor and Description |
|---|
AccountEntryOrganizationRelServiceWrapper() |
AccountEntryOrganizationRelServiceWrapper(AccountEntryOrganizationRelService accountEntryOrganizationRelService) |
public AccountEntryOrganizationRelServiceWrapper()
public AccountEntryOrganizationRelServiceWrapper(AccountEntryOrganizationRelService accountEntryOrganizationRelService)
public AccountEntryOrganizationRel addAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
addAccountEntryOrganizationRel in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addAccountEntryOrganizationRels(long accountEntryId,
long[] organizationIds)
throws com.liferay.portal.kernel.exception.PortalException
addAccountEntryOrganizationRels in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAccountEntryOrganizationRel(long accountEntryId,
long organizationId)
throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntryOrganizationRel in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAccountEntryOrganizationRels(long accountEntryId,
long[] organizationIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntryOrganizationRels in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountEntryOrganizationRel in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountEntryOrganizationRel in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryOrganizationRel in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryOrganizationRels in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getAccountEntryOrganizationRelsCount(long accountEntryId)
throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryOrganizationRelsCount in interface AccountEntryOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AccountEntryOrganizationRelServicepublic AccountEntryOrganizationRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelService>public void setWrappedService(AccountEntryOrganizationRelService accountEntryOrganizationRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelService>