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 AccountEntryOrganizationRelService
com.liferay.portal.kernel.exception.PortalException
public void addAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
addAccountEntryOrganizationRels
in interface AccountEntryOrganizationRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntryOrganizationRel
in interface AccountEntryOrganizationRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntryOrganizationRels
in interface AccountEntryOrganizationRelService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AccountEntryOrganizationRelService
public 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>