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) voiddeleteCommerceTermEntryRel(long commerceTermEntryRelId) voiddeleteCommerceTermEntryRels(String className, long commerceTermEntryId) voiddeleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId) fetchCommerceTermEntryRel(String className, long classPK, long commerceTermEntryId) getCommerceOrderTypeCommerceTermEntryRels(long commerceTermEntryId, String keywords, int start, int end) intgetCommerceOrderTypeCommerceTermEntryRelsCount(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) intgetCommerceTermEntryRelsCount(long commerceTermEntryId) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommerceTermEntryRelin interfaceCommerceTermEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntryRel
public void deleteCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTermEntryRelin 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:
deleteCommerceTermEntryRelsin interfaceCommerceTermEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntryRelsByCommerceTermEntryId
public void deleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTermEntryRelsByCommerceTermEntryIdin 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:
fetchCommerceTermEntryRelin 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:
getCommerceOrderTypeCommerceTermEntryRelsin 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:
getCommerceOrderTypeCommerceTermEntryRelsCountin interfaceCommerceTermEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRel
public CommerceTermEntryRel getCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryRelin interfaceCommerceTermEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRels
public List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryRelsin 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:
getCommerceTermEntryRelsin interfaceCommerceTermEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRelsCount
public int getCommerceTermEntryRelsCount(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryRelsCountin interfaceCommerceTermEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceTermEntryRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>
-