@ProviderType public class DDMDataProviderInstanceLinkLocalServiceWrapper extends java.lang.Object implements DDMDataProviderInstanceLinkLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DDMDataProviderInstanceLinkLocalService>
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 ddm data provider instance link to the database.
|
DDMDataProviderInstanceLink |
createDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
Creates a new ddm 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 ddm data provider instance link from the database.
|
DDMDataProviderInstanceLink |
deleteDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
Deletes the ddm 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 ddm data provider instance link with the primary key.
|
java.util.List<DDMDataProviderInstanceLink> |
getDDMDataProviderInstanceLinks(int start,
int end)
Returns a range of all the ddm data provider instance links.
|
int |
getDDMDataProviderInstanceLinksCount()
Returns the number of ddm 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 ddm 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 DDMDataProviderInstanceLinkLocalService
ddmDataProviderInstanceLink
- the ddm data provider instance linkpublic DDMDataProviderInstanceLink addDataProviderInstanceLink(long dataProviderInstanceId, long structureId)
addDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
public DDMDataProviderInstanceLink createDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
createDDMDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
dataProviderInstanceLinkId
- the primary key for the new ddm data provider instance linkpublic DDMDataProviderInstanceLink deleteDDMDataProviderInstanceLink(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
deleteDDMDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
ddmDataProviderInstanceLink
- the ddm data provider instance linkpublic DDMDataProviderInstanceLink deleteDDMDataProviderInstanceLink(long dataProviderInstanceLinkId) throws com.liferay.portal.kernel.exception.PortalException
deleteDDMDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
dataProviderInstanceLinkId
- the primary key of the ddm data provider instance linkPortalException
- if a ddm data provider instance link with the primary key could not be foundpublic DDMDataProviderInstanceLink fetchDDMDataProviderInstanceLink(long dataProviderInstanceLinkId)
fetchDDMDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
public DDMDataProviderInstanceLink fetchDataProviderInstanceLink(long dataProviderInstanceId, long structureId)
fetchDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
public DDMDataProviderInstanceLink getDDMDataProviderInstanceLink(long dataProviderInstanceLinkId) throws com.liferay.portal.kernel.exception.PortalException
getDDMDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
dataProviderInstanceLinkId
- the primary key of the ddm data provider instance linkPortalException
- if a ddm data provider instance link with the primary key could not be foundpublic DDMDataProviderInstanceLink updateDDMDataProviderInstanceLink(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
updateDDMDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
ddmDataProviderInstanceLink
- the ddm data provider instance linkpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface DDMDataProviderInstanceLinkLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface DDMDataProviderInstanceLinkLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface DDMDataProviderInstanceLinkLocalService
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface DDMDataProviderInstanceLinkLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface DDMDataProviderInstanceLinkLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
public int getDDMDataProviderInstanceLinksCount()
getDDMDataProviderInstanceLinksCount
in interface DDMDataProviderInstanceLinkLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DDMDataProviderInstanceLinkLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface DDMDataProviderInstanceLinkLocalService
dynamicQuery
- 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 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 DDMDataProviderInstanceLinkLocalService
dynamicQuery
- 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 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 DDMDataProviderInstanceLinkLocalService
dynamicQuery
- 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 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 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 DDMDataProviderInstanceLinkLocalService
start
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)public java.util.List<DDMDataProviderInstanceLink> getDataProviderInstanceLinks(long structureId)
getDataProviderInstanceLinks
in interface DDMDataProviderInstanceLinkLocalService
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface DDMDataProviderInstanceLinkLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface DDMDataProviderInstanceLinkLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic void deleteDataProviderInstanceLink(DDMDataProviderInstanceLink dataProviderInstanceLink)
deleteDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
public void deleteDataProviderInstanceLink(long dataProviderInstanceId, long structureId) throws com.liferay.portal.kernel.exception.PortalException
deleteDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteDataProviderInstanceLink(long dataProviderInstanceLinkId) throws com.liferay.portal.kernel.exception.PortalException
deleteDataProviderInstanceLink
in interface DDMDataProviderInstanceLinkLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteDataProviderInstanceLinks(long structureId)
deleteDataProviderInstanceLinks
in interface DDMDataProviderInstanceLinkLocalService
public 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>