public class CPDefinitionLinkLocalServiceWrapper extends java.lang.Object implements CPDefinitionLinkLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkLocalService>
CPDefinitionLinkLocalService.CPDefinitionLinkLocalService| Constructor and Description |
|---|
CPDefinitionLinkLocalServiceWrapper() |
CPDefinitionLinkLocalServiceWrapper(CPDefinitionLinkLocalService cpDefinitionLinkLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CPDefinitionLink |
addCPDefinitionLink(CPDefinitionLink cpDefinitionLink)
Adds the cp definition link to the database.
|
CPDefinitionLink |
addCPDefinitionLinkByCProductId(long cpDefinitionId,
long cProductId,
double priority,
java.lang.String type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CPDefinitionLink |
createCPDefinitionLink(long CPDefinitionLinkId)
Creates a new cp definition link with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CPDefinitionLink |
deleteCPDefinitionLink(CPDefinitionLink cpDefinitionLink)
Deletes the cp definition link from the database.
|
CPDefinitionLink |
deleteCPDefinitionLink(long CPDefinitionLinkId)
Deletes the cp definition link with the primary key from the database.
|
void |
deleteCPDefinitionLinksByCPDefinitionId(long cpDefinitionId) |
void |
deleteCPDefinitionLinksByCProductId(long cProductId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CPDefinitionLink |
fetchCPDefinitionLink(long CPDefinitionLinkId) |
CPDefinitionLink |
fetchCPDefinitionLink(long cpDefinitionId,
long cProductId,
java.lang.String type) |
CPDefinitionLink |
fetchCPDefinitionLinkByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the cp definition link matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CPDefinitionLink |
getCPDefinitionLink(long CPDefinitionLinkId)
Returns the cp definition link with the primary key.
|
CPDefinitionLink |
getCPDefinitionLinkByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the cp definition link matching the UUID and group.
|
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(int start,
int end)
Returns a range of all the cp definition links.
|
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) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinksByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the cp definition links matching the UUID and company.
|
java.util.List<CPDefinitionLink> |
getCPDefinitionLinksByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator)
Returns a range of cp definition links matching the UUID and company.
|
int |
getCPDefinitionLinksCount()
Returns the number of cp definition links.
|
int |
getCPDefinitionLinksCount(long cpDefinitionId) |
int |
getCPDefinitionLinksCount(long cpDefinitionId,
java.lang.String type) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionLink> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CPDefinitionLink> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<CPDefinitionLink> |
getReverseCPDefinitionLinks(long cProductId,
java.lang.String type) |
CPDefinitionLinkLocalService |
getWrappedService() |
void |
setWrappedService(CPDefinitionLinkLocalService cpDefinitionLinkLocalService) |
CPDefinitionLink |
updateCPDefinitionLink(CPDefinitionLink cpDefinitionLink)
Updates the cp definition link in the database or adds it if it does not yet exist.
|
CPDefinitionLink |
updateCPDefinitionLink(long cpDefinitionLinkId,
double priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
updateCPDefinitionLinkCProductIds(long cpDefinitionId,
long[] cProductIds,
java.lang.String type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionLink>,R,E> updateUnsafeFunction) |
public CPDefinitionLinkLocalServiceWrapper()
public CPDefinitionLinkLocalServiceWrapper(CPDefinitionLinkLocalService cpDefinitionLinkLocalService)
public CPDefinitionLink addCPDefinitionLink(CPDefinitionLink cpDefinitionLink)
Important: Inspect CPDefinitionLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCPDefinitionLink in interface CPDefinitionLinkLocalServicecpDefinitionLink - the cp definition linkpublic CPDefinitionLink addCPDefinitionLinkByCProductId(long cpDefinitionId, long cProductId, double priority, java.lang.String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCPDefinitionLinkByCProductId in interface CPDefinitionLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPDefinitionLink createCPDefinitionLink(long CPDefinitionLinkId)
createCPDefinitionLink in interface CPDefinitionLinkLocalServiceCPDefinitionLinkId - the primary key for the new cp definition linkpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CPDefinitionLinkLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CPDefinitionLink deleteCPDefinitionLink(CPDefinitionLink cpDefinitionLink) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPDefinitionLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCPDefinitionLink in interface CPDefinitionLinkLocalServicecpDefinitionLink - the cp definition linkPortalExceptionpublic CPDefinitionLink deleteCPDefinitionLink(long CPDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPDefinitionLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCPDefinitionLink in interface CPDefinitionLinkLocalServiceCPDefinitionLinkId - the primary key of the cp definition linkPortalException - if a cp definition link with the primary key could not be foundpublic void deleteCPDefinitionLinksByCPDefinitionId(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionLinksByCPDefinitionId in interface CPDefinitionLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCPDefinitionLinksByCProductId(long cProductId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPDefinitionLinksByCProductId in interface CPDefinitionLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CPDefinitionLinkLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CPDefinitionLinkLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CPDefinitionLinkLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CPDefinitionLinkLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CPDefinitionLinkLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPDefinitionLinkModelImpl.
dynamicQuery in interface CPDefinitionLinkLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPDefinitionLinkModelImpl.
dynamicQuery in interface CPDefinitionLinkLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CPDefinitionLinkLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CPDefinitionLinkLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CPDefinitionLink fetchCPDefinitionLink(long CPDefinitionLinkId)
fetchCPDefinitionLink in interface CPDefinitionLinkLocalServicepublic CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionId, long cProductId, java.lang.String type)
fetchCPDefinitionLink in interface CPDefinitionLinkLocalServicepublic CPDefinitionLink fetchCPDefinitionLinkByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchCPDefinitionLinkByUuidAndGroupId in interface CPDefinitionLinkLocalServiceuuid - the cp definition link's UUIDgroupId - the primary key of the groupnull if a matching cp definition link could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CPDefinitionLinkLocalServicepublic CPDefinitionLink getCPDefinitionLink(long CPDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLink in interface CPDefinitionLinkLocalServiceCPDefinitionLinkId - the primary key of the cp definition linkPortalException - if a cp definition link with the primary key could not be foundpublic CPDefinitionLink getCPDefinitionLinkByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionLinkByUuidAndGroupId in interface CPDefinitionLinkLocalServiceuuid - the cp definition link's UUIDgroupId - the primary key of the groupPortalException - if a matching cp definition link could not be foundpublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPDefinitionLinkModelImpl.
getCPDefinitionLinks in interface CPDefinitionLinkLocalServicestart - the lower bound of the range of cp definition linksend - the upper bound of the range of cp definition links (not inclusive)public java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId)
getCPDefinitionLinks in interface CPDefinitionLinkLocalServicepublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int start, int end)
getCPDefinitionLinks in interface CPDefinitionLinkLocalServicepublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, java.lang.String type)
getCPDefinitionLinks in interface CPDefinitionLinkLocalServicepublic java.util.List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator)
getCPDefinitionLinks in interface CPDefinitionLinkLocalServicepublic java.util.List<CPDefinitionLink> getCPDefinitionLinksByUuidAndCompanyId(java.lang.String uuid, long companyId)
getCPDefinitionLinksByUuidAndCompanyId in interface CPDefinitionLinkLocalServiceuuid - the UUID of the cp definition linkscompanyId - the primary key of the companypublic java.util.List<CPDefinitionLink> getCPDefinitionLinksByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator)
getCPDefinitionLinksByUuidAndCompanyId in interface CPDefinitionLinkLocalServiceuuid - the UUID of the cp definition linkscompanyId - the primary key of the companystart - the lower bound of the range of cp definition linksend - the upper bound of the range of cp definition links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getCPDefinitionLinksCount()
getCPDefinitionLinksCount in interface CPDefinitionLinkLocalServicepublic int getCPDefinitionLinksCount(long cpDefinitionId)
getCPDefinitionLinksCount in interface CPDefinitionLinkLocalServicepublic int getCPDefinitionLinksCount(long cpDefinitionId,
java.lang.String type)
getCPDefinitionLinksCount in interface CPDefinitionLinkLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CPDefinitionLinkLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CPDefinitionLinkLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CPDefinitionLinkLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CPDefinitionLinkLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.util.List<CPDefinitionLink> getReverseCPDefinitionLinks(long cProductId, java.lang.String type)
getReverseCPDefinitionLinks in interface CPDefinitionLinkLocalServicepublic CPDefinitionLink updateCPDefinitionLink(CPDefinitionLink cpDefinitionLink)
Important: Inspect CPDefinitionLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCPDefinitionLink in interface CPDefinitionLinkLocalServicecpDefinitionLink - the cp definition linkpublic CPDefinitionLink updateCPDefinitionLink(long cpDefinitionLinkId, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCPDefinitionLink in interface CPDefinitionLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateCPDefinitionLinkCProductIds(long cpDefinitionId,
long[] cProductIds,
java.lang.String type,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
updateCPDefinitionLinkCProductIds in interface CPDefinitionLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionLink> getCTPersistence()
getCTPersistence in interface CPDefinitionLinkLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPDefinitionLink>public java.lang.Class<CPDefinitionLink> getModelClass()
getModelClass in interface CPDefinitionLinkLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPDefinitionLink>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionLink>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CPDefinitionLinkLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPDefinitionLink>E extends java.lang.Throwablepublic CPDefinitionLinkLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkLocalService>public void setWrappedService(CPDefinitionLinkLocalService cpDefinitionLinkLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkLocalService>