public class DDMFormInstanceVersionLocalServiceWrapper extends java.lang.Object implements DDMFormInstanceVersionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DDMFormInstanceVersionLocalService>
DDMFormInstanceVersionLocalService.DDMFormInstanceVersionLocalService| Constructor and Description |
|---|
DDMFormInstanceVersionLocalServiceWrapper() |
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.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
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) |
<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.
|
DDMFormInstanceVersion |
fetchDDMFormInstanceVersion(long formInstanceVersionId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMFormInstanceVersion> |
getCTPersistence() |
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.Class<DDMFormInstanceVersion> |
getModelClass() |
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.
|
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMFormInstanceVersion>,R,E> updateUnsafeFunction) |
public DDMFormInstanceVersionLocalServiceWrapper()
public DDMFormInstanceVersionLocalServiceWrapper(DDMFormInstanceVersionLocalService ddmFormInstanceVersionLocalService)
public DDMFormInstanceVersion addDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
Important: Inspect DDMFormInstanceVersionLocalServiceImpl 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.
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 com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface DDMFormInstanceVersionLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteByFormInstanceId(long ddmFormInstanceId)
deleteByFormInstanceId in interface DDMFormInstanceVersionLocalServicepublic DDMFormInstanceVersion deleteDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
Important: Inspect DDMFormInstanceVersionLocalServiceImpl 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.
deleteDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServiceddmFormInstanceVersion - the ddm form instance versionpublic DDMFormInstanceVersion deleteDDMFormInstanceVersion(long formInstanceVersionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect DDMFormInstanceVersionLocalServiceImpl 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.
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 <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface DDMFormInstanceVersionLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface DDMFormInstanceVersionLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic 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, then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceVersionModelImpl.
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, then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceVersionModelImpl.
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, then the query will include the default ORDER BY logic from com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceVersionModelImpl.
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.PersistedModelLocalServicePortalExceptionpublic DDMFormInstanceVersion updateDDMFormInstanceVersion(DDMFormInstanceVersion ddmFormInstanceVersion)
Important: Inspect DDMFormInstanceVersionLocalServiceImpl 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.
updateDDMFormInstanceVersion in interface DDMFormInstanceVersionLocalServiceddmFormInstanceVersion - the ddm form instance versionpublic 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<DDMFormInstanceVersion> getCTPersistence()
getCTPersistence in interface DDMFormInstanceVersionLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDMFormInstanceVersion>public java.lang.Class<DDMFormInstanceVersion> getModelClass()
getModelClass in interface DDMFormInstanceVersionLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDMFormInstanceVersion>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMFormInstanceVersion>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface DDMFormInstanceVersionLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDMFormInstanceVersion>E extends java.lang.Throwablepublic 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>