Class DDLRecordVersionLocalServiceUtil
com.liferay.dynamic.data.lists.service.impl.DDLRecordVersionLocalServiceImpl
and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DDLRecordVersion
addDDLRecordVersion
(DDLRecordVersion ddlRecordVersion) Adds the ddl record version to the database.static DDLRecordVersion
createDDLRecordVersion
(long recordVersionId) Creates a new ddl record version with the primary key.static com.liferay.portal.kernel.model.PersistedModel
createPersistedModel
(Serializable primaryKeyObj) static DDLRecordVersion
deleteDDLRecordVersion
(long recordVersionId) Deletes the ddl record version with the primary key from the database.static DDLRecordVersion
deleteDDLRecordVersion
(DDLRecordVersion ddlRecordVersion) Deletes the ddl record version from the database.static com.liferay.portal.kernel.model.PersistedModel
deletePersistedModel
(com.liferay.portal.kernel.model.PersistedModel persistedModel) static <T> T
dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) static int
dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) static com.liferay.portal.kernel.dao.orm.DynamicQuery
static <T> List<T>
dynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.static <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.static <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.static long
dynamicQueryCount
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.static 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.static DDLRecordVersion
fetchDDLRecordVersion
(long recordVersionId) static 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.static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
static DDLRecordVersion
getDDLRecordVersion
(long recordVersionId) Returns the ddl record version with the primary key.static List<DDLRecordVersion>
getDDLRecordVersions
(int start, int end) Returns a range of all the ddl record versions.static int
Returns the number of ddl record versions.static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
static DDLRecordVersion
getLatestRecordVersion
(long recordId) Returns the record's latest record version.static String
Returns the OSGi service identifier.static com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) static DDLRecordVersion
getRecordVersion
(long recordVersionId) Returns the record version by its ID.static DDLRecordVersion
getRecordVersion
(long recordId, String version) Returns the record version matching the record and version.static 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.static int
getRecordVersionsCount
(long recordId) Returns the number of record versions matching the record ID.static DDLRecordVersionLocalService
static DDLRecordVersion
updateDDLRecordVersion
(DDLRecordVersion ddlRecordVersion) Updates the ddl record version in the database or adds it if it does not yet exist.
-
Constructor Details
-
DDLRecordVersionLocalServiceUtil
public DDLRecordVersionLocalServiceUtil()
-
-
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.
- 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.- Parameters:
recordVersionId
- the primary key for the new ddl record version- Returns:
- the new ddl record version
-
createPersistedModel
public static com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
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.
- Parameters:
ddlRecordVersion
- the ddl record version- Returns:
- the ddl record version that was removed
-
deleteDDLRecordVersion
public static 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.
- Parameters:
recordVersionId
- the primary key of the ddl record version- Returns:
- the ddl record version that was removed
- Throws:
com.liferay.portal.kernel.exception.PortalException
- if a ddl record version with the primary key could not be found
-
deletePersistedModel
public static com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public static <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) -
dslQueryCount
public static int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) -
dynamicQuery
public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() -
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Parameters:
dynamicQuery
- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public static <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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl
.- 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 static <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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl
.- 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 static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Parameters:
dynamicQuery
- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public static 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.- Parameters:
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchDDLRecordVersion
-
fetchLatestRecordVersion
public static 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.- 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 static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery() -
getDDLRecordVersion
public static DDLRecordVersion getDDLRecordVersion(long recordVersionId) throws com.liferay.portal.kernel.exception.PortalException Returns the ddl record version with the primary key.- Parameters:
recordVersionId
- the primary key of the ddl record version- Returns:
- the ddl record version
- Throws:
com.liferay.portal.kernel.exception.PortalException
- if a ddl record version with the primary key could not be found
-
getDDLRecordVersions
Returns a range of all the ddl record versions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl
.- 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 static int getDDLRecordVersionsCount()Returns the number of ddl record versions.- Returns:
- the number of ddl record versions
-
getIndexableActionableDynamicQuery
public static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery() -
getLatestRecordVersion
public static DDLRecordVersion getLatestRecordVersion(long recordId) throws com.liferay.portal.kernel.exception.PortalException Returns the record's latest record version.- Parameters:
recordId
- the primary key of the record- Returns:
- the latest record version for the given record
- Throws:
com.liferay.portal.kernel.exception.PortalException
- if a portal exception occurred
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getPersistedModel
public static com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordVersion
public static DDLRecordVersion getRecordVersion(long recordVersionId) throws com.liferay.portal.kernel.exception.PortalException Returns the record version by its ID.- Parameters:
recordVersionId
- the primary key of the record version- Returns:
- the record version with the ID
- Throws:
com.liferay.portal.kernel.exception.PortalException
- if a matching record set could not be found
-
getRecordVersion
public static DDLRecordVersion getRecordVersion(long recordId, String version) throws com.liferay.portal.kernel.exception.PortalException Returns the record version matching the record and version.- Parameters:
recordId
- the primary key of the recordversion
- the record version- Returns:
- the record version matching the record primary key and version
- Throws:
com.liferay.portal.kernel.exception.PortalException
- if a matching record set could not be found
-
getRecordVersions
public static 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil.ALL_POS
will return the full result set.- 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 static int getRecordVersionsCount(long recordId) Returns the number of record versions matching the record ID.- 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.
- Parameters:
ddlRecordVersion
- the ddl record version- Returns:
- the ddl record version that was updated
-
getService
-