Class DDLRecordVersionLocalServiceWrapper
- All Implemented Interfaces:
DDLRecordVersionLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordVersion>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordVersionLocalService>
DDLRecordVersionLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDDLRecordVersionLocalServiceWrapper(DDLRecordVersionLocalService ddlRecordVersionLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddDDLRecordVersion(DDLRecordVersion ddlRecordVersion) Adds the ddl record version to the database.createDDLRecordVersion(long recordVersionId) Creates a new ddl record version with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteDDLRecordVersion(long recordVersionId) Deletes the ddl record version with the primary key from the database.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion) Deletes the ddl record version from the database.com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchDDLRecordVersion(long recordVersionId) fetchLatestRecordVersion(long userId, long recordSetId, String recordSetVersion, int status) Returns the latest record version matching the user, the record set, the record set version and workflow status.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?> com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDLRecordVersion> getDDLRecordVersion(long recordVersionId) Returns the ddl record version with the primary key.getDDLRecordVersions(int start, int end) Returns a range of all the ddl record versions.intReturns the number of ddl record versions.com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerygetLatestRecordVersion(long recordId) Returns the record's latest record version.Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) getRecordVersion(long recordVersionId) Returns the record version by its ID.getRecordVersion(long recordId, String version) Returns the record version matching the record and version.getRecordVersions(long recordId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordVersion> orderByComparator) Returns an ordered range of record versions matching the record's ID.intgetRecordVersionsCount(long recordId) Returns the number of record versions matching the record ID.voidsetWrappedService(DDLRecordVersionLocalService ddlRecordVersionLocalService) updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion) Updates the ddl record version in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDLRecordVersion>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
DDLRecordVersionLocalServiceWrapper
public DDLRecordVersionLocalServiceWrapper() -
DDLRecordVersionLocalServiceWrapper
public DDLRecordVersionLocalServiceWrapper(DDLRecordVersionLocalService ddlRecordVersionLocalService)
-
-
Method Details
-
addDDLRecordVersion
Adds the ddl record version to the database. Also notifies the appropriate model listeners.Important: Inspect DDLRecordVersionLocalServiceImpl 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.
- Specified by:
addDDLRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
ddlRecordVersion- the ddl record version- Returns:
- the ddl record version that was added
-
createDDLRecordVersion
Creates a new ddl record version with the primary key. Does not add the ddl record version to the database.- Specified by:
createDDLRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
recordVersionId- the primary key for the new ddl record version- Returns:
- the new ddl record version
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceDDLRecordVersionLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
deleteDDLRecordVersion
Deletes the ddl record version from the database. Also notifies the appropriate model listeners.Important: Inspect DDLRecordVersionLocalServiceImpl 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.
- Specified by:
deleteDDLRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
ddlRecordVersion- the ddl record version- Returns:
- the ddl record version that was removed
-
deleteDDLRecordVersion
public DDLRecordVersion deleteDDLRecordVersion(long recordVersionId) throws com.liferay.portal.kernel.exception.PortalException Deletes the ddl record version with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect DDLRecordVersionLocalServiceImpl 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.
- Specified by:
deleteDDLRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
recordVersionId- the primary key of the ddl record version- Returns:
- the ddl record version that was removed
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceDDLRecordVersionLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceDDLRecordVersionLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceDDLRecordVersionLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceDDLRecordVersionLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceDDLRecordVersionLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl.- Specified by:
dynamicQueryin interfaceDDLRecordVersionLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl.- Specified by:
dynamicQueryin interfaceDDLRecordVersionLocalService- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceDDLRecordVersionLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceDDLRecordVersionLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchDDLRecordVersion
- Specified by:
fetchDDLRecordVersionin interfaceDDLRecordVersionLocalService
-
fetchLatestRecordVersion
public DDLRecordVersion fetchLatestRecordVersion(long userId, long recordSetId, String recordSetVersion, int status) Returns the latest record version matching the user, the record set, the record set version and workflow status.- Specified by:
fetchLatestRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
userId- the primary key of the userrecordSetId- the primary key of the record setrecordSetVersion- the version of the record setstatus- the workflow status- Returns:
- the latest matching record version or
null
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceDDLRecordVersionLocalService
-
getDDLRecordVersion
public DDLRecordVersion getDDLRecordVersion(long recordVersionId) throws com.liferay.portal.kernel.exception.PortalException Returns the ddl record version with the primary key.- Specified by:
getDDLRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
recordVersionId- the primary key of the ddl record version- Returns:
- the ddl record version
-
getDDLRecordVersions
Returns a range of all the ddl record versions.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl.- Specified by:
getDDLRecordVersionsin interfaceDDLRecordVersionLocalService- Parameters:
start- the lower bound of the range of ddl record versionsend- the upper bound of the range of ddl record versions (not inclusive)- Returns:
- the range of ddl record versions
-
getDDLRecordVersionsCount
public int getDDLRecordVersionsCount()Returns the number of ddl record versions.- Specified by:
getDDLRecordVersionsCountin interfaceDDLRecordVersionLocalService- Returns:
- the number of ddl record versions
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceDDLRecordVersionLocalService
-
getLatestRecordVersion
public DDLRecordVersion getLatestRecordVersion(long recordId) throws com.liferay.portal.kernel.exception.PortalException Returns the record's latest record version.- Specified by:
getLatestRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
recordId- the primary key of the record- Returns:
- the latest record version for the given record
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDDLRecordVersionLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceDDLRecordVersionLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getRecordVersion
public DDLRecordVersion getRecordVersion(long recordVersionId) throws com.liferay.portal.kernel.exception.PortalException Returns the record version by its ID.- Specified by:
getRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
recordVersionId- the primary key of the record version- Returns:
- the record version with the ID
-
getRecordVersion
public DDLRecordVersion getRecordVersion(long recordId, String version) throws com.liferay.portal.kernel.exception.PortalException Returns the record version matching the record and version.- Specified by:
getRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
recordId- the primary key of the recordversion- the record version- Returns:
- the record version matching the record primary key and version
-
getRecordVersions
public List<DDLRecordVersion> getRecordVersions(long recordId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordVersion> orderByComparator) Returns an ordered range of record versions matching the record's ID.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil.ALL_POSwill return the full result set.- Specified by:
getRecordVersionsin interfaceDDLRecordVersionLocalService- Parameters:
recordId- the primary key of the recordstart- the lower bound of the range of record versions to returnend- the upper bound of the range of record versions to return (not inclusive)orderByComparator- the comparator used to order the record versions- Returns:
- the range of matching record versions ordered by the comparator
-
getRecordVersionsCount
public int getRecordVersionsCount(long recordId) Returns the number of record versions matching the record ID.- Specified by:
getRecordVersionsCountin interfaceDDLRecordVersionLocalService- Parameters:
recordId- the primary key of the record- Returns:
- the number of matching record versions
-
updateDDLRecordVersion
Updates the ddl record version in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect DDLRecordVersionLocalServiceImpl 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.
- Specified by:
updateDDLRecordVersionin interfaceDDLRecordVersionLocalService- Parameters:
ddlRecordVersion- the ddl record version- Returns:
- the ddl record version that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDLRecordVersion> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordVersion>- Specified by:
getCTPersistencein interfaceDDLRecordVersionLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordVersion>- Specified by:
getModelClassin interfaceDDLRecordVersionLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDLRecordVersion>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DDLRecordVersion>- Specified by:
updateWithUnsafeFunctionin interfaceDDLRecordVersionLocalService- Throws:
E
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDLRecordVersionLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDLRecordVersionLocalService>
-