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) void
addAccountEntryUserRels
(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) void
deleteAccountEntryUserRelByEmailAddress
(long accountEntryId, String emailAddress) void
deleteAccountEntryUserRels
(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) long
getAccountEntryUserRelsCountByAccountEntryId
(long accountEntryId) Returns the OSGi service identifier.void
inviteUser
(long accountEntryId, long[] accountRoleIds, 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)
-
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:
addAccountEntryUserRel
in 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:
addAccountEntryUserRelByEmailAddress
in 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:
addAccountEntryUserRels
in 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:
addPersonTypeAccountEntryUserRel
in 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:
deleteAccountEntryUserRelByEmailAddress
in 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:
deleteAccountEntryUserRels
in interfaceAccountEntryUserRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntryUserRel
public AccountEntryUserRel fetchAccountEntryUserRel(long accountEntryUserRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountEntryUserRel
in 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:
fetchAccountEntryUserRel
in 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:
getAccountEntryUserRel
in interfaceAccountEntryUserRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryUserRelsByAccountEntryId
public List<AccountEntryUserRel> getAccountEntryUserRelsByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryUserRelsByAccountEntryId
in 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:
getAccountEntryUserRelsByAccountEntryId
in interfaceAccountEntryUserRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryUserRelsByAccountUserId
public List<AccountEntryUserRel> getAccountEntryUserRelsByAccountUserId(long accountUserId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryUserRelsByAccountUserId
in interfaceAccountEntryUserRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryUserRelsCountByAccountEntryId
public long getAccountEntryUserRelsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryUserRelsCountByAccountEntryId
in interfaceAccountEntryUserRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
inviteUser
in 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:
setPersonTypeAccountEntryUser
in interfaceAccountEntryUserRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryUserRelService>
-