Class COREntryRelServiceUtil

java.lang.Object
com.liferay.commerce.order.rule.service.COREntryRelServiceUtil

public class COREntryRelServiceUtil extends Object
Provides the remote service utility for COREntryRel. This utility wraps com.liferay.commerce.order.rule.service.impl.COREntryRelServiceImpl 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 Details

    • COREntryRelServiceUtil

      public COREntryRelServiceUtil()
  • Method Details

    • addCOREntryRel

      public static COREntryRel addCOREntryRel(String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCOREntryRel

      public static void deleteCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCOREntryRels

      public static void deleteCOREntryRels(String className, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCOREntryRelsByCOREntryId

      public static void deleteCOREntryRelsByCOREntryId(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCOREntryRel

      public static COREntryRel fetchCOREntryRel(String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryCOREntryRels

      public static List<COREntryRel> getAccountEntryCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryCOREntryRelsCount

      public static int getAccountEntryCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroupCOREntryRels

      public static List<COREntryRel> getAccountGroupCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroupCOREntryRelsCount

      public static int getAccountGroupCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceChannelCOREntryRels

      public static List<COREntryRel> getCommerceChannelCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceChannelCOREntryRelsCount

      public static int getCommerceChannelCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCOREntryRels

      public static List<COREntryRel> getCommerceOrderTypeCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCOREntryRelsCount

      public static int getCommerceOrderTypeCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntryRel

      public static COREntryRel getCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntryRels

      public static List<COREntryRel> getCOREntryRels(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntryRels

      public static List<COREntryRel> getCOREntryRels(long corEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntryRelsCount

      public static int getCOREntryRelsCount(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static COREntryRelService getService()