Class CommerceTermEntryRelServiceWrapper
java.lang.Object
com.liferay.commerce.term.service.CommerceTermEntryRelServiceWrapper
- All Implemented Interfaces:
CommerceTermEntryRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>
public class CommerceTermEntryRelServiceWrapper
extends Object
implements CommerceTermEntryRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>
Provides a wrapper for
CommerceTermEntryRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceTermEntryRelServiceWrapper
(CommerceTermEntryRelService commerceTermEntryRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceTermEntryRel
(String className, long classPK, long commerceTermEntryId) void
deleteCommerceTermEntryRel
(long commerceTermEntryRelId) void
deleteCommerceTermEntryRels
(String className, long commerceTermEntryId) void
deleteCommerceTermEntryRelsByCommerceTermEntryId
(long commerceTermEntryId) fetchCommerceTermEntryRel
(String className, long classPK, long commerceTermEntryId) getCommerceOrderTypeCommerceTermEntryRels
(long commerceTermEntryId, String keywords, int start, int end) int
getCommerceOrderTypeCommerceTermEntryRelsCount
(long commerceTermEntryId, String keywords) getCommerceTermEntryRel
(long commerceTermEntryRelId) getCommerceTermEntryRels
(long commerceTermEntryId) getCommerceTermEntryRels
(long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) int
getCommerceTermEntryRelsCount
(long commerceTermEntryId) Returns the OSGi service identifier.void
setWrappedService
(CommerceTermEntryRelService commerceTermEntryRelService)
-
Constructor Details
-
CommerceTermEntryRelServiceWrapper
public CommerceTermEntryRelServiceWrapper() -
CommerceTermEntryRelServiceWrapper
-
-
Method Details
-
addCommerceTermEntryRel
public CommerceTermEntryRel addCommerceTermEntryRel(String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceTermEntryRel
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntryRel
public void deleteCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTermEntryRel
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntryRels
public void deleteCommerceTermEntryRels(String className, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTermEntryRels
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntryRelsByCommerceTermEntryId
public void deleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTermEntryRelsByCommerceTermEntryId
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTermEntryRel
public CommerceTermEntryRel fetchCommerceTermEntryRel(String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceTermEntryRel
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceTermEntryRels
public List<CommerceTermEntryRel> getCommerceOrderTypeCommerceTermEntryRels(long commerceTermEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCommerceTermEntryRels
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceTermEntryRelsCount
public int getCommerceOrderTypeCommerceTermEntryRelsCount(long commerceTermEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCommerceTermEntryRelsCount
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRel
public CommerceTermEntryRel getCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryRel
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRels
public List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryRels
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRels
public List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryRels
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRelsCount
public int getCommerceTermEntryRelsCount(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryRelsCount
in interfaceCommerceTermEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceTermEntryRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>
-