public class CommerceDiscountAccountRelServiceWrapper extends java.lang.Object implements CommerceDiscountAccountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
CommerceDiscountAccountRelService
.CommerceDiscountAccountRelService
Constructor and Description |
---|
CommerceDiscountAccountRelServiceWrapper() |
CommerceDiscountAccountRelServiceWrapper(CommerceDiscountAccountRelService commerceDiscountAccountRelService) |
Modifier and Type | Method and Description |
---|---|
CommerceDiscountAccountRel |
addCommerceDiscountAccountRel(long commerceDiscountId,
long commerceAccountId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId) |
void |
deleteCommerceDiscountAccountRelsByCommerceDiscountId(long commerceDiscountId) |
CommerceDiscountAccountRel |
fetchCommerceDiscountAccountRel(long commerceAccountId,
long commerceDiscountId) |
CommerceDiscountAccountRel |
getCommerceDiscountAccountRel(long commerceDiscountAccountRelId) |
java.util.List<CommerceDiscountAccountRel> |
getCommerceDiscountAccountRels(long commerceDiscountId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) |
java.util.List<CommerceDiscountAccountRel> |
getCommerceDiscountAccountRels(long commerceDiscountId,
java.lang.String name,
int start,
int end) |
int |
getCommerceDiscountAccountRelsCount(long commerceDiscountId) |
int |
getCommerceDiscountAccountRelsCount(long commerceDiscountId,
java.lang.String name) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountAccountRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountAccountRelService commerceDiscountAccountRelService) |
public CommerceDiscountAccountRelServiceWrapper()
public CommerceDiscountAccountRelServiceWrapper(CommerceDiscountAccountRelService commerceDiscountAccountRelService)
public CommerceDiscountAccountRel addCommerceDiscountAccountRel(long commerceDiscountId, long commerceAccountId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountAccountRel
in interface CommerceDiscountAccountRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountAccountRel
in interface CommerceDiscountAccountRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceDiscountAccountRelsByCommerceDiscountId(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountAccountRelsByCommerceDiscountId
in interface CommerceDiscountAccountRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceDiscountAccountRel fetchCommerceDiscountAccountRel(long commerceAccountId, long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceDiscountAccountRel
in interface CommerceDiscountAccountRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceDiscountAccountRel getCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountAccountRel
in interface CommerceDiscountAccountRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountAccountRels
in interface CommerceDiscountAccountRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, java.lang.String name, int start, int end)
getCommerceDiscountAccountRels
in interface CommerceDiscountAccountRelService
public int getCommerceDiscountAccountRelsCount(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountAccountRelsCount
in interface CommerceDiscountAccountRelService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceDiscountAccountRelsCount(long commerceDiscountId, java.lang.String name)
getCommerceDiscountAccountRelsCount
in interface CommerceDiscountAccountRelService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceDiscountAccountRelService
public CommerceDiscountAccountRelService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
public void setWrappedService(CommerceDiscountAccountRelService commerceDiscountAccountRelService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>