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 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 prefixListTypeId, long suffixListTypeId, 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 AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryUserRelId) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountEntryUserRel
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountEntryUserRel
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public AccountEntryUserRel getAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRel
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRelsByAccountEntryId
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRelsByAccountEntryId
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<AccountEntryUserRel> getAccountEntryUserRelsByAccountUserId(long accountUserId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRelsByAccountUserId
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public long getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntryUserRelsCountByAccountEntryId
in interface AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AccountEntryUserRelService
public 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 AccountEntryUserRelService
com.liferay.portal.kernel.exception.PortalException
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>