public class CommerceDiscountCommerceAccountGroupRelServiceWrapper extends java.lang.Object implements CommerceDiscountCommerceAccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountCommerceAccountGroupRelService>
CommerceDiscountCommerceAccountGroupRelService.CommerceDiscountCommerceAccountGroupRelService| Constructor and Description |
|---|
CommerceDiscountCommerceAccountGroupRelServiceWrapper(CommerceDiscountCommerceAccountGroupRelService commerceDiscountCommerceAccountGroupRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountCommerceAccountGroupRel |
addCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId,
long commerceAccountGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId) |
CommerceDiscountCommerceAccountGroupRel |
fetchCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId,
long commerceAccountGroupId) |
CommerceDiscountCommerceAccountGroupRel |
getCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId) |
java.util.List<CommerceDiscountCommerceAccountGroupRel> |
getCommerceDiscountCommerceAccountGroupRels(long commerceDiscountId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountCommerceAccountGroupRel> orderByComparator) |
int |
getCommerceDiscountCommerceAccountGroupRelsCount(long commerceDiscountId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountCommerceAccountGroupRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountCommerceAccountGroupRelService commerceDiscountCommerceAccountGroupRelService) |
public CommerceDiscountCommerceAccountGroupRelServiceWrapper(CommerceDiscountCommerceAccountGroupRelService commerceDiscountCommerceAccountGroupRelService)
public CommerceDiscountCommerceAccountGroupRel addCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
CommerceDiscountCommerceAccountGroupRelServiceUtil to access the commerce discount commerce account group rel remote service. Add custom service methods to com.liferay.commerce.discount.service.impl.CommerceDiscountCommerceAccountGroupRelServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addCommerceDiscountCommerceAccountGroupRel in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountCommerceAccountGroupRel in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountCommerceAccountGroupRel fetchCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId, long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceDiscountCommerceAccountGroupRel in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountCommerceAccountGroupRel getCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountCommerceAccountGroupRel in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountCommerceAccountGroupRel> getCommerceDiscountCommerceAccountGroupRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountCommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountCommerceAccountGroupRels in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceDiscountCommerceAccountGroupRelsCount(long commerceDiscountId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountCommerceAccountGroupRelsCount in interface CommerceDiscountCommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDiscountCommerceAccountGroupRelServicepublic CommerceDiscountCommerceAccountGroupRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountCommerceAccountGroupRelService>public void setWrappedService(CommerceDiscountCommerceAccountGroupRelService commerceDiscountCommerceAccountGroupRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountCommerceAccountGroupRelService>