@ProviderType public class CommerceAccountOrganizationRelServiceWrapper extends java.lang.Object implements CommerceAccountOrganizationRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountOrganizationRelService>
CommerceAccountOrganizationRelService.CommerceAccountOrganizationRelService| Constructor and Description |
|---|
CommerceAccountOrganizationRelServiceWrapper(CommerceAccountOrganizationRelService commerceAccountOrganizationRelService) |
| 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 |
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.
|
CommerceAccountOrganizationRelService |
getWrappedService() |
void |
setWrappedService(CommerceAccountOrganizationRelService commerceAccountOrganizationRelService) |
public CommerceAccountOrganizationRelServiceWrapper(CommerceAccountOrganizationRelService commerceAccountOrganizationRelService)
public CommerceAccountOrganizationRel addCommerceAccountOrganizationRel(long commerceAccountId, long organizationId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountOrganizationRel(long commerceAccountId,
long organizationId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountOrganizationRel getCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(long commerceAccountId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRelsByOrganizationId(long organizationId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountOrganizationRelsByOrganizationId in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAccountOrganizationRelsByOrganizationIdCount(long organizationId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountOrganizationRelsByOrganizationIdCount in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAccountOrganizationRelsCount(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountOrganizationRelsCount in interface CommerceAccountOrganizationRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAccountOrganizationRelServicepublic CommerceAccountOrganizationRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountOrganizationRelService>public void setWrappedService(CommerceAccountOrganizationRelService commerceAccountOrganizationRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountOrganizationRelService>