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 CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTermEntryRel
in interface CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceTermEntryRels(java.lang.String className, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTermEntryRels
in interface CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTermEntryRelsByCommerceTermEntryId
in interface CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntryRel fetchCommerceTermEntryRel(java.lang.String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceTermEntryRel
in interface CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceOrderTypeCommerceTermEntryRelsCount(long commerceTermEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeCommerceTermEntryRelsCount
in interface CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceTermEntryRel getCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntryRel
in interface CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntryRels
in interface CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceTermEntryRelsCount(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTermEntryRelsCount
in interface CommerceTermEntryRelService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceTermEntryRelService
public 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>