@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CPDefinitionLinkService
extends com.liferay.portal.kernel.service.BaseService
CPDefinitionLinkServiceUtil| Modifier and Type | Method and Description |
|---|---|
CPDefinitionLink |
addCPDefinitionLink(long cpDefinitionId,
long cProductId,
double priority,
java.lang.String type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCPDefinitionLink(long cpDefinitionLinkId) |
CPDefinitionLink |
fetchCPDefinitionLink(long cpDefinitionLinkId) |
CPDefinitionLink |
fetchCPDefinitionLink(long cpDefinitionId,
long cProductId,
java.lang.String type) |
CPDefinitionLink |
getCPDefinitionLink(long cpDefinitionLinkId) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(long cpDefinitionId) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(long cpDefinitionId,
int start,
int end) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(long cpDefinitionId,
java.lang.String type) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(long cpDefinitionId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) |
int |
getCPDefinitionLinksCount(long cpDefinitionId) |
int |
getCPDefinitionLinksCount(long cpDefinitionId,
java.lang.String type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CPDefinitionLink |
updateCPDefinitionLink(long cpDefinitionLinkId,
double priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
updateCPDefinitionLinks(long cpDefinitionId,
long[] cpDefinitionIds2,
java.lang.String type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CPDefinitionLink addCPDefinitionLink(long cpDefinitionId, long cProductId, double priority, java.lang.String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCPDefinitionLink(long cpDefinitionLinkId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionLinkId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionId,
long cProductId,
java.lang.String type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CPDefinitionLink getCPDefinitionLink(long cpDefinitionLinkId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId,
java.lang.String type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCPDefinitionLinksCount(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCPDefinitionLinksCount(long cpDefinitionId,
java.lang.String type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
CPDefinitionLink updateCPDefinitionLink(long cpDefinitionLinkId, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid updateCPDefinitionLinks(long cpDefinitionId,
long[] cpDefinitionIds2,
java.lang.String type,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException