Interface COREntryRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
COREntryRelServiceWrapper
@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
Provides the remote service interface for COREntryRel. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddCOREntryRel
(String className, long classPK, long corEntryId) void
deleteCOREntryRel
(long corEntryRelId) void
deleteCOREntryRels
(String className, long corEntryId) void
deleteCOREntryRelsByCOREntryId
(long corEntryId) fetchCOREntryRel
(String className, long classPK, long corEntryId) getAccountEntryCOREntryRels
(long corEntryId, String keywords, int start, int end) int
getAccountEntryCOREntryRelsCount
(long corEntryId, String keywords) getAccountGroupCOREntryRels
(long corEntryId, String keywords, int start, int end) int
getAccountGroupCOREntryRelsCount
(long corEntryId, String keywords) getCommerceChannelCOREntryRels
(long corEntryId, String keywords, int start, int end) int
getCommerceChannelCOREntryRelsCount
(long corEntryId, String keywords) getCommerceOrderTypeCOREntryRels
(long corEntryId, String keywords, int start, int end) int
getCommerceOrderTypeCOREntryRelsCount
(long corEntryId, String keywords) getCOREntryRel
(long corEntryRelId) getCOREntryRels
(long corEntryId) getCOREntryRels
(long corEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) int
getCOREntryRelsCount
(long corEntryId) Returns the OSGi service identifier.
-
Method Details
-
addCOREntryRel
COREntryRel addCOREntryRel(String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntryRel
void deleteCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntryRels
void deleteCOREntryRels(String className, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntryRelsByCOREntryId
void deleteCOREntryRelsByCOREntryId(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCOREntryRel
@Transactional(propagation=SUPPORTS, readOnly=true) COREntryRel fetchCOREntryRel(String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCOREntryRels
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getAccountEntryCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCOREntryRels
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getAccountGroupCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelCOREntryRels
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceChannelCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCOREntryRels
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRel
@Transactional(propagation=SUPPORTS, readOnly=true) COREntryRel getCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<COREntryRel> getCOREntryRels(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRels
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCOREntryRelsCount(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-