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) void
deleteCommerceChannelAccountEntryRel
(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) int
getCommerceChannelAccountEntryRelsCount
(long accountEntryId, int type) int
getCommerceChannelAccountEntryRelsCount
(long commerceChannelId, String name, int type) Returns the OSGi service identifier.void
setWrappedService
(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:
addCommerceChannelAccountEntryRel
in interfaceCommerceChannelAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelAccountEntryRel
public void deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceChannelAccountEntryRel
in interfaceCommerceChannelAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceChannelAccountEntryRel
public CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceChannelAccountEntryRel
in 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:
fetchCommerceChannelAccountEntryRel
in interfaceCommerceChannelAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRel
public CommerceChannelAccountEntryRel getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelAccountEntryRel
in 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:
getCommerceChannelAccountEntryRels
in 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:
getCommerceChannelAccountEntryRels
in interfaceCommerceChannelAccountEntryRelService
-
getCommerceChannelAccountEntryRels
public List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(String className, long classPK, long commerceChannelId, int type) - Specified by:
getCommerceChannelAccountEntryRels
in interfaceCommerceChannelAccountEntryRelService
-
getCommerceChannelAccountEntryRelsCount
public int getCommerceChannelAccountEntryRelsCount(long accountEntryId, int type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelAccountEntryRelsCount
in interfaceCommerceChannelAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRelsCount
- Specified by:
getCommerceChannelAccountEntryRelsCount
in interfaceCommerceChannelAccountEntryRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateCommerceChannelAccountEntryRel
in interfaceCommerceChannelAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>
-
setWrappedService
public void setWrappedService(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>
-