@ProviderType public class DDMFormInstanceVersionLocalServiceWrapper extends java.lang.Object implements DDMFormInstanceVersionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DDMFormInstanceVersionLocalService>
DDMFormInstanceVersionLocalService.DDMFormInstanceVersionLocalService| Constructor and Description |
|---|
DDMFormInstanceVersionLocalServiceWrapper(DDMFormInstanceVersionLocalService ddmFormInstanceVersionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DDMFormInstanceVersion |
addDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
Adds the ddm form instance version to the database.
|
DDMFormInstanceVersion |
createDDMFormInstanceVersion(long formInstanceVersionId)
Creates a new ddm form instance version with the primary key.
|
void |
deleteByFormInstanceId(long ddmFormInstanceId) |
DDMFormInstanceVersion |
deleteDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
Deletes the ddm form instance version from the database.
|
DDMFormInstanceVersion |
deleteDDMFormInstanceVersion(long formInstanceVersionId)
Deletes the ddm form instance version 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.
|
DDMFormInstanceVersion |
fetchDDMFormInstanceVersion(long formInstanceVersionId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
DDMFormInstanceVersion |
getDDMFormInstanceVersion(long formInstanceVersionId)
Returns the ddm form instance version with the primary key.
|
java.util.List<DDMFormInstanceVersion> |
getDDMFormInstanceVersions(int start,
int end)
Returns a range of all the ddm form instance versions.
|
int |
getDDMFormInstanceVersionsCount()
Returns the number of ddm form instance versions.
|
DDMFormInstanceVersion |
getFormInstanceVersion(long ddmFormInstanceVersionId) |
DDMFormInstanceVersion |
getFormInstanceVersion(long ddmFormInstanceId,
java.lang.String version) |
java.util.List<DDMFormInstanceVersion> |
getFormInstanceVersions(long ddmFormInstanceId) |
java.util.List<DDMFormInstanceVersion> |
getFormInstanceVersions(long ddmFormInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceVersion> orderByComparator) |
int |
getFormInstanceVersionsCount(long ddmFormInstanceId) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
DDMFormInstanceVersion |
getLatestFormInstanceVersion(long ddmFormInstanceId) |
DDMFormInstanceVersion |
getLatestFormInstanceVersion(long formInstanceId,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
DDMFormInstanceVersionLocalService |
getWrappedService() |
void |
setWrappedService(DDMFormInstanceVersionLocalService ddmFormInstanceVersionLocalService) |
DDMFormInstanceVersion |
updateDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
Updates the ddm form instance version in the database or adds it if it does not yet exist.
|
public DDMFormInstanceVersionLocalServiceWrapper(DDMFormInstanceVersionLocalService ddmFormInstanceVersionLocalService)
public DDMFormInstanceVersion addDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
addDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServiceddmFormInstanceVersion - the ddm form instance versionpublic DDMFormInstanceVersion createDDMFormInstanceVersion(long formInstanceVersionId)
createDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServiceformInstanceVersionId - the primary key for the new ddm form instance versionpublic void deleteByFormInstanceId(long ddmFormInstanceId)
deleteByFormInstanceId in interface DDMFormInstanceVersionLocalServicepublic DDMFormInstanceVersion deleteDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
deleteDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServiceddmFormInstanceVersion - the ddm form instance versionpublic DDMFormInstanceVersion deleteDDMFormInstanceVersion(long formInstanceVersionId) throws com.liferay.portal.kernel.exception.PortalException
deleteDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServiceformInstanceVersionId - the primary key of the ddm form instance versionPortalException - if a ddm form instance version with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface DDMFormInstanceVersionLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface DDMFormInstanceVersionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface DDMFormInstanceVersionLocalServicedynamicQuery - 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 and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceVersionModelImpl. 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 DDMFormInstanceVersionLocalServicedynamicQuery - 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 and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceVersionModelImpl. 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 DDMFormInstanceVersionLocalServicedynamicQuery - 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 DDMFormInstanceVersionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface DDMFormInstanceVersionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic DDMFormInstanceVersion fetchDDMFormInstanceVersion(long formInstanceVersionId)
fetchDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DDMFormInstanceVersionLocalServicepublic DDMFormInstanceVersion getDDMFormInstanceVersion(long formInstanceVersionId) throws com.liferay.portal.kernel.exception.PortalException
getDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServiceformInstanceVersionId - the primary key of the ddm form instance versionPortalException - if a ddm form instance version with the primary key could not be foundpublic java.util.List<DDMFormInstanceVersion> getDDMFormInstanceVersions(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 and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceVersionModelImpl. 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.
getDDMFormInstanceVersions in interface DDMFormInstanceVersionLocalServicestart - the lower bound of the range of ddm form instance versionsend - the upper bound of the range of ddm form instance versions (not inclusive)public int getDDMFormInstanceVersionsCount()
getDDMFormInstanceVersionsCount in interface DDMFormInstanceVersionLocalServicepublic DDMFormInstanceVersion getFormInstanceVersion(long ddmFormInstanceVersionId) throws com.liferay.portal.kernel.exception.PortalException
getFormInstanceVersion in interface DDMFormInstanceVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDMFormInstanceVersion getFormInstanceVersion(long ddmFormInstanceId, java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
getFormInstanceVersion in interface DDMFormInstanceVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DDMFormInstanceVersion> getFormInstanceVersions(long ddmFormInstanceId)
getFormInstanceVersions in interface DDMFormInstanceVersionLocalServicepublic java.util.List<DDMFormInstanceVersion> getFormInstanceVersions(long ddmFormInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceVersion> orderByComparator)
getFormInstanceVersions in interface DDMFormInstanceVersionLocalServicepublic int getFormInstanceVersionsCount(long ddmFormInstanceId)
getFormInstanceVersionsCount in interface DDMFormInstanceVersionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DDMFormInstanceVersionLocalServicepublic DDMFormInstanceVersion getLatestFormInstanceVersion(long ddmFormInstanceId) throws com.liferay.portal.kernel.exception.PortalException
getLatestFormInstanceVersion in interface DDMFormInstanceVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDMFormInstanceVersion getLatestFormInstanceVersion(long formInstanceId, int status) throws com.liferay.portal.kernel.exception.PortalException
getLatestFormInstanceVersion in interface DDMFormInstanceVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDMFormInstanceVersionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface DDMFormInstanceVersionLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDMFormInstanceVersion updateDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
updateDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServiceddmFormInstanceVersion - the ddm form instance versionpublic DDMFormInstanceVersionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMFormInstanceVersionLocalService>public void setWrappedService(DDMFormInstanceVersionLocalService ddmFormInstanceVersionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMFormInstanceVersionLocalService>