@ProviderType public class DDMTemplateLinkLocalServiceWrapper extends java.lang.Object implements DDMTemplateLinkLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DDMTemplateLinkLocalService>
DDMTemplateLinkLocalService.DDMTemplateLinkLocalService| Constructor and Description |
|---|
DDMTemplateLinkLocalServiceWrapper(DDMTemplateLinkLocalService ddmTemplateLinkLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DDMTemplateLink |
addDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Adds the d d m template link to the database.
|
DDMTemplateLink |
addTemplateLink(long classNameId,
long classPK,
long templateId) |
DDMTemplateLink |
createDDMTemplateLink(long templateLinkId)
Creates a new d d m template link with the primary key.
|
DDMTemplateLink |
deleteDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Deletes the d d m template link from the database.
|
DDMTemplateLink |
deleteDDMTemplateLink(long templateLinkId)
Deletes the d d m template link with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
DDMTemplateLink |
deleteTemplateLink(DDMTemplateLink templateLink) |
DDMTemplateLink |
deleteTemplateLink(long templateLinkId) |
DDMTemplateLink |
deleteTemplateLink(long classNameId,
long classPK) |
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.
|
DDMTemplateLink |
fetchDDMTemplateLink(long templateLinkId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
DDMTemplateLink |
getDDMTemplateLink(long templateLinkId)
Returns the d d m template link with the primary key.
|
java.util.List<DDMTemplateLink> |
getDDMTemplateLinks(int start,
int end)
Returns a range of all the d d m template links.
|
int |
getDDMTemplateLinksCount()
Returns the number of d d m template 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) |
DDMTemplateLink |
getTemplateLink(long templateLinkId) |
DDMTemplateLink |
getTemplateLink(long classNameId,
long classPK) |
java.util.List<DDMTemplateLink> |
getTemplateLinks(long classNameId) |
DDMTemplateLinkLocalService |
getWrappedService() |
void |
setWrappedService(DDMTemplateLinkLocalService ddmTemplateLinkLocalService) |
DDMTemplateLink |
updateDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Updates the d d m template link in the database or adds it if it does not yet exist.
|
DDMTemplateLink |
updateTemplateLink(long templateLinkId,
long templateId) |
DDMTemplateLink |
updateTemplateLink(long classNameId,
long classPK,
long templateId) |
public DDMTemplateLinkLocalServiceWrapper(DDMTemplateLinkLocalService ddmTemplateLinkLocalService)
public DDMTemplateLink addDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
addDDMTemplateLink in interface DDMTemplateLinkLocalServiceddmTemplateLink - the d d m template linkpublic DDMTemplateLink addTemplateLink(long classNameId, long classPK, long templateId)
addTemplateLink in interface DDMTemplateLinkLocalServicepublic DDMTemplateLink createDDMTemplateLink(long templateLinkId)
createDDMTemplateLink in interface DDMTemplateLinkLocalServicetemplateLinkId - the primary key for the new d d m template linkpublic DDMTemplateLink deleteDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
deleteDDMTemplateLink in interface DDMTemplateLinkLocalServiceddmTemplateLink - the d d m template linkpublic DDMTemplateLink deleteDDMTemplateLink(long templateLinkId) throws com.liferay.portal.kernel.exception.PortalException
deleteDDMTemplateLink in interface DDMTemplateLinkLocalServicetemplateLinkId - the primary key of the d d m template linkPortalException - if a d d m template link with the primary key could not be foundpublic DDMTemplateLink deleteTemplateLink(DDMTemplateLink templateLink)
deleteTemplateLink in interface DDMTemplateLinkLocalServicepublic DDMTemplateLink deleteTemplateLink(long classNameId, long classPK)
deleteTemplateLink in interface DDMTemplateLinkLocalServicepublic DDMTemplateLink deleteTemplateLink(long templateLinkId) throws com.liferay.portal.kernel.exception.PortalException
deleteTemplateLink in interface DDMTemplateLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDMTemplateLink fetchDDMTemplateLink(long templateLinkId)
fetchDDMTemplateLink in interface DDMTemplateLinkLocalServicepublic DDMTemplateLink getDDMTemplateLink(long templateLinkId) throws com.liferay.portal.kernel.exception.PortalException
getDDMTemplateLink in interface DDMTemplateLinkLocalServicetemplateLinkId - the primary key of the d d m template linkPortalException - if a d d m template link with the primary key could not be foundpublic DDMTemplateLink getTemplateLink(long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
getTemplateLink in interface DDMTemplateLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDMTemplateLink getTemplateLink(long templateLinkId) throws com.liferay.portal.kernel.exception.PortalException
getTemplateLink in interface DDMTemplateLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDMTemplateLink updateDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
updateDDMTemplateLink in interface DDMTemplateLinkLocalServiceddmTemplateLink - the d d m template linkpublic DDMTemplateLink updateTemplateLink(long classNameId, long classPK, long templateId)
updateTemplateLink in interface DDMTemplateLinkLocalServicepublic DDMTemplateLink updateTemplateLink(long templateLinkId, long templateId) throws com.liferay.portal.kernel.exception.PortalException
updateTemplateLink in interface DDMTemplateLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DDMTemplateLinkLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface DDMTemplateLinkLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DDMTemplateLinkLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface DDMTemplateLinkLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface DDMTemplateLinkLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getDDMTemplateLinksCount()
getDDMTemplateLinksCount in interface DDMTemplateLinkLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDMTemplateLinkLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface DDMTemplateLinkLocalServicedynamicQuery - 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.DDMTemplateLinkModelImpl. 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 DDMTemplateLinkLocalServicedynamicQuery - 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.DDMTemplateLinkModelImpl. 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 DDMTemplateLinkLocalServicedynamicQuery - 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<DDMTemplateLink> getDDMTemplateLinks(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.DDMTemplateLinkModelImpl. 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.
getDDMTemplateLinks in interface DDMTemplateLinkLocalServicestart - the lower bound of the range of d d m template linksend - the upper bound of the range of d d m template links (not inclusive)public java.util.List<DDMTemplateLink> getTemplateLinks(long classNameId)
getTemplateLinks in interface DDMTemplateLinkLocalServicepublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface DDMTemplateLinkLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface DDMTemplateLinkLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic DDMTemplateLinkLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMTemplateLinkLocalService>public void setWrappedService(DDMTemplateLinkLocalService ddmTemplateLinkLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMTemplateLinkLocalService>