public class CommercePriceListAccountRelServiceWrapper extends java.lang.Object implements CommercePriceListAccountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>
CommercePriceListAccountRelService.CommercePriceListAccountRelService| Constructor and Description |
|---|
CommercePriceListAccountRelServiceWrapper() |
CommercePriceListAccountRelServiceWrapper(CommercePriceListAccountRelService commercePriceListAccountRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePriceListAccountRel |
addCommercePriceListAccountRel(long commercePriceListId,
long commerceAccountId,
int order,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommercePriceListAccountRel(long commercePriceListAccountRelId) |
void |
deleteCommercePriceListAccountRelsByCommercePriceListId(long commercePriceListId) |
CommercePriceListAccountRel |
fetchCommercePriceListAccountRel(long commercePriceListId,
long commerceAccountId) |
CommercePriceListAccountRel |
getCommercePriceListAccountRel(long commercePriceListAccountRelId) |
java.util.List<CommercePriceListAccountRel> |
getCommercePriceListAccountRels(long commercePriceListId) |
java.util.List<CommercePriceListAccountRel> |
getCommercePriceListAccountRels(long commercePriceListId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) |
java.util.List<CommercePriceListAccountRel> |
getCommercePriceListAccountRels(long commercePriceListId,
java.lang.String name,
int start,
int end) |
int |
getCommercePriceListAccountRelsCount(long commercePriceListId) |
int |
getCommercePriceListAccountRelsCount(long commercePriceListId,
java.lang.String name) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePriceListAccountRelService |
getWrappedService() |
void |
setWrappedService(CommercePriceListAccountRelService commercePriceListAccountRelService) |
public CommercePriceListAccountRelServiceWrapper()
public CommercePriceListAccountRelServiceWrapper(CommercePriceListAccountRelService commercePriceListAccountRelService)
public CommercePriceListAccountRel addCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePriceListAccountRel in interface CommercePriceListAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommercePriceListAccountRel(long commercePriceListAccountRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePriceListAccountRel in interface CommercePriceListAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommercePriceListAccountRelsByCommercePriceListId(long commercePriceListId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePriceListAccountRelsByCommercePriceListId in interface CommercePriceListAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceListAccountRel fetchCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommercePriceListAccountRel in interface CommercePriceListAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceListAccountRel getCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListAccountRel in interface CommercePriceListAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListAccountRels in interface CommercePriceListAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListAccountRels in interface CommercePriceListAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId, java.lang.String name, int start, int end)
getCommercePriceListAccountRels in interface CommercePriceListAccountRelServicepublic int getCommercePriceListAccountRelsCount(long commercePriceListId)
throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListAccountRelsCount in interface CommercePriceListAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommercePriceListAccountRelsCount(long commercePriceListId,
java.lang.String name)
getCommercePriceListAccountRelsCount in interface CommercePriceListAccountRelServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePriceListAccountRelServicepublic CommercePriceListAccountRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>public void setWrappedService(CommercePriceListAccountRelService commercePriceListAccountRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>