Package com.liferay.account.service
Class AccountEntryUserRelServiceWrapper
java.lang.Object
com.liferay.account.service.AccountEntryUserRelServiceWrapper
- All Implemented Interfaces:
AccountEntryUserRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
public class AccountEntryUserRelServiceWrapper
extends Object
implements AccountEntryUserRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
Provides a wrapper for
AccountEntryUserRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountEntryUserRelServiceWrapper(AccountEntryUserRelService accountEntryUserRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddAccountEntryUserRel(long accountEntryId, long creatorUserId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAccountEntryUserRelByEmailAddress(long accountEntryId, String emailAddress, long[] accountRoleIds, String userExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidaddAccountEntryUserRels(long accountEntryId, long[] accountUserIds) addPersonTypeAccountEntryUserRel(long accountEntryId, long creatorUserId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteAccountEntryUserRelByEmailAddress(long accountEntryId, String emailAddress) voiddeleteAccountEntryUserRels(long accountEntryId, long[] accountUserIds) fetchAccountEntryUserRel(long accountEntryUserRelId) fetchAccountEntryUserRel(long accountEntryId, long accountUserId) getAccountEntryUserRel(long accountEntryId, long accountUserId) getAccountEntryUserRelsByAccountEntryId(long accountEntryId) getAccountEntryUserRelsByAccountEntryId(long accountEntryId, int start, int end) getAccountEntryUserRelsByAccountUserId(long accountUserId) longgetAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) Returns the OSGi service identifier.voidinviteUser(long accountEntryId, long[] accountRoleIds, String emailAddress, com.liferay.portal.kernel.model.User inviter, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetPersonTypeAccountEntryUser(long accountEntryId, long userId) voidsetWrappedService(AccountEntryUserRelService accountEntryUserRelService)
-
Constructor Details
-
AccountEntryUserRelServiceWrapper
public AccountEntryUserRelServiceWrapper() -
AccountEntryUserRelServiceWrapper
-
-
Method Details
-
addAccountEntryUserRel
public AccountEntryUserRel addAccountEntryUserRel(long accountEntryId, long creatorUserId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountEntryUserRelin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAccountEntryUserRelByEmailAddress
public AccountEntryUserRel addAccountEntryUserRelByEmailAddress(long accountEntryId, String emailAddress, long[] accountRoleIds, String userExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountEntryUserRelByEmailAddressin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAccountEntryUserRels
public void addAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountEntryUserRelsin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPersonTypeAccountEntryUserRel
public AccountEntryUserRel addPersonTypeAccountEntryUserRel(long accountEntryId, long creatorUserId, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, String jobTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addPersonTypeAccountEntryUserRelin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryUserRelByEmailAddress
public void deleteAccountEntryUserRelByEmailAddress(long accountEntryId, String emailAddress) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntryUserRelByEmailAddressin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryUserRels
public void deleteAccountEntryUserRels(long accountEntryId, long[] accountUserIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntryUserRelsin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntryUserRel
public AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryUserRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountEntryUserRelin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntryUserRel
public AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountEntryUserRelin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryUserRel
public AccountEntryUserRel getAccountEntryUserRel(long accountEntryId, long accountUserId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryUserRelin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryUserRelsByAccountEntryId
public List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryUserRelsByAccountEntryIdin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryUserRelsByAccountEntryId
public List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryUserRelsByAccountEntryIdin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryUserRelsByAccountUserId
public List<AccountEntryUserRel> getAccountEntryUserRelsByAccountUserId(long accountUserId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryUserRelsByAccountUserIdin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryUserRelsCountByAccountEntryId
public long getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryUserRelsCountByAccountEntryIdin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAccountEntryUserRelService- Returns:
- the OSGi service identifier
-
inviteUser
public void inviteUser(long accountEntryId, long[] accountRoleIds, String emailAddress, com.liferay.portal.kernel.model.User inviter, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
inviteUserin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setPersonTypeAccountEntryUser
public void setPersonTypeAccountEntryUser(long accountEntryId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setPersonTypeAccountEntryUserin interfaceAccountEntryUserRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
-