Interface CommerceChannelRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceChannelRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceChannelRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceChannelRel. 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 TypeMethodDescriptionaddCommerceChannelRel
(String className, long classPK, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) addCommerceChannelRels
(String className, long[] classPKs, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommerceChannelRel
(long commerceChannelRelId) void
deleteCommerceChannelRels
(String className, long classPK) fetchCommerceChannelRel
(String className, long classPK, long commerceChannelId) getCommerceChannelCountries
(long commerceChannelId, String name, int start, int end) int
getCommerceChannelCountriesCount
(long commerceChannelId, String name) getCommerceChannelRel
(long commerceChannelRelId) getCommerceChannelRels
(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) getCommerceChannelRels
(String className, long classPK, String name, int start, int end) int
getCommerceChannelRelsCount
(long commerceChannelId) int
getCommerceChannelRelsCount
(String className, long classPK) int
getCommerceChannelRelsCount
(String className, long classPK, String name) Returns the OSGi service identifier.
-
Method Details
-
addCommerceChannelRel
CommerceChannelRel addCommerceChannelRel(String className, long classPK, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceChannelRels
List<CommerceChannelRel> addCommerceChannelRels(String className, long[] classPKs, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelRel
void deleteCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelRels
void deleteCommerceChannelRels(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceChannelRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceChannelRel fetchCommerceChannelRel(String className, long classPK, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelCountries
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceChannelRel> getCommerceChannelCountries(long commerceChannelId, String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelCountriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceChannelCountriesCount(long commerceChannelId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceChannelRel getCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceChannelRel> getCommerceChannelRels(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceChannelRel> getCommerceChannelRels(String className, long classPK, String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceChannelRelsCount(long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceChannelRelsCount(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceChannelRelsCount(String className, long classPK, String name) 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
-