Interface CommercePriceModifierRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommercePriceModifierRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePriceModifierRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommercePriceModifierRel. 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 TypeMethodDescriptionaddCommercePriceModifierRel
(long commercePriceModifierId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommercePriceModifierRel
(long commercePriceModifierRelId) fetchCommercePriceModifierRel
(long commercePriceModifierId, String className, long classPK) getCategoriesCommercePriceModifierRels
(long commercePriceModifierId, String name, int start, int end) int
getCategoriesCommercePriceModifierRelsCount
(long commercePriceModifierId, String name) long[]
getClassPKs
(long commercePriceModifierRelId, String className) getCommercePriceModifierRel
(long commercePriceModifierRelId) getCommercePriceModifierRels
(long commercePriceModifierRelId, String className) getCommercePriceModifierRels
(long commercePriceModifierRelId, String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) int
getCommercePriceModifierRelsCount
(long commercePriceModifierRelId, String className) getCommercePriceModifiersRels
(String className, long classPK) getCommercePricingClassesCommercePriceModifierRels
(long commercePriceModifierId, String title, int start, int end) int
getCommercePricingClassesCommercePriceModifierRelsCount
(long commercePriceModifierId, String title) getCPDefinitionsCommercePriceModifierRels
(long commercePriceModifierId, String name, String languageId, int start, int end) int
getCPDefinitionsCommercePriceModifierRelsCount
(long commercePriceModifierId, String name, String languageId) Returns the OSGi service identifier.
-
Method Details
-
addCommercePriceModifierRel
CommercePriceModifierRel addCommercePriceModifierRel(long commercePriceModifierId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceModifierRel
void deleteCommercePriceModifierRel(long commercePriceModifierRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceModifierRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceModifierRel fetchCommercePriceModifierRel(long commercePriceModifierId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoriesCommercePriceModifierRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceModifierRel> getCategoriesCommercePriceModifierRels(long commercePriceModifierId, String name, int start, int end) -
getCategoriesCommercePriceModifierRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCategoriesCommercePriceModifierRelsCount(long commercePriceModifierId, String name) -
getClassPKs
@Transactional(propagation=SUPPORTS, readOnly=true) long[] getClassPKs(long commercePriceModifierRelId, String className) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceModifierRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceModifierRel getCommercePriceModifierRel(long commercePriceModifierRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceModifierRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceModifierRel> getCommercePriceModifierRels(long commercePriceModifierRelId, String className) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceModifierRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceModifierRel> getCommercePriceModifierRels(long commercePriceModifierRelId, String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceModifierRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePriceModifierRelsCount(long commercePriceModifierRelId, String className) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceModifiersRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceModifierRel> getCommercePriceModifiersRels(String className, long classPK) -
getCommercePricingClassesCommercePriceModifierRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceModifierRel> getCommercePricingClassesCommercePriceModifierRels(long commercePriceModifierId, String title, int start, int end) -
getCommercePricingClassesCommercePriceModifierRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePricingClassesCommercePriceModifierRelsCount(long commercePriceModifierId, String title) -
getCPDefinitionsCommercePriceModifierRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceModifierRel> getCPDefinitionsCommercePriceModifierRels(long commercePriceModifierId, String name, String languageId, int start, int end) -
getCPDefinitionsCommercePriceModifierRelsCount
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-