@ProviderType public class CommerceDiscountCommerceAccountGroupRelServiceWrapper extends java.lang.Object implements CommerceDiscountCommerceAccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountCommerceAccountGroupRelService>
CommerceDiscountCommerceAccountGroupRelService.CommerceDiscountCommerceAccountGroupRelService| Constructor and Description |
|---|
CommerceDiscountCommerceAccountGroupRelServiceWrapper(CommerceDiscountCommerceAccountGroupRelService commerceDiscountCommerceAccountGroupRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountCommerceAccountGroupRel |
addCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId,
long commerceAccountGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId) |
java.util.List<CommerceDiscountCommerceAccountGroupRel> |
getCommerceDiscountCommerceAccountGroupRels(long commerceDiscountId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountCommerceAccountGroupRel> orderByComparator) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountCommerceAccountGroupRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountCommerceAccountGroupRelService commerceDiscountCommerceAccountGroupRelService) |
public CommerceDiscountCommerceAccountGroupRelServiceWrapper(CommerceDiscountCommerceAccountGroupRelService commerceDiscountCommerceAccountGroupRelService)
public CommerceDiscountCommerceAccountGroupRel addCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountCommerceAccountGroupRel in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountCommerceAccountGroupRel in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountCommerceAccountGroupRel> getCommerceDiscountCommerceAccountGroupRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountCommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountCommerceAccountGroupRels in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDiscountCommerceAccountGroupRelServicepublic CommerceDiscountCommerceAccountGroupRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountCommerceAccountGroupRelService>public void setWrappedService(CommerceDiscountCommerceAccountGroupRelService commerceDiscountCommerceAccountGroupRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountCommerceAccountGroupRelService>