Interface DEDataListViewPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<DEDataListView>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataListView>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(DEDataListView deDataListView) Caches the de data list view in the entity cache if it is enabled.void
cacheResult
(List<DEDataListView> deDataListViews) Caches the de data list views in the entity cache if it is enabled.int
countAll()
Returns the number of de data list views.int
countByDDMStructureId
(long ddmStructureId) Returns the number of de data list views where ddmStructureId = ?.int
countByG_C_DDMSI
(long groupId, long companyId, long ddmStructureId) Returns the number of de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.int
countByUuid
(String uuid) Returns the number of de data list views where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of de data list views where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of de data list views where uuid = ? and groupId = ?.create
(long deDataListViewId) Creates a new de data list view with the primary key.fetchByDDMStructureId_First
(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where ddmStructureId = ?.fetchByDDMStructureId_Last
(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where ddmStructureId = ?.fetchByG_C_DDMSI_First
(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.fetchByG_C_DDMSI_Last
(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.fetchByPrimaryKey
(long deDataListViewId) Returns the de data list view with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the de data list view where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the de data list view 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<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where uuid = ?.findAll()
Returns all the de data list views.findAll
(int start, int end) Returns a range of all the de data list views.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views.findByDDMStructureId
(long ddmStructureId) Returns all the de data list views where ddmStructureId = ?.findByDDMStructureId
(long ddmStructureId, int start, int end) Returns a range of all the de data list views where ddmStructureId = ?.findByDDMStructureId
(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views where ddmStructureId = ?.findByDDMStructureId
(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views where ddmStructureId = ?.findByDDMStructureId_First
(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where ddmStructureId = ?.findByDDMStructureId_Last
(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where ddmStructureId = ?.findByDDMStructureId_PrevAndNext
(long deDataListViewId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the de data list views before and after the current de data list view in the ordered set where ddmStructureId = ?.findByG_C_DDMSI
(long groupId, long companyId, long ddmStructureId) Returns all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.findByG_C_DDMSI
(long groupId, long companyId, long ddmStructureId, int start, int end) Returns a range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.findByG_C_DDMSI
(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.findByG_C_DDMSI
(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.findByG_C_DDMSI_First
(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.findByG_C_DDMSI_Last
(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.findByG_C_DDMSI_PrevAndNext
(long deDataListViewId, long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the de data list views before and after the current de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.findByPrimaryKey
(long deDataListViewId) Returns the de data list view with the primary key or throws aNoSuchDataListViewException
if it could not be found.findByUuid
(String uuid) Returns all the de data list views where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the de data list views where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the de data list views where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the de data list views where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long deDataListViewId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the de data list views before and after the current de data list view in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the de data list view where uuid = ? and groupId = ? or throws aNoSuchDataListViewException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long deDataListViewId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the de data list views before and after the current de data list view in the ordered set where uuid = ?.remove
(long deDataListViewId) Removes the de data list view with the primary key from the database.void
Removes all the de data list views from the database.void
removeByDDMStructureId
(long ddmStructureId) Removes all the de data list views where ddmStructureId = ? from the database.void
removeByG_C_DDMSI
(long groupId, long companyId, long ddmStructureId) Removes all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ? from the database.void
removeByUuid
(String uuid) Removes all the de data list views where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the de data list views where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the de data list view where uuid = ? and groupId = ? from the database.updateImpl
(DEDataListView deDataListView) 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 de data list views where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching de data list views
-
findByUuid
Returns a range of all the de data list views 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 fromDEDataListViewModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)- Returns:
- the range of matching de data list views
-
findByUuid
List<DEDataListView> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views 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 fromDEDataListViewModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data list views
-
findByUuid
List<DEDataListView> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views 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 fromDEDataListViewModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data list views
-
findByUuid_First
DEDataListView findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the first de data list view in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByUuid_First
DEDataListView fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data list view, or
null
if a matching de data list view could not be found
-
findByUuid_Last
DEDataListView findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the last de data list view in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByUuid_Last
DEDataListView fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data list view, or
null
if a matching de data list view could not be found
-
findByUuid_PrevAndNext
DEDataListView[] findByUuid_PrevAndNext(long deDataListViewId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the de data list views before and after the current de data list view in the ordered set where uuid = ?.- Parameters:
deDataListViewId
- the primary key of the current de data list viewuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data list view
- Throws:
NoSuchDataListViewException
- if a de data list view with the primary key could not be found
-
removeByUuid
Removes all the de data list views where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of de data list views where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching de data list views
-
findByUUID_G
Returns the de data list view where uuid = ? and groupId = ? or throws aNoSuchDataListViewException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByUUID_G
Returns the de data list view 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 de data list view, or
null
if a matching de data list view could not be found
-
fetchByUUID_G
Returns the de data list view 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 de data list view, or
null
if a matching de data list view could not be found
-
removeByUUID_G
Removes the de data list view where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the de data list view that was removed
- Throws:
NoSuchDataListViewException
-
countByUUID_G
Returns the number of de data list views where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching de data list views
-
findByUuid_C
Returns all the de data list views where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching de data list views
-
findByUuid_C
Returns a range of all the de data list views 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 fromDEDataListViewModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)- Returns:
- the range of matching de data list views
-
findByUuid_C
List<DEDataListView> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views 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 fromDEDataListViewModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data list views
-
findByUuid_C
List<DEDataListView> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views 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 fromDEDataListViewModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data list views
-
findByUuid_C_First
DEDataListView findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the first de data list view 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 de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByUuid_C_First
DEDataListView fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view 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 de data list view, or
null
if a matching de data list view could not be found
-
findByUuid_C_Last
DEDataListView findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the last de data list view 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 de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByUuid_C_Last
DEDataListView fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view 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 de data list view, or
null
if a matching de data list view could not be found
-
findByUuid_C_PrevAndNext
DEDataListView[] findByUuid_C_PrevAndNext(long deDataListViewId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the de data list views before and after the current de data list view in the ordered set where uuid = ? and companyId = ?.- Parameters:
deDataListViewId
- the primary key of the current de data list viewuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data list view
- Throws:
NoSuchDataListViewException
- if a de data list view with the primary key could not be found
-
removeByUuid_C
Removes all the de data list views where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of de data list views where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching de data list views
-
findByDDMStructureId
Returns all the de data list views where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure ID- Returns:
- the matching de data list views
-
findByDDMStructureId
Returns a range of all the de data list views where ddmStructureId = ?.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 fromDEDataListViewModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)- Returns:
- the range of matching de data list views
-
findByDDMStructureId
List<DEDataListView> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views where ddmStructureId = ?.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 fromDEDataListViewModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data list views
-
findByDDMStructureId
List<DEDataListView> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views where ddmStructureId = ?.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 fromDEDataListViewModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data list views
-
findByDDMStructureId_First
DEDataListView findByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the first de data list view in the ordered set where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByDDMStructureId_First
DEDataListView fetchByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data list view, or
null
if a matching de data list view could not be found
-
findByDDMStructureId_Last
DEDataListView findByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the last de data list view in the ordered set where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByDDMStructureId_Last
DEDataListView fetchByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data list view, or
null
if a matching de data list view could not be found
-
findByDDMStructureId_PrevAndNext
DEDataListView[] findByDDMStructureId_PrevAndNext(long deDataListViewId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the de data list views before and after the current de data list view in the ordered set where ddmStructureId = ?.- Parameters:
deDataListViewId
- the primary key of the current de data list viewddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data list view
- Throws:
NoSuchDataListViewException
- if a de data list view with the primary key could not be found
-
removeByDDMStructureId
void removeByDDMStructureId(long ddmStructureId) Removes all the de data list views where ddmStructureId = ? from the database.- Parameters:
ddmStructureId
- the ddm structure ID
-
countByDDMStructureId
int countByDDMStructureId(long ddmStructureId) Returns the number of de data list views where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure ID- Returns:
- the number of matching de data list views
-
findByG_C_DDMSI
Returns all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure ID- Returns:
- the matching de data list views
-
findByG_C_DDMSI
List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end) Returns a range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.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 fromDEDataListViewModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)- Returns:
- the range of matching de data list views
-
findByG_C_DDMSI
List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.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 fromDEDataListViewModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data list views
-
findByG_C_DDMSI
List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.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 fromDEDataListViewModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data list views
-
findByG_C_DDMSI_First
DEDataListView findByG_C_DDMSI_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the first de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByG_C_DDMSI_First
DEDataListView fetchByG_C_DDMSI_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the first de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data list view, or
null
if a matching de data list view could not be found
-
findByG_C_DDMSI_Last
DEDataListView findByG_C_DDMSI_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the last de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data list view
- Throws:
NoSuchDataListViewException
- if a matching de data list view could not be found
-
fetchByG_C_DDMSI_Last
DEDataListView fetchByG_C_DDMSI_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns the last de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data list view, or
null
if a matching de data list view could not be found
-
findByG_C_DDMSI_PrevAndNext
DEDataListView[] findByG_C_DDMSI_PrevAndNext(long deDataListViewId, long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException Returns the de data list views before and after the current de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.- Parameters:
deDataListViewId
- the primary key of the current de data list viewgroupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data list view
- Throws:
NoSuchDataListViewException
- if a de data list view with the primary key could not be found
-
removeByG_C_DDMSI
void removeByG_C_DDMSI(long groupId, long companyId, long ddmStructureId) Removes all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure ID
-
countByG_C_DDMSI
int countByG_C_DDMSI(long groupId, long companyId, long ddmStructureId) Returns the number of de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure ID- Returns:
- the number of matching de data list views
-
cacheResult
Caches the de data list view in the entity cache if it is enabled.- Parameters:
deDataListView
- the de data list view
-
cacheResult
Caches the de data list views in the entity cache if it is enabled.- Parameters:
deDataListViews
- the de data list views
-
create
Creates a new de data list view with the primary key. Does not add the de data list view to the database.- Parameters:
deDataListViewId
- the primary key for the new de data list view- Returns:
- the new de data list view
-
remove
Removes the de data list view with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
deDataListViewId
- the primary key of the de data list view- Returns:
- the de data list view that was removed
- Throws:
NoSuchDataListViewException
- if a de data list view with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the de data list view with the primary key or throws aNoSuchDataListViewException
if it could not be found.- Parameters:
deDataListViewId
- the primary key of the de data list view- Returns:
- the de data list view
- Throws:
NoSuchDataListViewException
- if a de data list view with the primary key could not be found
-
fetchByPrimaryKey
Returns the de data list view with the primary key or returnsnull
if it could not be found.- Parameters:
deDataListViewId
- the primary key of the de data list view- Returns:
- the de data list view, or
null
if a de data list view with the primary key could not be found
-
findAll
List<DEDataListView> findAll()Returns all the de data list views.- Returns:
- the de data list views
-
findAll
Returns a range of all the de data list views.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 fromDEDataListViewModelImpl
.- Parameters:
start
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)- Returns:
- the range of de data list views
-
findAll
List<DEDataListView> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) Returns an ordered range of all the de data list views.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 fromDEDataListViewModelImpl
.- Parameters:
start
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of de data list views
-
findAll
List<DEDataListView> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data list views.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 fromDEDataListViewModelImpl
.- Parameters:
start
- the lower bound of the range of de data list viewsend
- the upper bound of the range of de data list views (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of de data list views
-
removeAll
void removeAll()Removes all the de data list views from the database. -
countAll
int countAll()Returns the number of de data list views.- Returns:
- the number of de data list views
-