Interface DDMFormInstanceRecordPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<DDMFormInstanceRecord>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMFormInstanceRecord>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(DDMFormInstanceRecord ddmFormInstanceRecord) Caches the ddm form instance record in the entity cache if it is enabled.void
cacheResult
(List<DDMFormInstanceRecord> ddmFormInstanceRecords) Caches the ddm form instance records in the entity cache if it is enabled.int
countAll()
Returns the number of ddm form instance records.int
countByCompanyId
(long companyId) Returns the number of ddm form instance records where companyId = ?.int
countByF_F
(long formInstanceId, String formInstanceVersion) Returns the number of ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.int
countByFormInstanceId
(long formInstanceId) Returns the number of ddm form instance records where formInstanceId = ?.int
countByU_F
(long userId, long formInstanceId) Returns the number of ddm form instance records where userId = ? and formInstanceId = ?.int
countByUuid
(String uuid) Returns the number of ddm form instance records where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of ddm form instance records where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of ddm form instance records where uuid = ? and groupId = ?.create
(long formInstanceRecordId) Creates a new ddm form instance record with the primary key.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where companyId = ?.fetchByF_F_First
(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.fetchByF_F_Last
(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.fetchByFormInstanceId_First
(long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where formInstanceId = ?.fetchByFormInstanceId_Last
(long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where formInstanceId = ?.fetchByPrimaryKey
(long formInstanceRecordId) Returns the ddm form instance record with the primary key or returnsnull
if it could not be found.fetchByU_F_First
(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.fetchByU_F_Last
(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the ddm form instance record where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the ddm form instance record where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where uuid = ?.findAll()
Returns all the ddm form instance records.findAll
(int start, int end) Returns a range of all the ddm form instance records.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records.findByCompanyId
(long companyId) Returns all the ddm form instance records where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the ddm form instance records where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long formInstanceRecordId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where companyId = ?.Returns all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.Returns a range of all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.findByF_F
(long formInstanceId, String formInstanceVersion, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.findByF_F
(long formInstanceId, String formInstanceVersion, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.findByF_F_First
(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.findByF_F_Last
(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.findByF_F_PrevAndNext
(long formInstanceRecordId, long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.findByFormInstanceId
(long formInstanceId) Returns all the ddm form instance records where formInstanceId = ?.findByFormInstanceId
(long formInstanceId, int start, int end) Returns a range of all the ddm form instance records where formInstanceId = ?.findByFormInstanceId
(long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where formInstanceId = ?.findByFormInstanceId
(long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where formInstanceId = ?.findByFormInstanceId_First
(long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where formInstanceId = ?.findByFormInstanceId_Last
(long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where formInstanceId = ?.findByFormInstanceId_PrevAndNext
(long formInstanceRecordId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where formInstanceId = ?.findByPrimaryKey
(long formInstanceRecordId) Returns the ddm form instance record with the primary key or throws aNoSuchFormInstanceRecordException
if it could not be found.findByU_F
(long userId, long formInstanceId) Returns all the ddm form instance records where userId = ? and formInstanceId = ?.findByU_F
(long userId, long formInstanceId, int start, int end) Returns a range of all the ddm form instance records where userId = ? and formInstanceId = ?.findByU_F
(long userId, long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where userId = ? and formInstanceId = ?.findByU_F
(long userId, long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where userId = ? and formInstanceId = ?.findByU_F_First
(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.findByU_F_Last
(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.findByU_F_PrevAndNext
(long formInstanceRecordId, long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.findByUuid
(String uuid) Returns all the ddm form instance records where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the ddm form instance records where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the ddm form instance records where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the ddm form instance records where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long formInstanceRecordId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the ddm form instance record where uuid = ? and groupId = ? or throws aNoSuchFormInstanceRecordException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long formInstanceRecordId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where uuid = ?.remove
(long formInstanceRecordId) Removes the ddm form instance record with the primary key from the database.void
Removes all the ddm form instance records from the database.void
removeByCompanyId
(long companyId) Removes all the ddm form instance records where companyId = ? from the database.void
removeByF_F
(long formInstanceId, String formInstanceVersion) Removes all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ? from the database.void
removeByFormInstanceId
(long formInstanceId) Removes all the ddm form instance records where formInstanceId = ? from the database.void
removeByU_F
(long userId, long formInstanceId) Removes all the ddm form instance records where userId = ? and formInstanceId = ? from the database.void
removeByUuid
(String uuid) Removes all the ddm form instance records where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the ddm form instance records where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the ddm form instance record where uuid = ? and groupId = ? from the database.updateImpl
(DDMFormInstanceRecord ddmFormInstanceRecord) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the ddm form instance records where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching ddm form instance records
-
findByUuid
Returns a range of all the ddm form instance records where uuid = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)- Returns:
- the range of matching ddm form instance records
-
findByUuid
List<DDMFormInstanceRecord> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where uuid = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ddm form instance records
-
findByUuid
List<DDMFormInstanceRecord> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where uuid = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ddm form instance records
-
findByUuid_First
DDMFormInstanceRecord findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the first ddm form instance record in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByUuid_First
DDMFormInstanceRecord fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByUuid_Last
DDMFormInstanceRecord findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the last ddm form instance record in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByUuid_Last
DDMFormInstanceRecord fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByUuid_PrevAndNext
DDMFormInstanceRecord[] findByUuid_PrevAndNext(long formInstanceRecordId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where uuid = ?.- Parameters:
formInstanceRecordId
- the primary key of the current ddm form instance recorduuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a ddm form instance record with the primary key could not be found
-
removeByUuid
Removes all the ddm form instance records where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of ddm form instance records where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching ddm form instance records
-
findByUUID_G
DDMFormInstanceRecord findByUUID_G(String uuid, long groupId) throws NoSuchFormInstanceRecordException Returns the ddm form instance record where uuid = ? and groupId = ? or throws aNoSuchFormInstanceRecordException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByUUID_G
Returns the ddm form instance record where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
fetchByUUID_G
Returns the ddm form instance record where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
removeByUUID_G
DDMFormInstanceRecord removeByUUID_G(String uuid, long groupId) throws NoSuchFormInstanceRecordException Removes the ddm form instance record where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the ddm form instance record that was removed
- Throws:
NoSuchFormInstanceRecordException
-
countByUUID_G
Returns the number of ddm form instance records where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching ddm form instance records
-
findByUuid_C
Returns all the ddm form instance records where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching ddm form instance records
-
findByUuid_C
Returns a range of all the ddm form instance records where uuid = ? and companyId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)- Returns:
- the range of matching ddm form instance records
-
findByUuid_C
List<DDMFormInstanceRecord> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where uuid = ? and companyId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ddm form instance records
-
findByUuid_C
List<DDMFormInstanceRecord> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where uuid = ? and companyId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ddm form instance records
-
findByUuid_C_First
DDMFormInstanceRecord findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the first ddm form instance record in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByUuid_C_First
DDMFormInstanceRecord fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByUuid_C_Last
DDMFormInstanceRecord findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the last ddm form instance record in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByUuid_C_Last
DDMFormInstanceRecord fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByUuid_C_PrevAndNext
DDMFormInstanceRecord[] findByUuid_C_PrevAndNext(long formInstanceRecordId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where uuid = ? and companyId = ?.- Parameters:
formInstanceRecordId
- the primary key of the current ddm form instance recorduuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a ddm form instance record with the primary key could not be found
-
removeByUuid_C
Removes all the ddm form instance records where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of ddm form instance records where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching ddm form instance records
-
findByCompanyId
Returns all the ddm form instance records where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching ddm form instance records
-
findByCompanyId
Returns a range of all the ddm form instance records where companyId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)- Returns:
- the range of matching ddm form instance records
-
findByCompanyId
List<DDMFormInstanceRecord> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where companyId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ddm form instance records
-
findByCompanyId
List<DDMFormInstanceRecord> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where companyId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ddm form instance records
-
findByCompanyId_First
DDMFormInstanceRecord findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the first ddm form instance record in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByCompanyId_First
DDMFormInstanceRecord fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByCompanyId_Last
DDMFormInstanceRecord findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the last ddm form instance record in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByCompanyId_Last
DDMFormInstanceRecord fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByCompanyId_PrevAndNext
DDMFormInstanceRecord[] findByCompanyId_PrevAndNext(long formInstanceRecordId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where companyId = ?.- Parameters:
formInstanceRecordId
- the primary key of the current ddm form instance recordcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a ddm form instance record with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the ddm form instance records where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of ddm form instance records where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching ddm form instance records
-
findByFormInstanceId
Returns all the ddm form instance records where formInstanceId = ?.- Parameters:
formInstanceId
- the form instance ID- Returns:
- the matching ddm form instance records
-
findByFormInstanceId
Returns a range of all the ddm form instance records where formInstanceId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
formInstanceId
- the form instance IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)- Returns:
- the range of matching ddm form instance records
-
findByFormInstanceId
List<DDMFormInstanceRecord> findByFormInstanceId(long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where formInstanceId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
formInstanceId
- the form instance IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ddm form instance records
-
findByFormInstanceId
List<DDMFormInstanceRecord> findByFormInstanceId(long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where formInstanceId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
formInstanceId
- the form instance IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ddm form instance records
-
findByFormInstanceId_First
DDMFormInstanceRecord findByFormInstanceId_First(long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the first ddm form instance record in the ordered set where formInstanceId = ?.- Parameters:
formInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByFormInstanceId_First
DDMFormInstanceRecord fetchByFormInstanceId_First(long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where formInstanceId = ?.- Parameters:
formInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByFormInstanceId_Last
DDMFormInstanceRecord findByFormInstanceId_Last(long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the last ddm form instance record in the ordered set where formInstanceId = ?.- Parameters:
formInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByFormInstanceId_Last
DDMFormInstanceRecord fetchByFormInstanceId_Last(long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where formInstanceId = ?.- Parameters:
formInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByFormInstanceId_PrevAndNext
DDMFormInstanceRecord[] findByFormInstanceId_PrevAndNext(long formInstanceRecordId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where formInstanceId = ?.- Parameters:
formInstanceRecordId
- the primary key of the current ddm form instance recordformInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a ddm form instance record with the primary key could not be found
-
removeByFormInstanceId
void removeByFormInstanceId(long formInstanceId) Removes all the ddm form instance records where formInstanceId = ? from the database.- Parameters:
formInstanceId
- the form instance ID
-
countByFormInstanceId
int countByFormInstanceId(long formInstanceId) Returns the number of ddm form instance records where formInstanceId = ?.- Parameters:
formInstanceId
- the form instance ID- Returns:
- the number of matching ddm form instance records
-
findByU_F
Returns all the ddm form instance records where userId = ? and formInstanceId = ?.- Parameters:
userId
- the user IDformInstanceId
- the form instance ID- Returns:
- the matching ddm form instance records
-
findByU_F
Returns a range of all the ddm form instance records where userId = ? and formInstanceId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
userId
- the user IDformInstanceId
- the form instance IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)- Returns:
- the range of matching ddm form instance records
-
findByU_F
List<DDMFormInstanceRecord> findByU_F(long userId, long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where userId = ? and formInstanceId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
userId
- the user IDformInstanceId
- the form instance IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ddm form instance records
-
findByU_F
List<DDMFormInstanceRecord> findByU_F(long userId, long formInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where userId = ? and formInstanceId = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
userId
- the user IDformInstanceId
- the form instance IDstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ddm form instance records
-
findByU_F_First
DDMFormInstanceRecord findByU_F_First(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the first ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.- Parameters:
userId
- the user IDformInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByU_F_First
DDMFormInstanceRecord fetchByU_F_First(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.- Parameters:
userId
- the user IDformInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByU_F_Last
DDMFormInstanceRecord findByU_F_Last(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the last ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.- Parameters:
userId
- the user IDformInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByU_F_Last
DDMFormInstanceRecord fetchByU_F_Last(long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.- Parameters:
userId
- the user IDformInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByU_F_PrevAndNext
DDMFormInstanceRecord[] findByU_F_PrevAndNext(long formInstanceRecordId, long userId, long formInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where userId = ? and formInstanceId = ?.- Parameters:
formInstanceRecordId
- the primary key of the current ddm form instance recorduserId
- the user IDformInstanceId
- the form instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a ddm form instance record with the primary key could not be found
-
removeByU_F
void removeByU_F(long userId, long formInstanceId) Removes all the ddm form instance records where userId = ? and formInstanceId = ? from the database.- Parameters:
userId
- the user IDformInstanceId
- the form instance ID
-
countByU_F
int countByU_F(long userId, long formInstanceId) Returns the number of ddm form instance records where userId = ? and formInstanceId = ?.- Parameters:
userId
- the user IDformInstanceId
- the form instance ID- Returns:
- the number of matching ddm form instance records
-
findByF_F
Returns all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance version- Returns:
- the matching ddm form instance records
-
findByF_F
List<DDMFormInstanceRecord> findByF_F(long formInstanceId, String formInstanceVersion, int start, int end) Returns a range of all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance versionstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)- Returns:
- the range of matching ddm form instance records
-
findByF_F
List<DDMFormInstanceRecord> findByF_F(long formInstanceId, String formInstanceVersion, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance versionstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ddm form instance records
-
findByF_F
List<DDMFormInstanceRecord> findByF_F(long formInstanceId, String formInstanceVersion, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance versionstart
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ddm form instance records
-
findByF_F_First
DDMFormInstanceRecord findByF_F_First(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the first ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByF_F_First
DDMFormInstanceRecord fetchByF_F_First(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the first ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByF_F_Last
DDMFormInstanceRecord findByF_F_Last(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the last ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a matching ddm form instance record could not be found
-
fetchByF_F_Last
DDMFormInstanceRecord fetchByF_F_Last(long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns the last ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm form instance record, or
null
if a matching ddm form instance record could not be found
-
findByF_F_PrevAndNext
DDMFormInstanceRecord[] findByF_F_PrevAndNext(long formInstanceRecordId, long formInstanceId, String formInstanceVersion, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws NoSuchFormInstanceRecordException Returns the ddm form instance records before and after the current ddm form instance record in the ordered set where formInstanceId = ? and formInstanceVersion = ?.- Parameters:
formInstanceRecordId
- the primary key of the current ddm form instance recordformInstanceId
- the form instance IDformInstanceVersion
- the form instance versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a ddm form instance record with the primary key could not be found
-
removeByF_F
Removes all the ddm form instance records where formInstanceId = ? and formInstanceVersion = ? from the database.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance version
-
countByF_F
Returns the number of ddm form instance records where formInstanceId = ? and formInstanceVersion = ?.- Parameters:
formInstanceId
- the form instance IDformInstanceVersion
- the form instance version- Returns:
- the number of matching ddm form instance records
-
cacheResult
Caches the ddm form instance record in the entity cache if it is enabled.- Parameters:
ddmFormInstanceRecord
- the ddm form instance record
-
cacheResult
Caches the ddm form instance records in the entity cache if it is enabled.- Parameters:
ddmFormInstanceRecords
- the ddm form instance records
-
create
Creates a new ddm form instance record with the primary key. Does not add the ddm form instance record to the database.- Parameters:
formInstanceRecordId
- the primary key for the new ddm form instance record- Returns:
- the new ddm form instance record
-
remove
Removes the ddm form instance record with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
formInstanceRecordId
- the primary key of the ddm form instance record- Returns:
- the ddm form instance record that was removed
- Throws:
NoSuchFormInstanceRecordException
- if a ddm form instance record with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
DDMFormInstanceRecord findByPrimaryKey(long formInstanceRecordId) throws NoSuchFormInstanceRecordException Returns the ddm form instance record with the primary key or throws aNoSuchFormInstanceRecordException
if it could not be found.- Parameters:
formInstanceRecordId
- the primary key of the ddm form instance record- Returns:
- the ddm form instance record
- Throws:
NoSuchFormInstanceRecordException
- if a ddm form instance record with the primary key could not be found
-
fetchByPrimaryKey
Returns the ddm form instance record with the primary key or returnsnull
if it could not be found.- Parameters:
formInstanceRecordId
- the primary key of the ddm form instance record- Returns:
- the ddm form instance record, or
null
if a ddm form instance record with the primary key could not be found
-
findAll
List<DDMFormInstanceRecord> findAll()Returns all the ddm form instance records.- Returns:
- the ddm form instance records
-
findAll
Returns a range of all the ddm form instance records.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
start
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)- Returns:
- the range of ddm form instance records
-
findAll
List<DDMFormInstanceRecord> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) Returns an ordered range of all the ddm form instance records.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
start
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of ddm form instance records
-
findAll
List<DDMFormInstanceRecord> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm form instance records.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. 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 fromDDMFormInstanceRecordModelImpl
.- Parameters:
start
- the lower bound of the range of ddm form instance recordsend
- the upper bound of the range of ddm form instance records (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of ddm form instance records
-
removeAll
void removeAll()Removes all the ddm form instance records from the database. -
countAll
int countAll()Returns the number of ddm form instance records.- Returns:
- the number of ddm form instance records
-