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) |
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.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
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)
getCategoriesByCommerceDiscountId in interface CommerceDiscountRelServicepublic int getCategoriesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String name)
getCategoriesByCommerceDiscountIdCount in interface CommerceDiscountRelServicepublic 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)
getCommercePricingClassesByCommerceDiscountId in interface CommerceDiscountRelServicepublic int getCommercePricingClassesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String title)
getCommercePricingClassesByCommerceDiscountIdCount in interface CommerceDiscountRelServicepublic java.util.List<CommerceDiscountRel> getCPDefinitionsByCommerceDiscountId(long commerceDiscountId, java.lang.String name, java.lang.String languageId, int start, int end)
getCPDefinitionsByCommerceDiscountId in interface CommerceDiscountRelServicepublic int getCPDefinitionsByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String name,
java.lang.String languageId)
getCPDefinitionsByCommerceDiscountIdCount in interface CommerceDiscountRelServicepublic 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>