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.
|
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.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(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 DDMFormInstanceVersionLocalService
ddmFormInstanceVersion
- the ddm form instance versionpublic DDMFormInstanceVersion createDDMFormInstanceVersion(long formInstanceVersionId)
createDDMFormInstanceVersion
in interface DDMFormInstanceVersionLocalService
formInstanceVersionId
- 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 DDMFormInstanceVersionLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void deleteByFormInstanceId(long ddmFormInstanceId)
deleteByFormInstanceId
in interface DDMFormInstanceVersionLocalService
public 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 DDMFormInstanceVersionLocalService
ddmFormInstanceVersion
- 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 DDMFormInstanceVersionLocalService
formInstanceVersionId
- 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 DDMFormInstanceVersionLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface DDMFormInstanceVersionLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface DDMFormInstanceVersionLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface DDMFormInstanceVersionLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface DDMFormInstanceVersionLocalService
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 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 DDMFormInstanceVersionLocalService
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 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 DDMFormInstanceVersionLocalService
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 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface DDMFormInstanceVersionLocalService
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 DDMFormInstanceVersionLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic DDMFormInstanceVersion fetchDDMFormInstanceVersion(long formInstanceVersionId)
fetchDDMFormInstanceVersion
in interface DDMFormInstanceVersionLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface DDMFormInstanceVersionLocalService
public DDMFormInstanceVersion getDDMFormInstanceVersion(long formInstanceVersionId) throws com.liferay.portal.kernel.exception.PortalException
getDDMFormInstanceVersion
in interface DDMFormInstanceVersionLocalService
formInstanceVersionId
- 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 DDMFormInstanceVersionLocalService
start
- 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 DDMFormInstanceVersionLocalService
public DDMFormInstanceVersion getFormInstanceVersion(long ddmFormInstanceVersionId) throws com.liferay.portal.kernel.exception.PortalException
getFormInstanceVersion
in interface DDMFormInstanceVersionLocalService
com.liferay.portal.kernel.exception.PortalException
public DDMFormInstanceVersion getFormInstanceVersion(long ddmFormInstanceId, java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
getFormInstanceVersion
in interface DDMFormInstanceVersionLocalService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<DDMFormInstanceVersion> getFormInstanceVersions(long ddmFormInstanceId)
getFormInstanceVersions
in interface DDMFormInstanceVersionLocalService
public java.util.List<DDMFormInstanceVersion> getFormInstanceVersions(long ddmFormInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceVersion> orderByComparator)
getFormInstanceVersions
in interface DDMFormInstanceVersionLocalService
public int getFormInstanceVersionsCount(long ddmFormInstanceId)
getFormInstanceVersionsCount
in interface DDMFormInstanceVersionLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface DDMFormInstanceVersionLocalService
public DDMFormInstanceVersion getLatestFormInstanceVersion(long ddmFormInstanceId) throws com.liferay.portal.kernel.exception.PortalException
getLatestFormInstanceVersion
in interface DDMFormInstanceVersionLocalService
com.liferay.portal.kernel.exception.PortalException
public DDMFormInstanceVersion getLatestFormInstanceVersion(long formInstanceId, int status) throws com.liferay.portal.kernel.exception.PortalException
getLatestFormInstanceVersion
in interface DDMFormInstanceVersionLocalService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DDMFormInstanceVersionLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface DDMFormInstanceVersionLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 DDMFormInstanceVersionLocalService
ddmFormInstanceVersion
- the ddm form instance versionpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMFormInstanceVersion> getCTPersistence()
getCTPersistence
in interface DDMFormInstanceVersionLocalService
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDMFormInstanceVersion>
public java.lang.Class<DDMFormInstanceVersion> getModelClass()
getModelClass
in interface DDMFormInstanceVersionLocalService
getModelClass
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 DDMFormInstanceVersionLocalService
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.change.tracking.CTService<DDMFormInstanceVersion>
E extends java.lang.Throwable
public 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>