public class CommerceDiscountRelServiceWrapper extends java.lang.Object implements CommerceDiscountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelService>
CommerceDiscountRelService.CommerceDiscountRelService| Constructor and Description |
|---|
CommerceDiscountRelServiceWrapper() |
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) |
void |
deleteCommerceDiscountRel(long commerceDiscountRelId) |
CommerceDiscountRel |
fetchCommerceDiscountRel(java.lang.String className,
long classPK) |
java.util.List<CommerceDiscountRel> |
getCategoriesByCommerceDiscountId(long commerceDiscountId,
java.lang.String name,
int start,
int end) |
int |
getCategoriesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String name) |
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.util.List<CommerceDiscountRel> |
getCommercePricingClassesByCommerceDiscountId(long commerceDiscountId,
java.lang.String title,
int start,
int end) |
int |
getCommercePricingClassesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String title) |
java.util.List<CommerceDiscountRel> |
getCPDefinitionsByCommerceDiscountId(long commerceDiscountId,
java.lang.String name,
java.lang.String languageId,
int start,
int end) |
int |
getCPDefinitionsByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String name,
java.lang.String languageId) |
java.util.List<CommerceDiscountRel> |
getCPInstancesByCommerceDiscountId(long commerceDiscountId,
java.lang.String sku,
int start,
int end) |
int |
getCPInstancesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String sku) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountRelService commerceDiscountRelService) |
public CommerceDiscountRelServiceWrapper()
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
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 java.util.List<CommerceDiscountRel> getCategoriesByCommerceDiscountId(long commerceDiscountId, java.lang.String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCategoriesByCommerceDiscountId in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCategoriesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
getCategoriesByCommerceDiscountIdCount 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.util.List<CommerceDiscountRel> getCommercePricingClassesByCommerceDiscountId(long commerceDiscountId, java.lang.String title, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClassesByCommerceDiscountId in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommercePricingClassesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClassesByCommerceDiscountIdCount in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountRel> getCPDefinitionsByCommerceDiscountId(long commerceDiscountId, java.lang.String name, java.lang.String languageId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionsByCommerceDiscountId in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCPDefinitionsByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String name,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionsByCommerceDiscountIdCount in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountRel> getCPInstancesByCommerceDiscountId(long commerceDiscountId, java.lang.String sku, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCPInstancesByCommerceDiscountId in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCPInstancesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String sku)
throws com.liferay.portal.kernel.exception.PortalException
getCPInstancesByCommerceDiscountIdCount 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>