public class CommerceDiscountAccountRelServiceWrapper extends java.lang.Object implements CommerceDiscountAccountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
CommerceDiscountAccountRelService.CommerceDiscountAccountRelService| Constructor and Description |
|---|
CommerceDiscountAccountRelServiceWrapper() |
CommerceDiscountAccountRelServiceWrapper(CommerceDiscountAccountRelService commerceDiscountAccountRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountAccountRel |
addCommerceDiscountAccountRel(long commerceDiscountId,
long commerceAccountId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId) |
void |
deleteCommerceDiscountAccountRelsByCommerceDiscountId(long commerceDiscountId) |
CommerceDiscountAccountRel |
fetchCommerceDiscountAccountRel(long commerceAccountId,
long commerceDiscountId) |
CommerceDiscountAccountRel |
getCommerceDiscountAccountRel(long commerceDiscountAccountRelId) |
java.util.List<CommerceDiscountAccountRel> |
getCommerceDiscountAccountRels(long commerceDiscountId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) |
java.util.List<CommerceDiscountAccountRel> |
getCommerceDiscountAccountRels(long commerceDiscountId,
java.lang.String name,
int start,
int end) |
int |
getCommerceDiscountAccountRelsCount(long commerceDiscountId) |
int |
getCommerceDiscountAccountRelsCount(long commerceDiscountId,
java.lang.String name) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountAccountRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountAccountRelService commerceDiscountAccountRelService) |
public CommerceDiscountAccountRelServiceWrapper()
public CommerceDiscountAccountRelServiceWrapper(CommerceDiscountAccountRelService commerceDiscountAccountRelService)
public CommerceDiscountAccountRel addCommerceDiscountAccountRel(long commerceDiscountId, long commerceAccountId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountAccountRel in interface CommerceDiscountAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountAccountRel in interface CommerceDiscountAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceDiscountAccountRelsByCommerceDiscountId(long commerceDiscountId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountAccountRelsByCommerceDiscountId in interface CommerceDiscountAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountAccountRel fetchCommerceDiscountAccountRel(long commerceAccountId, long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceDiscountAccountRel in interface CommerceDiscountAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountAccountRel getCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountAccountRel in interface CommerceDiscountAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountAccountRels in interface CommerceDiscountAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, java.lang.String name, int start, int end)
getCommerceDiscountAccountRels in interface CommerceDiscountAccountRelServicepublic int getCommerceDiscountAccountRelsCount(long commerceDiscountId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountAccountRelsCount in interface CommerceDiscountAccountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceDiscountAccountRelsCount(long commerceDiscountId,
java.lang.String name)
getCommerceDiscountAccountRelsCount in interface CommerceDiscountAccountRelServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDiscountAccountRelServicepublic CommerceDiscountAccountRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>public void setWrappedService(CommerceDiscountAccountRelService commerceDiscountAccountRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>