public class CommerceAccountOrganizationRelServiceWrapper extends java.lang.Object implements CommerceAccountOrganizationRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountOrganizationRelService>
CommerceAccountOrganizationRelService.CommerceAccountOrganizationRelService| Constructor and Description |
|---|
CommerceAccountOrganizationRelServiceWrapper() |
CommerceAccountOrganizationRelServiceWrapper(CommerceAccountOrganizationRelService commerceAccountOrganizationRelService) |
public CommerceAccountOrganizationRelServiceWrapper()
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 fetchCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceAccountOrganizationRel 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>