Interface CommercePricingClassCPDefinitionRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommercePricingClassCPDefinitionRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePricingClassCPDefinitionRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommercePricingClassCPDefinitionRel. 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 TypeMethodDescriptionaddCommercePricingClassCPDefinitionRel
(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCommercePricingClassCPDefinitionRel
(long commercePricingClassCPDefinitionRelId) deleteCommercePricingClassCPDefinitionRel
(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) fetchCommercePricingClassCPDefinitionRel
(long commercePricingClassId, long cpDefinitionId) getCommercePricingClassCPDefinitionRel
(long commercePricingClassCPDefinitionRelId) getCommercePricingClassCPDefinitionRelByClassId
(long commercePricingClassId) getCommercePricingClassCPDefinitionRels
(long commercePricingClassId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) int
getCommercePricingClassCPDefinitionRelsCount
(long commercePricingClassId) int
getCommercePricingClassCPDefinitionRelsCount
(long commercePricingClassId, String name, String languageId) long[]
getCPDefinitionIds
(long commercePricingClassId) Returns the OSGi service identifier.searchByCommercePricingClassId
(long commercePricingClassId, String name, String languageId, int start, int end)
-
Method Details
-
addCommercePricingClassCPDefinitionRel
CommercePricingClassCPDefinitionRel addCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePricingClassCPDefinitionRel
CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePricingClassCPDefinitionRel
CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePricingClassCPDefinitionRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePricingClassCPDefinitionRel fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePricingClassCPDefinitionRel getCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelByClassId
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRels(long commercePricingClassId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePricingClassCPDefinitionRelsCount
-
getCPDefinitionIds
@Transactional(propagation=SUPPORTS, readOnly=true) long[] getCPDefinitionIds(long commercePricingClassId) 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
-
searchByCommercePricingClassId
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePricingClassCPDefinitionRel> searchByCommercePricingClassId(long commercePricingClassId, String name, String languageId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-