@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceTermEntryRelService
extends com.liferay.portal.kernel.service.BaseService
CommerceTermEntryRelServiceUtil
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.
|
CommerceTermEntryRel addCommerceTermEntryRel(java.lang.String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCommerceTermEntryRels(java.lang.String className, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceTermEntryRel fetchCommerceTermEntryRel(java.lang.String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CommerceTermEntryRel> getCommerceOrderTypeCommerceTermEntryRels(long commerceTermEntryId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeCommerceTermEntryRelsCount(long commerceTermEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceTermEntryRel getCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceTermEntryRelsCount(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()