@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface COREntryRelService
extends com.liferay.portal.kernel.service.BaseService
COREntryRelServiceUtil
Modifier and Type | Method and Description |
---|---|
COREntryRel |
addCOREntryRel(java.lang.String className,
long classPK,
long corEntryId) |
void |
deleteCOREntryRel(long corEntryRelId) |
void |
deleteCOREntryRels(java.lang.String className,
long corEntryId) |
void |
deleteCOREntryRelsByCOREntryId(long corEntryId) |
COREntryRel |
fetchCOREntryRel(java.lang.String className,
long classPK,
long corEntryId) |
java.util.List<COREntryRel> |
getAccountEntryCOREntryRels(long corEntryId,
java.lang.String keywords,
int start,
int end) |
int |
getAccountEntryCOREntryRelsCount(long corEntryId,
java.lang.String keywords) |
java.util.List<COREntryRel> |
getAccountGroupCOREntryRels(long corEntryId,
java.lang.String keywords,
int start,
int end) |
int |
getAccountGroupCOREntryRelsCount(long corEntryId,
java.lang.String keywords) |
java.util.List<COREntryRel> |
getCommerceChannelCOREntryRels(long corEntryId,
java.lang.String keywords,
int start,
int end) |
int |
getCommerceChannelCOREntryRelsCount(long corEntryId,
java.lang.String keywords) |
java.util.List<COREntryRel> |
getCommerceOrderTypeCOREntryRels(long corEntryId,
java.lang.String keywords,
int start,
int end) |
int |
getCommerceOrderTypeCOREntryRelsCount(long corEntryId,
java.lang.String keywords) |
COREntryRel |
getCOREntryRel(long corEntryRelId) |
java.util.List<COREntryRel> |
getCOREntryRels(long corEntryId) |
java.util.List<COREntryRel> |
getCOREntryRels(long corEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) |
int |
getCOREntryRelsCount(long corEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
COREntryRel addCOREntryRel(java.lang.String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCOREntryRels(java.lang.String className, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCOREntryRelsByCOREntryId(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) COREntryRel fetchCOREntryRel(java.lang.String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getAccountEntryCOREntryRelsCount(long corEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getAccountGroupCOREntryRelsCount(long corEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceChannelCOREntryRelsCount(long corEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeCOREntryRelsCount(long corEntryId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) COREntryRel getCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<COREntryRel> getCOREntryRels(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCOREntryRelsCount(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()