Class DDMFormInstanceRecordVersionUtil

java.lang.Object
com.liferay.dynamic.data.mapping.service.persistence.DDMFormInstanceRecordVersionUtil

public class DDMFormInstanceRecordVersionUtil extends Object
The persistence utility for the ddm form instance record version service. This utility wraps com.liferay.dynamic.data.mapping.service.persistence.impl.DDMFormInstanceRecordVersionPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Details

    • DDMFormInstanceRecordVersionUtil

      public DDMFormInstanceRecordVersionUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(DDMFormInstanceRecordVersion ddmFormInstanceRecordVersion)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,DDMFormInstanceRecordVersion> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<DDMFormInstanceRecordVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<DDMFormInstanceRecordVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<DDMFormInstanceRecordVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static DDMFormInstanceRecordVersion update(DDMFormInstanceRecordVersion ddmFormInstanceRecordVersion)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static DDMFormInstanceRecordVersion update(DDMFormInstanceRecordVersion ddmFormInstanceRecordVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByFormInstanceRecordId

      public static List<DDMFormInstanceRecordVersion> findByFormInstanceRecordId(long formInstanceRecordId)
      Returns all the ddm form instance record versions where formInstanceRecordId = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      Returns:
      the matching ddm form instance record versions
    • findByFormInstanceRecordId

      public static List<DDMFormInstanceRecordVersion> findByFormInstanceRecordId(long formInstanceRecordId, int start, int end)
      Returns a range of all the ddm form instance record versions where formInstanceRecordId = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceRecordId - the form instance record ID
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      Returns:
      the range of matching ddm form instance record versions
    • findByFormInstanceRecordId

      public static List<DDMFormInstanceRecordVersion> findByFormInstanceRecordId(long formInstanceRecordId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns an ordered range of all the ddm form instance record versions where formInstanceRecordId = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceRecordId - the form instance record ID
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByFormInstanceRecordId

      public static List<DDMFormInstanceRecordVersion> findByFormInstanceRecordId(long formInstanceRecordId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ddm form instance record versions where formInstanceRecordId = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceRecordId - the form instance record ID
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByFormInstanceRecordId_First

      public static DDMFormInstanceRecordVersion findByFormInstanceRecordId_First(long formInstanceRecordId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the first ddm form instance record version in the ordered set where formInstanceRecordId = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByFormInstanceRecordId_First

      public static DDMFormInstanceRecordVersion fetchByFormInstanceRecordId_First(long formInstanceRecordId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the first ddm form instance record version in the ordered set where formInstanceRecordId = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByFormInstanceRecordId_Last

      public static DDMFormInstanceRecordVersion findByFormInstanceRecordId_Last(long formInstanceRecordId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the last ddm form instance record version in the ordered set where formInstanceRecordId = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByFormInstanceRecordId_Last

      public static DDMFormInstanceRecordVersion fetchByFormInstanceRecordId_Last(long formInstanceRecordId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the last ddm form instance record version in the ordered set where formInstanceRecordId = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByFormInstanceRecordId_PrevAndNext

      public static DDMFormInstanceRecordVersion[] findByFormInstanceRecordId_PrevAndNext(long formInstanceRecordVersionId, long formInstanceRecordId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the ddm form instance record versions before and after the current ddm form instance record version in the ordered set where formInstanceRecordId = ?.
      Parameters:
      formInstanceRecordVersionId - the primary key of the current ddm form instance record version
      formInstanceRecordId - the form instance record ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a ddm form instance record version with the primary key could not be found
      NoSuchFormInstanceRecordVersionException
    • removeByFormInstanceRecordId

      public static void removeByFormInstanceRecordId(long formInstanceRecordId)
      Removes all the ddm form instance record versions where formInstanceRecordId = ? from the database.
      Parameters:
      formInstanceRecordId - the form instance record ID
    • countByFormInstanceRecordId

      public static int countByFormInstanceRecordId(long formInstanceRecordId)
      Returns the number of ddm form instance record versions where formInstanceRecordId = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      Returns:
      the number of matching ddm form instance record versions
    • findByU_F

      public static List<DDMFormInstanceRecordVersion> findByU_F(long userId, long formInstanceId)
      Returns all the ddm form instance record versions where userId = ? and formInstanceId = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      Returns:
      the matching ddm form instance record versions
    • findByU_F

      public static List<DDMFormInstanceRecordVersion> findByU_F(long userId, long formInstanceId, int start, int end)
      Returns a range of all the ddm form instance record versions where userId = ? and formInstanceId = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      Returns:
      the range of matching ddm form instance record versions
    • findByU_F

      public static List<DDMFormInstanceRecordVersion> findByU_F(long userId, long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns an ordered range of all the ddm form instance record versions where userId = ? and formInstanceId = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByU_F

      public static List<DDMFormInstanceRecordVersion> findByU_F(long userId, long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ddm form instance record versions where userId = ? and formInstanceId = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByU_F_First

      public static DDMFormInstanceRecordVersion findByU_F_First(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the first ddm form instance record version in the ordered set where userId = ? and formInstanceId = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByU_F_First

      public static DDMFormInstanceRecordVersion fetchByU_F_First(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the first ddm form instance record version in the ordered set where userId = ? and formInstanceId = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByU_F_Last

      public static DDMFormInstanceRecordVersion findByU_F_Last(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the last ddm form instance record version in the ordered set where userId = ? and formInstanceId = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByU_F_Last

      public static DDMFormInstanceRecordVersion fetchByU_F_Last(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the last ddm form instance record version in the ordered set where userId = ? and formInstanceId = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByU_F_PrevAndNext

      public static DDMFormInstanceRecordVersion[] findByU_F_PrevAndNext(long formInstanceRecordVersionId, long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the ddm form instance record versions before and after the current ddm form instance record version in the ordered set where userId = ? and formInstanceId = ?.
      Parameters:
      formInstanceRecordVersionId - the primary key of the current ddm form instance record version
      userId - the user ID
      formInstanceId - the form instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a ddm form instance record version with the primary key could not be found
      NoSuchFormInstanceRecordVersionException
    • removeByU_F

      public static void removeByU_F(long userId, long formInstanceId)
      Removes all the ddm form instance record versions where userId = ? and formInstanceId = ? from the database.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
    • countByU_F

      public static int countByU_F(long userId, long formInstanceId)
      Returns the number of ddm form instance record versions where userId = ? and formInstanceId = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      Returns:
      the number of matching ddm form instance record versions
    • findByF_F

      public static List<DDMFormInstanceRecordVersion> findByF_F(long formInstanceId, String formInstanceVersion)
      Returns all the ddm form instance record versions where formInstanceId = ? and formInstanceVersion = ?.
      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      Returns:
      the matching ddm form instance record versions
    • findByF_F

      public static List<DDMFormInstanceRecordVersion> findByF_F(long formInstanceId, String formInstanceVersion, int start, int end)
      Returns a range of all the ddm form instance record versions where formInstanceId = ? and formInstanceVersion = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      Returns:
      the range of matching ddm form instance record versions
    • findByF_F

      public static List<DDMFormInstanceRecordVersion> findByF_F(long formInstanceId, String formInstanceVersion, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns an ordered range of all the ddm form instance record versions where formInstanceId = ? and formInstanceVersion = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByF_F

      public static List<DDMFormInstanceRecordVersion> findByF_F(long formInstanceId, String formInstanceVersion, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ddm form instance record versions where formInstanceId = ? and formInstanceVersion = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByF_F_First

      public static DDMFormInstanceRecordVersion findByF_F_First(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the first ddm form instance record version in the ordered set where formInstanceId = ? and formInstanceVersion = ?.
      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByF_F_First

      public static DDMFormInstanceRecordVersion fetchByF_F_First(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the first ddm form instance record version in the ordered set where formInstanceId = ? and formInstanceVersion = ?.
      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByF_F_Last

      public static DDMFormInstanceRecordVersion findByF_F_Last(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the last ddm form instance record version in the ordered set where formInstanceId = ? and formInstanceVersion = ?.
      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByF_F_Last

      public static DDMFormInstanceRecordVersion fetchByF_F_Last(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the last ddm form instance record version in the ordered set where formInstanceId = ? and formInstanceVersion = ?.
      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByF_F_PrevAndNext

      public static DDMFormInstanceRecordVersion[] findByF_F_PrevAndNext(long formInstanceRecordVersionId, long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the ddm form instance record versions before and after the current ddm form instance record version in the ordered set where formInstanceId = ? and formInstanceVersion = ?.
      Parameters:
      formInstanceRecordVersionId - the primary key of the current ddm form instance record version
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a ddm form instance record version with the primary key could not be found
      NoSuchFormInstanceRecordVersionException
    • removeByF_F

      public static void removeByF_F(long formInstanceId, String formInstanceVersion)
      Removes all the ddm form instance record versions where formInstanceId = ? and formInstanceVersion = ? from the database.
      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
    • countByF_F

      public static int countByF_F(long formInstanceId, String formInstanceVersion)
      Returns the number of ddm form instance record versions where formInstanceId = ? and formInstanceVersion = ?.
      Parameters:
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      Returns:
      the number of matching ddm form instance record versions
    • findByF_V

      public static DDMFormInstanceRecordVersion findByF_V(long formInstanceRecordId, String version) throws NoSuchFormInstanceRecordVersionException
      Returns the ddm form instance record version where formInstanceRecordId = ? and version = ? or throws a NoSuchFormInstanceRecordVersionException if it could not be found.
      Parameters:
      formInstanceRecordId - the form instance record ID
      version - the version
      Returns:
      the matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByF_V

      public static DDMFormInstanceRecordVersion fetchByF_V(long formInstanceRecordId, String version)
      Returns the ddm form instance record version where formInstanceRecordId = ? and version = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      formInstanceRecordId - the form instance record ID
      version - the version
      Returns:
      the matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • fetchByF_V

      public static DDMFormInstanceRecordVersion fetchByF_V(long formInstanceRecordId, String version, boolean useFinderCache)
      Returns the ddm form instance record version where formInstanceRecordId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      formInstanceRecordId - the form instance record ID
      version - the version
      useFinderCache - whether to use the finder cache
      Returns:
      the matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • removeByF_V

      public static DDMFormInstanceRecordVersion removeByF_V(long formInstanceRecordId, String version) throws NoSuchFormInstanceRecordVersionException
      Removes the ddm form instance record version where formInstanceRecordId = ? and version = ? from the database.
      Parameters:
      formInstanceRecordId - the form instance record ID
      version - the version
      Returns:
      the ddm form instance record version that was removed
      Throws:
      NoSuchFormInstanceRecordVersionException
    • countByF_V

      public static int countByF_V(long formInstanceRecordId, String version)
      Returns the number of ddm form instance record versions where formInstanceRecordId = ? and version = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      version - the version
      Returns:
      the number of matching ddm form instance record versions
    • findByF_S

      public static List<DDMFormInstanceRecordVersion> findByF_S(long formInstanceRecordId, int status)
      Returns all the ddm form instance record versions where formInstanceRecordId = ? and status = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      Returns:
      the matching ddm form instance record versions
    • findByF_S

      public static List<DDMFormInstanceRecordVersion> findByF_S(long formInstanceRecordId, int status, int start, int end)
      Returns a range of all the ddm form instance record versions where formInstanceRecordId = ? and status = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      Returns:
      the range of matching ddm form instance record versions
    • findByF_S

      public static List<DDMFormInstanceRecordVersion> findByF_S(long formInstanceRecordId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns an ordered range of all the ddm form instance record versions where formInstanceRecordId = ? and status = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByF_S

      public static List<DDMFormInstanceRecordVersion> findByF_S(long formInstanceRecordId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ddm form instance record versions where formInstanceRecordId = ? and status = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByF_S_First

      public static DDMFormInstanceRecordVersion findByF_S_First(long formInstanceRecordId, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the first ddm form instance record version in the ordered set where formInstanceRecordId = ? and status = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByF_S_First

      public static DDMFormInstanceRecordVersion fetchByF_S_First(long formInstanceRecordId, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the first ddm form instance record version in the ordered set where formInstanceRecordId = ? and status = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByF_S_Last

      public static DDMFormInstanceRecordVersion findByF_S_Last(long formInstanceRecordId, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the last ddm form instance record version in the ordered set where formInstanceRecordId = ? and status = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByF_S_Last

      public static DDMFormInstanceRecordVersion fetchByF_S_Last(long formInstanceRecordId, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the last ddm form instance record version in the ordered set where formInstanceRecordId = ? and status = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByF_S_PrevAndNext

      public static DDMFormInstanceRecordVersion[] findByF_S_PrevAndNext(long formInstanceRecordVersionId, long formInstanceRecordId, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the ddm form instance record versions before and after the current ddm form instance record version in the ordered set where formInstanceRecordId = ? and status = ?.
      Parameters:
      formInstanceRecordVersionId - the primary key of the current ddm form instance record version
      formInstanceRecordId - the form instance record ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a ddm form instance record version with the primary key could not be found
      NoSuchFormInstanceRecordVersionException
    • removeByF_S

      public static void removeByF_S(long formInstanceRecordId, int status)
      Removes all the ddm form instance record versions where formInstanceRecordId = ? and status = ? from the database.
      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
    • countByF_S

      public static int countByF_S(long formInstanceRecordId, int status)
      Returns the number of ddm form instance record versions where formInstanceRecordId = ? and status = ?.
      Parameters:
      formInstanceRecordId - the form instance record ID
      status - the status
      Returns:
      the number of matching ddm form instance record versions
    • findByU_F_F_S

      public static List<DDMFormInstanceRecordVersion> findByU_F_F_S(long userId, long formInstanceId, String formInstanceVersion, int status)
      Returns all the ddm form instance record versions where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      Returns:
      the matching ddm form instance record versions
    • findByU_F_F_S

      public static List<DDMFormInstanceRecordVersion> findByU_F_F_S(long userId, long formInstanceId, String formInstanceVersion, int status, int start, int end)
      Returns a range of all the ddm form instance record versions where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      Returns:
      the range of matching ddm form instance record versions
    • findByU_F_F_S

      public static List<DDMFormInstanceRecordVersion> findByU_F_F_S(long userId, long formInstanceId, String formInstanceVersion, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns an ordered range of all the ddm form instance record versions where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByU_F_F_S

      public static List<DDMFormInstanceRecordVersion> findByU_F_F_S(long userId, long formInstanceId, String formInstanceVersion, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ddm form instance record versions where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching ddm form instance record versions
    • findByU_F_F_S_First

      public static DDMFormInstanceRecordVersion findByU_F_F_S_First(long userId, long formInstanceId, String formInstanceVersion, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the first ddm form instance record version in the ordered set where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByU_F_F_S_First

      public static DDMFormInstanceRecordVersion fetchByU_F_F_S_First(long userId, long formInstanceId, String formInstanceVersion, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the first ddm form instance record version in the ordered set where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByU_F_F_S_Last

      public static DDMFormInstanceRecordVersion findByU_F_F_S_Last(long userId, long formInstanceId, String formInstanceVersion, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the last ddm form instance record version in the ordered set where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a matching ddm form instance record version could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByU_F_F_S_Last

      public static DDMFormInstanceRecordVersion fetchByU_F_F_S_Last(long userId, long formInstanceId, String formInstanceVersion, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns the last ddm form instance record version in the ordered set where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ddm form instance record version, or null if a matching ddm form instance record version could not be found
    • findByU_F_F_S_PrevAndNext

      public static DDMFormInstanceRecordVersion[] findByU_F_F_S_PrevAndNext(long formInstanceRecordVersionId, long userId, long formInstanceId, String formInstanceVersion, int status, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator) throws NoSuchFormInstanceRecordVersionException
      Returns the ddm form instance record versions before and after the current ddm form instance record version in the ordered set where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.
      Parameters:
      formInstanceRecordVersionId - the primary key of the current ddm form instance record version
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a ddm form instance record version with the primary key could not be found
      NoSuchFormInstanceRecordVersionException
    • removeByU_F_F_S

      public static void removeByU_F_F_S(long userId, long formInstanceId, String formInstanceVersion, int status)
      Removes all the ddm form instance record versions where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ? from the database.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
    • countByU_F_F_S

      public static int countByU_F_F_S(long userId, long formInstanceId, String formInstanceVersion, int status)
      Returns the number of ddm form instance record versions where userId = ? and formInstanceId = ? and formInstanceVersion = ? and status = ?.
      Parameters:
      userId - the user ID
      formInstanceId - the form instance ID
      formInstanceVersion - the form instance version
      status - the status
      Returns:
      the number of matching ddm form instance record versions
    • cacheResult

      public static void cacheResult(DDMFormInstanceRecordVersion ddmFormInstanceRecordVersion)
      Caches the ddm form instance record version in the entity cache if it is enabled.
      Parameters:
      ddmFormInstanceRecordVersion - the ddm form instance record version
    • cacheResult

      public static void cacheResult(List<DDMFormInstanceRecordVersion> ddmFormInstanceRecordVersions)
      Caches the ddm form instance record versions in the entity cache if it is enabled.
      Parameters:
      ddmFormInstanceRecordVersions - the ddm form instance record versions
    • create

      public static DDMFormInstanceRecordVersion create(long formInstanceRecordVersionId)
      Creates a new ddm form instance record version with the primary key. Does not add the ddm form instance record version to the database.
      Parameters:
      formInstanceRecordVersionId - the primary key for the new ddm form instance record version
      Returns:
      the new ddm form instance record version
    • remove

      public static DDMFormInstanceRecordVersion remove(long formInstanceRecordVersionId) throws NoSuchFormInstanceRecordVersionException
      Removes the ddm form instance record version with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      formInstanceRecordVersionId - the primary key of the ddm form instance record version
      Returns:
      the ddm form instance record version that was removed
      Throws:
      NoSuchFormInstanceRecordVersionException - if a ddm form instance record version with the primary key could not be found
      NoSuchFormInstanceRecordVersionException
    • updateImpl

      public static DDMFormInstanceRecordVersion updateImpl(DDMFormInstanceRecordVersion ddmFormInstanceRecordVersion)
    • findByPrimaryKey

      public static DDMFormInstanceRecordVersion findByPrimaryKey(long formInstanceRecordVersionId) throws NoSuchFormInstanceRecordVersionException
      Returns the ddm form instance record version with the primary key or throws a NoSuchFormInstanceRecordVersionException if it could not be found.
      Parameters:
      formInstanceRecordVersionId - the primary key of the ddm form instance record version
      Returns:
      the ddm form instance record version
      Throws:
      NoSuchFormInstanceRecordVersionException - if a ddm form instance record version with the primary key could not be found
      NoSuchFormInstanceRecordVersionException
    • fetchByPrimaryKey

      public static DDMFormInstanceRecordVersion fetchByPrimaryKey(long formInstanceRecordVersionId)
      Returns the ddm form instance record version with the primary key or returns null if it could not be found.
      Parameters:
      formInstanceRecordVersionId - the primary key of the ddm form instance record version
      Returns:
      the ddm form instance record version, or null if a ddm form instance record version with the primary key could not be found
    • findAll

      public static List<DDMFormInstanceRecordVersion> findAll()
      Returns all the ddm form instance record versions.
      Returns:
      the ddm form instance record versions
    • findAll

      public static List<DDMFormInstanceRecordVersion> findAll(int start, int end)
      Returns a range of all the ddm form instance record versions.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      Returns:
      the range of ddm form instance record versions
    • findAll

      public static List<DDMFormInstanceRecordVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator)
      Returns an ordered range of all the ddm form instance record versions.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of ddm form instance record versions
    • findAll

      public static List<DDMFormInstanceRecordVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecordVersion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ddm form instance record versions.

      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 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 DDMFormInstanceRecordVersionModelImpl.

      Parameters:
      start - the lower bound of the range of ddm form instance record versions
      end - the upper bound of the range of ddm form instance record versions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of ddm form instance record versions
    • removeAll

      public static void removeAll()
      Removes all the ddm form instance record versions from the database.
    • countAll

      public static int countAll()
      Returns the number of ddm form instance record versions.
      Returns:
      the number of ddm form instance record versions
    • getPersistence

      public static DDMFormInstanceRecordVersionPersistence getPersistence()
    • setPersistence

      public static void setPersistence(DDMFormInstanceRecordVersionPersistence persistence)