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 prefixListTypeId,
long suffixListTypeId,
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 prefixListTypeId,
long suffixListTypeId,
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) |
AccountEntryUserRel |
fetchAccountEntryUserRel(long accountEntryUserRelId) |
AccountEntryUserRel |
fetchAccountEntryUserRel(long accountEntryId,
long accountUserId) |
AccountEntryUserRel |
getAccountEntryUserRel(long accountEntryId,
long accountUserId) |
java.util.List<AccountEntryUserRel> |
getAccountEntryUserRelsByAccountEntryId(long accountEntryId) |
java.util.List<AccountEntryUserRel> |
getAccountEntryUserRelsByAccountEntryId(long accountEntryId,
int start,
int end) |
java.util.List<AccountEntryUserRel> |
getAccountEntryUserRelsByAccountUserId(long accountUserId) |
long |
getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntryUserRelService |
getWrappedService() |
void |
inviteUser(long accountEntryId,
long[] accountRoleIds,
java.lang.String emailAddress,
com.liferay.portal.kernel.model.User inviter,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 prefixListTypeId, long suffixListTypeId, java.lang.String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addAccountEntryUserRel in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 addAccountEntryUserRels(long accountEntryId,
long[] accountUserIds)
throws com.liferay.portal.kernel.exception.PortalException
addAccountEntryUserRels in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 prefixListTypeId, long suffixListTypeId, java.lang.String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addPersonTypeAccountEntryUserRel 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 void deleteAccountEntryUserRels(long accountEntryId,
long[] accountUserIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntryUserRels in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryUserRelId) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountEntryUserRel in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountEntryUserRel in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntryUserRel getAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRel in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRelsByAccountEntryId in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRelsByAccountEntryId in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountUserId(long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRelsByAccountUserId in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic long getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId)
throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRelsCountByAccountEntryId in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AccountEntryUserRelServicepublic void inviteUser(long accountEntryId,
long[] accountRoleIds,
java.lang.String emailAddress,
com.liferay.portal.kernel.model.User inviter,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
inviteUser in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void setPersonTypeAccountEntryUser(long accountEntryId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
setPersonTypeAccountEntryUser in interface AccountEntryUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>