public class AccountEntryUserRelServiceWrapper extends java.lang.Object implements AccountEntryUserRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
AccountEntryUserRelService.AccountEntryUserRelService| Constructor and Description |
|---|
AccountEntryUserRelServiceWrapper(AccountEntryUserRelService accountEntryUserRelService) |
| Modifier and Type | Method and Description |
|---|---|
AccountEntryUserRel |
addAccountEntryUserRelByEmailAddress(long accountEntryId,
java.lang.String emailAddress,
long[] accountRoleIds,
java.lang.String userExternalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteAccountEntryUserRelByEmailAddress(long accountEntryId,
java.lang.String emailAddress) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntryUserRelService |
getWrappedService() |
void |
setWrappedService(AccountEntryUserRelService accountEntryUserRelService) |
public AccountEntryUserRelServiceWrapper(AccountEntryUserRelService accountEntryUserRelService)
public AccountEntryUserRel addAccountEntryUserRelByEmailAddress(long accountEntryId, java.lang.String emailAddress, long[] accountRoleIds, java.lang.String userExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addAccountEntryUserRelByEmailAddress in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAccountEntryUserRelByEmailAddress(long accountEntryId,
java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntryUserRelByEmailAddress in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AccountEntryUserRelServicepublic AccountEntryUserRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>public void setWrappedService(AccountEntryUserRelService accountEntryUserRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>