public class CommerceDiscountOrderTypeRelServiceWrapper extends java.lang.Object implements CommerceDiscountOrderTypeRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>
CommerceDiscountOrderTypeRelService
.CommerceDiscountOrderTypeRelService
Constructor and Description |
---|
CommerceDiscountOrderTypeRelServiceWrapper() |
CommerceDiscountOrderTypeRelServiceWrapper(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService) |
Modifier and Type | Method and Description |
---|---|
CommerceDiscountOrderTypeRel |
addCommerceDiscountOrderTypeRel(long commerceDiscountId,
long commerceOrderTypeId,
int priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) |
CommerceDiscountOrderTypeRel |
fetchCommerceDiscountOrderTypeRel(long commerceDiscountId,
long commerceOrderTypeId) |
CommerceDiscountOrderTypeRel |
getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) |
java.util.List<CommerceDiscountOrderTypeRel> |
getCommerceDiscountOrderTypeRels(long commerceDiscountId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) |
int |
getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId,
java.lang.String name) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountOrderTypeRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService) |
public CommerceDiscountOrderTypeRelServiceWrapper()
public CommerceDiscountOrderTypeRelServiceWrapper(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService)
public CommerceDiscountOrderTypeRel addCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountOrderTypeRel
in interface CommerceDiscountOrderTypeRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountOrderTypeRel
in interface CommerceDiscountOrderTypeRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceDiscountOrderTypeRel
in interface CommerceDiscountOrderTypeRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountOrderTypeRel
in interface CommerceDiscountOrderTypeRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(long commerceDiscountId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountOrderTypeRels
in interface CommerceDiscountOrderTypeRelService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountOrderTypeRelsCount
in interface CommerceDiscountOrderTypeRelService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceDiscountOrderTypeRelService
public CommerceDiscountOrderTypeRelService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>
public void setWrappedService(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>