@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceAccountOrganizationRelLocalService
extends com.liferay.portal.kernel.service.BaseLocalService
CommerceAccountOrganizationRelLocalServiceUtilCommerceAccountOrganizationRel addCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel)
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.PortalExceptionCommerceAccountOrganizationRel createCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
CommerceAccountOrganizationRel deleteCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommerceAccountOrganizationRel deleteCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK) 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.PortalExceptionvoid deleteCommerceAccountOrganizationRelsByCommerceAccountId(long commerceAccountId)
void deleteCommerceAccountOrganizationRelsByOrganizationId(long organizationId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountOrganizationRel fetchCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
@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(int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(long commerceAccountId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(long commerceAccountId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRelsByOrganizationId(long organizationId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountOrganizationRelsByOrganizationIdCount(long organizationId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountOrganizationRelsCount()
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountOrganizationRelsCount(long commerceAccountId)
java.lang.String getOSGiServiceIdentifier()
CommerceAccountOrganizationRel updateCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel)