public class CommerceDiscountRelServiceWrapper extends java.lang.Object implements CommerceDiscountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelService>
CommerceDiscountRelService.CommerceDiscountRelService| Constructor and Description |
|---|
CommerceDiscountRelServiceWrapper(CommerceDiscountRelService commerceDiscountRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountRel |
addCommerceDiscountRel(long commerceDiscountId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteCommerceDiscountRel(long commerceDiscountRelId) |
CommerceDiscountRel |
fetchCommerceDiscountRel(java.lang.String className,
long classPK) |
long[] |
getClassPKs(long commerceDiscountId,
java.lang.String className) |
CommerceDiscountRel |
getCommerceDiscountRel(long commerceDiscountRelId) |
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(long commerceDiscountId,
java.lang.String className) |
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(long commerceDiscountId,
java.lang.String className,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountRel> orderByComparator) |
int |
getCommerceDiscountRelsCount(long commerceDiscountId,
java.lang.String className) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountRelService commerceDiscountRelService) |
public CommerceDiscountRelServiceWrapper(CommerceDiscountRelService commerceDiscountRelService)
public CommerceDiscountRel addCommerceDiscountRel(long commerceDiscountId, java.lang.String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
CommerceDiscountRelServiceUtil to access the commerce discount rel remote service. Add custom service methods to com.liferay.commerce.discount.service.impl.CommerceDiscountRelServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addCommerceDiscountRel in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceDiscountRel(long commerceDiscountRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountRel in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountRel fetchCommerceDiscountRel(java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceDiscountRel in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getClassPKs(long commerceDiscountId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException
getClassPKs in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountRel getCommerceDiscountRel(long commerceDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRel in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountRel> getCommerceDiscountRels(long commerceDiscountId, java.lang.String className) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRels in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountRel> getCommerceDiscountRels(long commerceDiscountId, java.lang.String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRels in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceDiscountRelsCount(long commerceDiscountId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRelsCount in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDiscountRelServicepublic CommerceDiscountRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelService>public void setWrappedService(CommerceDiscountRelService commerceDiscountRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelService>