@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceAccountUserRelLocalService
extends com.liferay.portal.kernel.service.BaseLocalService
CommerceAccountUserRelLocalServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceAccountUserRel |
addCommerceAccountUserRel(CommerceAccountUserRel commerceAccountUserRel) |
CommerceAccountUserRel |
addCommerceAccountUserRel(long commerceAccountId,
long commerceAccountUserId,
long[] roleIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccountUserRel |
addCommerceAccountUserRel(long commerceAccountId,
long commerceAccountUserId,
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 |
addDefaultRoles(long userId) |
CommerceAccountUserRel |
createCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) |
CommerceAccountUserRel |
deleteCommerceAccountUserRel(CommerceAccountUserRel commerceAccountUserRel) |
CommerceAccountUserRel |
deleteCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) |
void |
deleteCommerceAccountUserRels(long commerceAccountId,
long[] userIds) |
void |
deleteCommerceAccountUserRelsByCommerceAccountId(long commerceAccountId) |
void |
deleteCommerceAccountUserRelsByCommerceAccountUserId(long userId) |
CommerceAccountUserRel |
fetchCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) |
CommerceAccountUserRel |
getCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) |
java.util.List<CommerceAccountUserRel> |
getCommerceAccountUserRels(int start,
int end) |
java.util.List<CommerceAccountUserRel> |
getCommerceAccountUserRels(long commerceAccountId) |
java.util.List<CommerceAccountUserRel> |
getCommerceAccountUserRels(long commerceAccountId,
int start,
int end) |
java.util.List<CommerceAccountUserRel> |
getCommerceAccountUserRelsByCommerceAccountUserId(long commerceAccountUserId) |
int |
getCommerceAccountUserRelsCount() |
int |
getCommerceAccountUserRelsCount(long commerceAccountId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountUserRel |
inviteUser(long commerceAccountId,
java.lang.String emailAddress,
long[] roleIds,
java.lang.String userExternalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccountUserRel |
updateCommerceAccountUserRel(CommerceAccountUserRel commerceAccountUserRel) |
CommerceAccountUserRel addCommerceAccountUserRel(CommerceAccountUserRel commerceAccountUserRel)
CommerceAccountUserRel addCommerceAccountUserRel(long commerceAccountId, long commerceAccountUserId, long[] roleIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommerceAccountUserRel addCommerceAccountUserRel(long commerceAccountId, long commerceAccountUserId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid 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
com.liferay.portal.kernel.exception.PortalExceptionvoid addDefaultRoles(long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommerceAccountUserRel createCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK)
CommerceAccountUserRel deleteCommerceAccountUserRel(CommerceAccountUserRel commerceAccountUserRel)
CommerceAccountUserRel deleteCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAccountUserRels(long commerceAccountId,
long[] userIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAccountUserRelsByCommerceAccountId(long commerceAccountId)
void deleteCommerceAccountUserRelsByCommerceAccountUserId(long userId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountUserRel fetchCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK)
@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountUserRel getCommerceAccountUserRel(CommerceAccountUserRelPK commerceAccountUserRelPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountUserRel> getCommerceAccountUserRels(int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountUserRel> getCommerceAccountUserRels(long commerceAccountId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountUserRel> getCommerceAccountUserRels(long commerceAccountId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountUserRel> getCommerceAccountUserRelsByCommerceAccountUserId(long commerceAccountUserId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountUserRelsCount()
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountUserRelsCount(long commerceAccountId)
java.lang.String getOSGiServiceIdentifier()
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
com.liferay.portal.kernel.exception.PortalExceptionCommerceAccountUserRel updateCommerceAccountUserRel(CommerceAccountUserRel commerceAccountUserRel)