Class CommerceTermEntryRelServiceUtil
java.lang.Object
com.liferay.commerce.term.service.CommerceTermEntryRelServiceUtil
Provides the remote service utility for CommerceTermEntryRel. This utility wraps
com.liferay.commerce.term.service.impl.CommerceTermEntryRelServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommerceTermEntryRel
addCommerceTermEntryRel
(String className, long classPK, long commerceTermEntryId) static void
deleteCommerceTermEntryRel
(long commerceTermEntryRelId) static void
deleteCommerceTermEntryRels
(String className, long commerceTermEntryId) static void
deleteCommerceTermEntryRelsByCommerceTermEntryId
(long commerceTermEntryId) static CommerceTermEntryRel
fetchCommerceTermEntryRel
(String className, long classPK, long commerceTermEntryId) static List<CommerceTermEntryRel>
getCommerceOrderTypeCommerceTermEntryRels
(long commerceTermEntryId, String keywords, int start, int end) static int
getCommerceOrderTypeCommerceTermEntryRelsCount
(long commerceTermEntryId, String keywords) static CommerceTermEntryRel
getCommerceTermEntryRel
(long commerceTermEntryRelId) static List<CommerceTermEntryRel>
getCommerceTermEntryRels
(long commerceTermEntryId) static List<CommerceTermEntryRel>
getCommerceTermEntryRels
(long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) static int
getCommerceTermEntryRelsCount
(long commerceTermEntryId) static String
Returns the OSGi service identifier.static CommerceTermEntryRelService
-
Constructor Details
-
CommerceTermEntryRelServiceUtil
public CommerceTermEntryRelServiceUtil()
-
-
Method Details
-
addCommerceTermEntryRel
public static CommerceTermEntryRel addCommerceTermEntryRel(String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntryRel
public static void deleteCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntryRels
public static void deleteCommerceTermEntryRels(String className, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTermEntryRelsByCommerceTermEntryId
public static void deleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTermEntryRel
public static CommerceTermEntryRel fetchCommerceTermEntryRel(String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceTermEntryRels
public static List<CommerceTermEntryRel> getCommerceOrderTypeCommerceTermEntryRels(long commerceTermEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceTermEntryRelsCount
public static int getCommerceOrderTypeCommerceTermEntryRelsCount(long commerceTermEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRel
public static CommerceTermEntryRel getCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRels
public static List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRels
public static List<CommerceTermEntryRel> getCommerceTermEntryRels(long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryRelsCount
public static int getCommerceTermEntryRelsCount(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-