public class CommerceAccountUserRelServiceWrapper extends java.lang.Object implements CommerceAccountUserRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountUserRelService>
CommerceAccountUserRelService.CommerceAccountUserRelService| Constructor and Description |
|---|
CommerceAccountUserRelServiceWrapper() |
CommerceAccountUserRelServiceWrapper(CommerceAccountUserRelService commerceAccountUserRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAccountUserRel |
addCommerceAccountUserRel(long commerceAccountId,
long commerceAccountUserId,
long[] roleIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addCommerceAccountUserRels(long commerceAccountId,
long[] userIds,
java.lang.String[] emailAddresses,
long[] roleIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceAccountUserRel(long commerceAccountId,
long userId) |
void |
deleteCommerceAccountUserRels(long commerceAccountId) |
void |
deleteCommerceAccountUserRels(long commerceAccountId,
long[] userIds) |
CommerceAccountUserRel |
fetchCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) |
CommerceAccountUserRel |
getCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) |
java.util.List<CommerceAccountUserRel> |
getCommerceAccountUserRels(long commerceAccountId,
int start,
int end) |
int |
getCommerceAccountUserRelsCount(long commerceAccountId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountUserRelService |
getWrappedService() |
CommerceAccountUserRel |
inviteUser(long commerceAccountId,
java.lang.String emailAddress,
long[] roleIds,
java.lang.String userExternalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setWrappedService(CommerceAccountUserRelService commerceAccountUserRelService) |
public CommerceAccountUserRelServiceWrapper()
public CommerceAccountUserRelServiceWrapper(CommerceAccountUserRelService commerceAccountUserRelService)
public CommerceAccountUserRel addCommerceAccountUserRel(long commerceAccountId, long commerceAccountUserId, long[] roleIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccountUserRel in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addCommerceAccountUserRels(long commerceAccountId,
long[] userIds,
java.lang.String[] emailAddresses,
long[] roleIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccountUserRels in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountUserRel(long commerceAccountId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountUserRel in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountUserRels(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountUserRels in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountUserRels(long commerceAccountId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountUserRels in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountUserRel fetchCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceAccountUserRel in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountUserRel getCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountUserRel in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountUserRel> getCommerceAccountUserRels(long commerceAccountId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountUserRels in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAccountUserRelsCount(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountUserRelsCount in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAccountUserRelServicepublic CommerceAccountUserRel inviteUser(long commerceAccountId, java.lang.String emailAddress, long[] roleIds, java.lang.String userExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
inviteUser in interface CommerceAccountUserRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountUserRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountUserRelService>public void setWrappedService(CommerceAccountUserRelService commerceAccountUserRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountUserRelService>