Class CommerceChannelAccountEntryRelServiceWrapper
java.lang.Object
com.liferay.commerce.product.service.CommerceChannelAccountEntryRelServiceWrapper
- All Implemented Interfaces:
CommerceChannelAccountEntryRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>
public class CommerceChannelAccountEntryRelServiceWrapper
extends Object
implements CommerceChannelAccountEntryRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>
Provides a wrapper for
CommerceChannelAccountEntryRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceChannelAccountEntryRelServiceWrapper(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceChannelAccountEntryRel(long accountEntryId, String className, long classPK, long commerceChannelId, boolean overrideEligibility, double priority, int type) voiddeleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) fetchCommerceChannelAccountEntryRel(long accountEntryId, long commerceChannelId, int type) getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) getCommerceChannelAccountEntryRels(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) getCommerceChannelAccountEntryRels(long commerceChannelId, String name, int type, int start, int end) getCommerceChannelAccountEntryRels(String className, long classPK, long commerceChannelId, int type) intgetCommerceChannelAccountEntryRelsCount(long accountEntryId, int type) intgetCommerceChannelAccountEntryRelsCount(long commerceChannelId, String name, int type) Returns the OSGi service identifier.voidsetWrappedService(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService) updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority)
-
Constructor Details
-
CommerceChannelAccountEntryRelServiceWrapper
public CommerceChannelAccountEntryRelServiceWrapper() -
CommerceChannelAccountEntryRelServiceWrapper
public CommerceChannelAccountEntryRelServiceWrapper(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService)
-
-
Method Details
-
addCommerceChannelAccountEntryRel
public CommerceChannelAccountEntryRel addCommerceChannelAccountEntryRel(long accountEntryId, String className, long classPK, long commerceChannelId, boolean overrideEligibility, double priority, int type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceChannelAccountEntryRelin interfaceCommerceChannelAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelAccountEntryRel
public void deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceChannelAccountEntryRelin interfaceCommerceChannelAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceChannelAccountEntryRel
public CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceChannelAccountEntryRelin interfaceCommerceChannelAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceChannelAccountEntryRel
public CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId, long commerceChannelId, int type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceChannelAccountEntryRelin interfaceCommerceChannelAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRel
public CommerceChannelAccountEntryRel getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelAccountEntryRelin interfaceCommerceChannelAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRels
public List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelAccountEntryRelsin interfaceCommerceChannelAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRels
public List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(long commerceChannelId, String name, int type, int start, int end) - Specified by:
getCommerceChannelAccountEntryRelsin interfaceCommerceChannelAccountEntryRelService
-
getCommerceChannelAccountEntryRels
public List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(String className, long classPK, long commerceChannelId, int type) - Specified by:
getCommerceChannelAccountEntryRelsin interfaceCommerceChannelAccountEntryRelService
-
getCommerceChannelAccountEntryRelsCount
public int getCommerceChannelAccountEntryRelsCount(long accountEntryId, int type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelAccountEntryRelsCountin interfaceCommerceChannelAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRelsCount
- Specified by:
getCommerceChannelAccountEntryRelsCountin interfaceCommerceChannelAccountEntryRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceChannelAccountEntryRelService- Returns:
- the OSGi service identifier
-
updateCommerceChannelAccountEntryRel
public CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceChannelAccountEntryRelin interfaceCommerceChannelAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>
-
setWrappedService
public void setWrappedService(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>
-