public class CommerceTermEntryRelServiceWrapper extends java.lang.Object implements CommerceTermEntryRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>
CommerceTermEntryRelService.CommerceTermEntryRelService| Constructor and Description |
|---|
CommerceTermEntryRelServiceWrapper() |
CommerceTermEntryRelServiceWrapper(CommerceTermEntryRelService commerceTermEntryRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceTermEntryRel |
addCommerceTermEntryRel(java.lang.String className,
long classPK,
long commerceTermEntryId) |
void |
deleteCommerceTermEntryRel(long commerceTermEntryRelId) |
void |
deleteCommerceTermEntryRels(java.lang.String className,
long commerceTermEntryId) |
void |
deleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId) |
CommerceTermEntryRel |
fetchCommerceTermEntryRel(java.lang.String className,
long classPK,
long commerceTermEntryId) |
java.util.List<CommerceTermEntryRel> |
getCommerceOrderTypeCommerceTermEntryRels(long commerceTermEntryId,
java.lang.String keywords,
int start,
int end) |
int |
getCommerceOrderTypeCommerceTermEntryRelsCount(long commerceTermEntryId,
java.lang.String keywords) |
CommerceTermEntryRel |
getCommerceTermEntryRel(long commerceTermEntryRelId) |
java.util.List<CommerceTermEntryRel> |
getCommerceTermEntryRels(long commerceTermEntryId) |
java.util.List<CommerceTermEntryRel> |
getCommerceTermEntryRels(long commerceTermEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) |
int |
getCommerceTermEntryRelsCount(long commerceTermEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceTermEntryRelService |
getWrappedService() |
void |
setWrappedService(CommerceTermEntryRelService commerceTermEntryRelService) |
public CommerceTermEntryRelServiceWrapper()
public CommerceTermEntryRelServiceWrapper(CommerceTermEntryRelService commerceTermEntryRelService)
public CommerceTermEntryRel addCommerceTermEntryRel(java.lang.String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTermEntryRel in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceTermEntryRel(long commerceTermEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTermEntryRel in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceTermEntryRels(java.lang.String className,
long commerceTermEntryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTermEntryRels in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTermEntryRelsByCommerceTermEntryId in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTermEntryRel fetchCommerceTermEntryRel(java.lang.String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceTermEntryRel in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceTermEntryRel> getCommerceOrderTypeCommerceTermEntryRels(long commerceTermEntryId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeCommerceTermEntryRels in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceOrderTypeCommerceTermEntryRelsCount(long commerceTermEntryId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeCommerceTermEntryRelsCount in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTermEntryRel getCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntryRel in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntryRels in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntryRels in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceTermEntryRelsCount(long commerceTermEntryId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntryRelsCount in interface CommerceTermEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceTermEntryRelServicepublic CommerceTermEntryRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>public void setWrappedService(CommerceTermEntryRelService commerceTermEntryRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryRelService>