public class COREntryRelServiceUtil
extends java.lang.Object
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.COREntryRelService| Constructor and Description |
|---|
COREntryRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static COREntryRel |
addCOREntryRel(java.lang.String className,
long classPK,
long corEntryId) |
static void |
deleteCOREntryRel(long corEntryRelId) |
static void |
deleteCOREntryRels(java.lang.String className,
long corEntryId) |
static void |
deleteCOREntryRelsByCOREntryId(long corEntryId) |
static COREntryRel |
fetchCOREntryRel(java.lang.String className,
long classPK,
long corEntryId) |
static java.util.List<COREntryRel> |
getAccountEntryCOREntryRels(long corEntryId,
java.lang.String keywords,
int start,
int end) |
static int |
getAccountEntryCOREntryRelsCount(long corEntryId,
java.lang.String keywords) |
static java.util.List<COREntryRel> |
getAccountGroupCOREntryRels(long corEntryId,
java.lang.String keywords,
int start,
int end) |
static int |
getAccountGroupCOREntryRelsCount(long corEntryId,
java.lang.String keywords) |
static java.util.List<COREntryRel> |
getCommerceChannelCOREntryRels(long corEntryId,
java.lang.String keywords,
int start,
int end) |
static int |
getCommerceChannelCOREntryRelsCount(long corEntryId,
java.lang.String keywords) |
static java.util.List<COREntryRel> |
getCommerceOrderTypeCOREntryRels(long corEntryId,
java.lang.String keywords,
int start,
int end) |
static int |
getCommerceOrderTypeCOREntryRelsCount(long corEntryId,
java.lang.String keywords) |
static COREntryRel |
getCOREntryRel(long corEntryRelId) |
static java.util.List<COREntryRel> |
getCOREntryRels(long corEntryId) |
static java.util.List<COREntryRel> |
getCOREntryRels(long corEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) |
static int |
getCOREntryRelsCount(long corEntryId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static COREntryRelService |
getService() |
public static COREntryRel addCOREntryRel(java.lang.String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCOREntryRel(long corEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCOREntryRels(java.lang.String className,
long corEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCOREntryRelsByCOREntryId(long corEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static COREntryRel fetchCOREntryRel(java.lang.String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<COREntryRel> getAccountEntryCOREntryRels(long corEntryId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getAccountEntryCOREntryRelsCount(long corEntryId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<COREntryRel> getAccountGroupCOREntryRels(long corEntryId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getAccountGroupCOREntryRelsCount(long corEntryId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<COREntryRel> getCommerceChannelCOREntryRels(long corEntryId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceChannelCOREntryRelsCount(long corEntryId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<COREntryRel> getCommerceOrderTypeCOREntryRels(long corEntryId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceOrderTypeCOREntryRelsCount(long corEntryId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static COREntryRel getCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<COREntryRel> getCOREntryRels(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<COREntryRel> getCOREntryRels(long corEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCOREntryRelsCount(long corEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static COREntryRelService getService()