@ProviderType public class DDMDataProviderInstanceLinkLocalServiceWrapper extends java.lang.Object implements DDMDataProviderInstanceLinkLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DDMDataProviderInstanceLinkLocalService>
DDMDataProviderInstanceLinkLocalService.| Constructor and Description |
|---|
DDMDataProviderInstanceLinkLocalServiceWrapper(DDMDataProviderInstanceLinkLocalService ddmDataProviderInstanceLinkLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DDMDataProviderInstanceLink |
addDataProviderInstanceLink(long dataProviderInstanceId,
long structureId) |
DDMDataProviderInstanceLink |
addDDMDataProviderInstanceLink(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
Adds the d d m data provider instance link to the database.
|
DDMDataProviderInstanceLink |
createDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
Creates a new d d m data provider instance link with the primary key.
|
void |
deleteDataProviderInstanceLink(DDMDataProviderInstanceLink dataProviderInstanceLink) |
void |
deleteDataProviderInstanceLink(long dataProviderInstanceLinkId) |
void |
deleteDataProviderInstanceLink(long dataProviderInstanceId,
long structureId) |
void |
deleteDataProviderInstanceLinks(long structureId) |
DDMDataProviderInstanceLink |
deleteDDMDataProviderInstanceLink(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
Deletes the d d m data provider instance link from the database.
|
DDMDataProviderInstanceLink |
deleteDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
Deletes the d d m data provider instance link with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
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.
|
DDMDataProviderInstanceLink |
fetchDataProviderInstanceLink(long dataProviderInstanceId,
long structureId) |
DDMDataProviderInstanceLink |
fetchDDMDataProviderInstanceLink(long dataProviderInstanceLinkId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<DDMDataProviderInstanceLink> |
getDataProviderInstanceLinks(long structureId) |
DDMDataProviderInstanceLink |
getDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
Returns the d d m data provider instance link with the primary key.
|
java.util.List<DDMDataProviderInstanceLink> |
getDDMDataProviderInstanceLinks(int start,
int end)
Returns a range of all the d d m data provider instance links.
|
int |
getDDMDataProviderInstanceLinksCount()
Returns the number of d d m data provider instance links.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
DDMDataProviderInstanceLinkLocalService |
getWrappedService() |
void |
setWrappedService(DDMDataProviderInstanceLinkLocalService ddmDataProviderInstanceLinkLocalService) |
DDMDataProviderInstanceLink |
updateDDMDataProviderInstanceLink(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
Updates the d d m data provider instance link in the database or adds it if it does not yet exist.
|
public DDMDataProviderInstanceLinkLocalServiceWrapper(DDMDataProviderInstanceLinkLocalService ddmDataProviderInstanceLinkLocalService)
public DDMDataProviderInstanceLink addDDMDataProviderInstanceLink(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
addDDMDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServiceddmDataProviderInstanceLink - the d d m data provider instance linkpublic DDMDataProviderInstanceLink addDataProviderInstanceLink(long dataProviderInstanceId, long structureId)
addDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicepublic DDMDataProviderInstanceLink createDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
createDDMDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicedataProviderInstanceLinkId - the primary key for the new d d m data provider instance linkpublic DDMDataProviderInstanceLink deleteDDMDataProviderInstanceLink(long dataProviderInstanceLinkId) throws com.liferay.portal.kernel.exception.PortalException
deleteDDMDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicedataProviderInstanceLinkId - the primary key of the d d m data provider instance linkPortalException - if a d d m data provider instance link with the primary key could not be foundpublic DDMDataProviderInstanceLink deleteDDMDataProviderInstanceLink(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
deleteDDMDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServiceddmDataProviderInstanceLink - the d d m data provider instance linkpublic void deleteDataProviderInstanceLink(long dataProviderInstanceId,
long structureId)
throws com.liferay.portal.kernel.exception.PortalException
deleteDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteDataProviderInstanceLink(DDMDataProviderInstanceLink dataProviderInstanceLink)
deleteDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicepublic void deleteDataProviderInstanceLink(long dataProviderInstanceLinkId)
throws com.liferay.portal.kernel.exception.PortalException
deleteDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteDataProviderInstanceLinks(long structureId)
deleteDataProviderInstanceLinks in interface DDMDataProviderInstanceLinkLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface DDMDataProviderInstanceLinkLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface DDMDataProviderInstanceLinkLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface DDMDataProviderInstanceLinkLocalServicedynamicQuery - 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMDataProviderInstanceLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface DDMDataProviderInstanceLinkLocalServicedynamicQuery - 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMDataProviderInstanceLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface DDMDataProviderInstanceLinkLocalServicedynamicQuery - 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 DDMDataProviderInstanceLinkLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface DDMDataProviderInstanceLinkLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic DDMDataProviderInstanceLink fetchDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
fetchDDMDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicepublic DDMDataProviderInstanceLink fetchDataProviderInstanceLink(long dataProviderInstanceId, long structureId)
fetchDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DDMDataProviderInstanceLinkLocalServicepublic DDMDataProviderInstanceLink getDDMDataProviderInstanceLink(long dataProviderInstanceLinkId) throws com.liferay.portal.kernel.exception.PortalException
getDDMDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServicedataProviderInstanceLinkId - the primary key of the d d m data provider instance linkPortalException - if a d d m data provider instance link with the primary key could not be foundpublic java.util.List<DDMDataProviderInstanceLink> getDDMDataProviderInstanceLinks(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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMDataProviderInstanceLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getDDMDataProviderInstanceLinks in interface DDMDataProviderInstanceLinkLocalServicestart - the lower bound of the range of d d m data provider instance linksend - the upper bound of the range of d d m data provider instance links (not inclusive)public int getDDMDataProviderInstanceLinksCount()
getDDMDataProviderInstanceLinksCount in interface DDMDataProviderInstanceLinkLocalServicepublic java.util.List<DDMDataProviderInstanceLink> getDataProviderInstanceLinks(long structureId)
getDataProviderInstanceLinks in interface DDMDataProviderInstanceLinkLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DDMDataProviderInstanceLinkLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDMDataProviderInstanceLinkLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface DDMDataProviderInstanceLinkLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDMDataProviderInstanceLink updateDDMDataProviderInstanceLink(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
updateDDMDataProviderInstanceLink in interface DDMDataProviderInstanceLinkLocalServiceddmDataProviderInstanceLink - the d d m data provider instance linkpublic DDMDataProviderInstanceLinkLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMDataProviderInstanceLinkLocalService>public void setWrappedService(DDMDataProviderInstanceLinkLocalService ddmDataProviderInstanceLinkLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMDataProviderInstanceLinkLocalService>