Class CPDefinitionLinkServiceWrapper
java.lang.Object
com.liferay.commerce.product.service.CPDefinitionLinkServiceWrapper
- All Implemented Interfaces:
CPDefinitionLinkService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>
public class CPDefinitionLinkServiceWrapper
extends Object
implements CPDefinitionLinkService, com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>
Provides a wrapper for
CPDefinitionLinkService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCPDefinitionLinkServiceWrapper(CPDefinitionLinkService cpDefinitionLinkService) -
Method Summary
Modifier and TypeMethodDescriptionaddCPDefinitionLink(long cpDefinitionId, long cProductId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, double priority, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCPDefinitionLink(long cpDefinitionLinkId) fetchCPDefinitionLink(long cpDefinitionLinkId) fetchCPDefinitionLink(long cpDefinitionId, long cProductId, String type) getCPDefinitionLink(long cpDefinitionLinkId) getCPDefinitionLinks(long cpDefinitionId) getCPDefinitionLinks(long cpDefinitionId, int status) getCPDefinitionLinks(long cpDefinitionId, int start, int end) getCPDefinitionLinks(long cpDefinitionId, int status, int start, int end) getCPDefinitionLinks(long cpDefinitionId, String type) getCPDefinitionLinks(long cpDefinitionId, String type, int status) getCPDefinitionLinks(long cpDefinitionId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) getCPDefinitionLinks(long cpDefinitionId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) intgetCPDefinitionLinksCount(long cpDefinitionId) intgetCPDefinitionLinksCount(long cpDefinitionId, int status) intgetCPDefinitionLinksCount(long cpDefinitionId, String type) intgetCPDefinitionLinksCount(long cpDefinitionId, String type, int status) Returns the OSGi service identifier.voidsetWrappedService(CPDefinitionLinkService cpDefinitionLinkService) updateCPDefinitionLink(long cpDefinitionLinkId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidupdateCPDefinitionLinks(long cpDefinitionId, long[] cpDefinitionIds2, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CPDefinitionLinkServiceWrapper
public CPDefinitionLinkServiceWrapper() -
CPDefinitionLinkServiceWrapper
-
-
Method Details
-
addCPDefinitionLink
public CPDefinitionLink addCPDefinitionLink(long cpDefinitionId, long cProductId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, double priority, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCPDefinitionLinkin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPDefinitionLink
public void deleteCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPDefinitionLinkin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPDefinitionLink
public CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPDefinitionLinkin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPDefinitionLink
public CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionId, long cProductId, String type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPDefinitionLinkin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLink
public CPDefinitionLink getCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinkin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, String type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, String type, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinksCount
public int getCPDefinitionLinksCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksCountin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinksCount
public int getCPDefinitionLinksCount(long cpDefinitionId, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksCountin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinksCount
public int getCPDefinitionLinksCount(long cpDefinitionId, String type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksCountin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinksCount
public int getCPDefinitionLinksCount(long cpDefinitionId, String type, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksCountin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCPDefinitionLinkService- Returns:
- the OSGi service identifier
-
updateCPDefinitionLink
public CPDefinitionLink updateCPDefinitionLink(long cpDefinitionLinkId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCPDefinitionLinkin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCPDefinitionLinks
public void updateCPDefinitionLinks(long cpDefinitionId, long[] cpDefinitionIds2, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCPDefinitionLinksin interfaceCPDefinitionLinkService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>
-