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() |
static void |
setService(COREntryRelService service) |
public static COREntryRel addCOREntryRel(java.lang.String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCOREntryRels(java.lang.String className, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCOREntryRelsByCOREntryId(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static COREntryRel fetchCOREntryRel(java.lang.String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public static int getAccountEntryCOREntryRelsCount(long corEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public static int getAccountGroupCOREntryRelsCount(long corEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public static int getCommerceChannelCOREntryRelsCount(long corEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public static int getCommerceOrderTypeCOREntryRelsCount(long corEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static COREntryRel getCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<COREntryRel> getCOREntryRels(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public static int getCOREntryRelsCount(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static COREntryRelService getService()
public static void setService(COREntryRelService service)