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 CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public void deleteCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionLink
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
fetchCPDefinitionLink
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionId, long cProductId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
fetchCPDefinitionLink
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public CPDefinitionLink getCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLink
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int status) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, java.lang.String type, int status) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinks
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public 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 CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public 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 CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public int getCPDefinitionLinksCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinksCount
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public int getCPDefinitionLinksCount(long cpDefinitionId, int status) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinksCount
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public int getCPDefinitionLinksCount(long cpDefinitionId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinksCount
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public int getCPDefinitionLinksCount(long cpDefinitionId, java.lang.String type, int status) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinksCount
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CPDefinitionLinkService
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
updateCPDefinitionLink
in interface CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public 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 CPDefinitionLinkService
com.liferay.portal.kernel.exception.PortalException
public 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>