@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePriceListChannelRelService
extends com.liferay.portal.kernel.service.BaseService
CommercePriceListChannelRelServiceUtil
Modifier and Type | Method and Description |
---|---|
CommercePriceListChannelRel |
addCommercePriceListChannelRel(long commercePriceListId,
long commerceChannelId,
int order,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommercePriceListChannelRel(long commercePriceListChannelRelId) |
void |
deleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) |
CommercePriceListChannelRel |
fetchCommercePriceListChannelRel(long commerceChannelId,
long commercePriceListId) |
CommercePriceListChannelRel |
getCommercePriceListChannelRel(long commercePriceListChannelRelId) |
java.util.List<CommercePriceListChannelRel> |
getCommercePriceListChannelRels(long commercePriceListId) |
java.util.List<CommercePriceListChannelRel> |
getCommercePriceListChannelRels(long commercePriceListId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) |
java.util.List<CommercePriceListChannelRel> |
getCommercePriceListChannelRels(long commercePriceListId,
java.lang.String name,
int start,
int end) |
int |
getCommercePriceListChannelRelsCount(long commercePriceListId) |
int |
getCommercePriceListChannelRelsCount(long commercePriceListId,
java.lang.String name) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePriceListChannelRel addCommercePriceListChannelRel(long commercePriceListId, long commerceChannelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListChannelRel fetchCommercePriceListChannelRel(long commerceChannelId, long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListChannelRel getCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, java.lang.String name, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePriceListChannelRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePriceListChannelRelsCount(long commercePriceListId, java.lang.String name)
java.lang.String getOSGiServiceIdentifier()