@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
CommercePricingClassCPDefinitionRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommercePricingClassCPDefinitionRel |
addCommercePricingClassCPDefinitionRel(long commercePricingClassId,
long cpDefinitionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePricingClassCPDefinitionRel |
deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) |
CommercePricingClassCPDefinitionRel |
deleteCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) |
CommercePricingClassCPDefinitionRel |
fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId,
long cpDefinitionId) |
CommercePricingClassCPDefinitionRel |
getCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) |
java.util.List<CommercePricingClassCPDefinitionRel> |
getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId) |
java.util.List<CommercePricingClassCPDefinitionRel> |
getCommercePricingClassCPDefinitionRels(long commercePricingClassId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) |
int |
getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId) |
int |
getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId,
java.lang.String name,
java.lang.String languageId) |
long[] |
getCPDefinitionIds(long commercePricingClassId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<CommercePricingClassCPDefinitionRel> |
searchByCommercePricingClassId(long commercePricingClassId,
java.lang.String name,
java.lang.String languageId,
int start,
int end) |
CommercePricingClassCPDefinitionRel addCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommercePricingClassCPDefinitionRel fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId,
long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommercePricingClassCPDefinitionRel getCommercePricingClassCPDefinitionRel(long commercePricingClassCPDefinitionRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRelByClassId(long commercePricingClassId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRels(long commercePricingClassId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId,
java.lang.String name,
java.lang.String languageId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
long[] getCPDefinitionIds(long commercePricingClassId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommercePricingClassCPDefinitionRel> searchByCommercePricingClassId(long commercePricingClassId,
java.lang.String name,
java.lang.String languageId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException