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) void
deleteCPDefinitionLink
(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) int
getCPDefinitionLinksCount
(long cpDefinitionId) int
getCPDefinitionLinksCount
(long cpDefinitionId, int status) int
getCPDefinitionLinksCount
(long cpDefinitionId, String type) int
getCPDefinitionLinksCount
(long cpDefinitionId, String type, int status) Returns the OSGi service identifier.void
setWrappedService
(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) void
updateCPDefinitionLinks
(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:
addCPDefinitionLink
in interfaceCPDefinitionLinkService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPDefinitionLink
public void deleteCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPDefinitionLink
in interfaceCPDefinitionLinkService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPDefinitionLink
public CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPDefinitionLink
in 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:
fetchCPDefinitionLink
in interfaceCPDefinitionLinkService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLink
public CPDefinitionLink getCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLink
in interfaceCPDefinitionLinkService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinks
public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinks
in 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:
getCPDefinitionLinks
in 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:
getCPDefinitionLinks
in 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:
getCPDefinitionLinks
in 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:
getCPDefinitionLinks
in 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:
getCPDefinitionLinks
in 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:
getCPDefinitionLinks
in 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:
getCPDefinitionLinks
in interfaceCPDefinitionLinkService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionLinksCount
public int getCPDefinitionLinksCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPDefinitionLinksCount
in 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:
getCPDefinitionLinksCount
in 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:
getCPDefinitionLinksCount
in 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:
getCPDefinitionLinksCount
in interfaceCPDefinitionLinkService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateCPDefinitionLink
in 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:
updateCPDefinitionLinks
in interfaceCPDefinitionLinkService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>
-