public class CPDefinitionLinkServiceWrapper extends java.lang.Object implements CPDefinitionLinkService, com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>
CPDefinitionLinkService.CPDefinitionLinkService| Constructor and Description |
|---|
CPDefinitionLinkServiceWrapper() |
CPDefinitionLinkServiceWrapper(CPDefinitionLinkService cpDefinitionLinkService) |
| Modifier and Type | Method and Description |
|---|---|
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,
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 status) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(long cpDefinitionId,
int start,
int end) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(long cpDefinitionId,
int status,
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 status) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(long cpDefinitionId,
java.lang.String type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) |
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,
int status) |
int |
getCPDefinitionLinksCount(long cpDefinitionId,
java.lang.String type) |
int |
getCPDefinitionLinksCount(long cpDefinitionId,
java.lang.String type,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CPDefinitionLinkService |
getWrappedService() |
void |
setWrappedService(CPDefinitionLinkService cpDefinitionLinkService) |
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) |
void |
updateCPDefinitionLinks(long cpDefinitionId,
long[] cpDefinitionIds2,
java.lang.String type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CPDefinitionLinkServiceWrapper()
public CPDefinitionLinkServiceWrapper(CPDefinitionLinkService cpDefinitionLinkService)
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, java.lang.String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCPDefinitionLink in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCPDefinitionLink(long cpDefinitionLinkId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionLink in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
fetchCPDefinitionLink in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionId, long cProductId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
fetchCPDefinitionLink in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPDefinitionLink getCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLink in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int status) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, java.lang.String type, int status) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, java.lang.String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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
getCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCPDefinitionLinksCount(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinksCount in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCPDefinitionLinksCount(long cpDefinitionId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinksCount in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCPDefinitionLinksCount(long cpDefinitionId,
java.lang.String type)
throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinksCount in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCPDefinitionLinksCount(long cpDefinitionId,
java.lang.String type,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinksCount in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CPDefinitionLinkServicepublic 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
updateCPDefinitionLink in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateCPDefinitionLinks(long cpDefinitionId,
long[] cpDefinitionIds2,
java.lang.String type,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
updateCPDefinitionLinks in interface CPDefinitionLinkServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPDefinitionLinkService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>public void setWrappedService(CPDefinitionLinkService cpDefinitionLinkService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>