Class COREntryRelServiceUtil
java.lang.Object
com.liferay.commerce.order.rule.service.COREntryRelServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic COREntryReladdCOREntryRel(String className, long classPK, long corEntryId) static voiddeleteCOREntryRel(long corEntryRelId) static voiddeleteCOREntryRels(String className, long corEntryId) static voiddeleteCOREntryRelsByCOREntryId(long corEntryId) static COREntryRelfetchCOREntryRel(String className, long classPK, long corEntryId) static List<COREntryRel> getAccountEntryCOREntryRels(long corEntryId, String keywords, int start, int end) static intgetAccountEntryCOREntryRelsCount(long corEntryId, String keywords) static List<COREntryRel> getAccountGroupCOREntryRels(long corEntryId, String keywords, int start, int end) static intgetAccountGroupCOREntryRelsCount(long corEntryId, String keywords) static List<COREntryRel> getCommerceChannelCOREntryRels(long corEntryId, String keywords, int start, int end) static intgetCommerceChannelCOREntryRelsCount(long corEntryId, String keywords) static List<COREntryRel> getCommerceOrderTypeCOREntryRels(long corEntryId, String keywords, int start, int end) static intgetCommerceOrderTypeCOREntryRelsCount(long corEntryId, String keywords) static COREntryRelgetCOREntryRel(long corEntryRelId) static List<COREntryRel> getCOREntryRels(long corEntryId) static List<COREntryRel> getCOREntryRels(long corEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) static intgetCOREntryRelsCount(long corEntryId) static StringReturns the OSGi service identifier.static COREntryRelService
-
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
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-