Interface CommercePriceListOrderTypeRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommercePriceListOrderTypeRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePriceListOrderTypeRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommercePriceListOrderTypeRel. 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 TypeMethodDescriptionaddCommercePriceListOrderTypeRel
(long commercePriceListId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommercePriceListOrderTypeRel
(long commercePriceListOrderTypeRelId) fetchCommercePriceListOrderTypeRel
(long commercePriceListId, long commerceOrderTypeId) getCommercePriceListOrderTypeRel
(long commercePriceListOrderTypeRelId) getCommercePriceListOrderTypeRels
(long commercePriceListId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) int
getCommercePriceListOrderTypeRelsCount
(long commercePriceListId, String name) Returns the OSGi service identifier.
-
Method Details
-
addCommercePriceListOrderTypeRel
CommercePriceListOrderTypeRel addCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListOrderTypeRel
void deleteCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListOrderTypeRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListOrderTypeRel fetchCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListOrderTypeRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListOrderTypeRel getCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListOrderTypeRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceListOrderTypeRel> getCommercePriceListOrderTypeRels(long commercePriceListId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListOrderTypeRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePriceListOrderTypeRelsCount(long commercePriceListId, 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
-