@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceAccountOrganizationRelService
extends com.liferay.portal.kernel.service.BaseService
CommerceAccountOrganizationRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceAccountOrganizationRel |
addCommerceAccountOrganizationRel(long commerceAccountId,
long organizationId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceAccountOrganizationRel(long commerceAccountId,
long organizationId) |
void |
deleteCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds) |
CommerceAccountOrganizationRel |
fetchCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK) |
CommerceAccountOrganizationRel |
getCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK) |
java.util.List<CommerceAccountOrganizationRel> |
getCommerceAccountOrganizationRels(long commerceAccountId) |
java.util.List<CommerceAccountOrganizationRel> |
getCommerceAccountOrganizationRels(long commerceAccountId,
int start,
int end) |
java.util.List<CommerceAccountOrganizationRel> |
getCommerceAccountOrganizationRelsByOrganizationId(long organizationId,
int start,
int end) |
int |
getCommerceAccountOrganizationRelsByOrganizationIdCount(long organizationId) |
int |
getCommerceAccountOrganizationRelsCount(long commerceAccountId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountOrganizationRel addCommerceAccountOrganizationRel(long commerceAccountId, long organizationId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid addCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAccountOrganizationRel(long commerceAccountId,
long organizationId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountOrganizationRel fetchCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountOrganizationRel getCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(long commerceAccountId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRelsByOrganizationId(long organizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountOrganizationRelsByOrganizationIdCount(long organizationId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountOrganizationRelsCount(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()