public class AccountEntryUserRelServiceWrapper extends java.lang.Object implements AccountEntryUserRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
AccountEntryUserRelService
.AccountEntryUserRelService
Constructor and Description |
---|
AccountEntryUserRelServiceWrapper() |
AccountEntryUserRelServiceWrapper(AccountEntryUserRelService accountEntryUserRelService) |
Modifier and Type | Method and Description |
---|---|
AccountEntryUserRel |
addAccountEntryUserRel(long accountEntryId,
long creatorUserId,
java.lang.String screenName,
java.lang.String emailAddress,
java.util.Locale locale,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
long prefixId,
long suffixId,
java.lang.String jobTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AccountEntryUserRel |
addAccountEntryUserRelByEmailAddress(long accountEntryId,
java.lang.String emailAddress,
long[] accountRoleIds,
java.lang.String userExternalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addAccountEntryUserRels(long accountEntryId,
long[] accountUserIds) |
AccountEntryUserRel |
addPersonTypeAccountEntryUserRel(long accountEntryId,
long creatorUserId,
java.lang.String screenName,
java.lang.String emailAddress,
java.util.Locale locale,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
long prefixId,
long suffixId,
java.lang.String jobTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteAccountEntryUserRelByEmailAddress(long accountEntryId,
java.lang.String emailAddress) |
void |
deleteAccountEntryUserRels(long accountEntryId,
long[] accountUserIds) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntryUserRelService |
getWrappedService() |
void |
setPersonTypeAccountEntryUser(long accountEntryId,
long userId) |
void |
setWrappedService(AccountEntryUserRelService accountEntryUserRelService) |
public AccountEntryUserRelServiceWrapper()
public AccountEntryUserRelServiceWrapper(AccountEntryUserRelService accountEntryUserRelService)
public AccountEntryUserRel addAccountEntryUserRel(long accountEntryId, long creatorUserId, java.lang.String screenName, java.lang.String emailAddress, java.util.Locale locale, java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, long prefixId, long suffixId, java.lang.String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addAccountEntryUserRel
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
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 AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public void addAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException
addAccountEntryUserRels
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public AccountEntryUserRel addPersonTypeAccountEntryUserRel(long accountEntryId, long creatorUserId, java.lang.String screenName, java.lang.String emailAddress, java.util.Locale locale, java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, long prefixId, long suffixId, java.lang.String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addPersonTypeAccountEntryUserRel
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteAccountEntryUserRelByEmailAddress(long accountEntryId, java.lang.String emailAddress) throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntryUserRelByEmailAddress
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntryUserRels
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AccountEntryUserRelService
public void setPersonTypeAccountEntryUser(long accountEntryId, long userId) throws com.liferay.portal.kernel.exception.PortalException
setPersonTypeAccountEntryUser
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public 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>