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) |
| Modifier and Type | Method and Description |
|---|---|
AccountEntryOrganizationRel |
addAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
void |
addAccountEntryOrganizationRels(long accountEntryId,
long[] organizationIds) |
void |
deleteAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
void |
deleteAccountEntryOrganizationRels(long accountEntryId,
long[] organizationIds) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntryOrganizationRelService |
getWrappedService() |
void |
setWrappedService(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 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>