Class DEDataListViewUtil
com.liferay.data.engine.service.persistence.impl.DEDataListViewPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(DEDataListView deDataListView) Caches the de data list view in the entity cache if it is enabled.static void
cacheResult
(List<DEDataListView> deDataListViews) Caches the de data list views in the entity cache if it is enabled.static void
static void
clearCache
(DEDataListView deDataListView) static int
countAll()
Returns the number of de data list views.static int
countByDDMStructureId
(long ddmStructureId) Returns the number of de data list views where ddmStructureId = ?.static int
countByG_C_DDMSI
(long groupId, long companyId, long ddmStructureId) Returns the number of de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.static int
countByUuid
(String uuid) Returns the number of de data list views where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of de data list views where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of de data list views where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static DEDataListView
create
(long deDataListViewId) Creates a new de data list view with the primary key.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static DEDataListView
fetchByPrimaryKey
(long deDataListViewId) Returns the de data list view with the primary key or returnsnull
if it could not be found.static Map<Serializable,
DEDataListView> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static 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 = ?.static 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 = ?.static 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 = ?.static DEDataListView
fetchByUUID_G
(String uuid, long groupId) Returns the de data list view where uuid = ? and groupId = ? or returnsnull
if it could not be found.static DEDataListView
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.static 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 = ?.static List<DEDataListView>
findAll()
Returns all the de data list views.static List<DEDataListView>
findAll
(int start, int end) Returns a range of all the de data list views.static 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.static 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.static List<DEDataListView>
findByDDMStructureId
(long ddmStructureId) Returns all the de data list views where ddmStructureId = ?.static List<DEDataListView>
findByDDMStructureId
(long ddmStructureId, int start, int end) Returns a range of all the de data list views where ddmStructureId = ?.static 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 = ?.static 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 = ?.static DEDataListView
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 = ?.static DEDataListView
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 = ?.static DEDataListView[]
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 = ?.static List<DEDataListView>
findByG_C_DDMSI
(long groupId, long companyId, long ddmStructureId) Returns all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.static 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 = ?.static 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 = ?.static 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 = ?.static DEDataListView
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 = ?.static DEDataListView
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 = ?.static DEDataListView[]
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 = ?.static DEDataListView
findByPrimaryKey
(long deDataListViewId) Returns the de data list view with the primary key or throws aNoSuchDataListViewException
if it could not be found.static List<DEDataListView>
findByUuid
(String uuid) Returns all the de data list views where uuid = ?.static List<DEDataListView>
findByUuid
(String uuid, int start, int end) Returns a range of all the de data list views where uuid = ?.static 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 = ?.static 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 = ?.static List<DEDataListView>
findByUuid_C
(String uuid, long companyId) Returns all the de data list views where uuid = ? and companyId = ?.static List<DEDataListView>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the de data list views where uuid = ? and companyId = ?.static 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 = ?.static 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 = ?.static DEDataListView
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 = ?.static DEDataListView
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 = ?.static DEDataListView[]
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 = ?.static DEDataListView
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 = ?.static DEDataListView
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.static DEDataListView
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 = ?.static DEDataListView[]
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 = ?.static List<DEDataListView>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<DEDataListView>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<DEDataListView>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) static DEDataListViewPersistence
static DEDataListView
remove
(long deDataListViewId) Removes the de data list view with the primary key from the database.static void
Removes all the de data list views from the database.static void
removeByDDMStructureId
(long ddmStructureId) Removes all the de data list views where ddmStructureId = ? from the database.static 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.static void
removeByUuid
(String uuid) Removes all the de data list views where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the de data list views where uuid = ? and companyId = ? from the database.static DEDataListView
removeByUUID_G
(String uuid, long groupId) Removes the de data list view where uuid = ? and groupId = ? from the database.static void
setPersistence
(DEDataListViewPersistence persistence) static DEDataListView
update
(DEDataListView deDataListView) static DEDataListView
update
(DEDataListView deDataListView, com.liferay.portal.kernel.service.ServiceContext serviceContext) static DEDataListView
updateImpl
(DEDataListView deDataListView)
-
Constructor Details
-
DEDataListViewUtil
public DEDataListViewUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<DEDataListView> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<DEDataListView> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<DEDataListView> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static DEDataListView update(DEDataListView deDataListView, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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
public static 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
public static 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
public static 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 foundNoSuchDataListViewException
-
fetchByUuid_First
public static 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
public static 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 foundNoSuchDataListViewException
-
fetchByUuid_Last
public static 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
public static 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 foundNoSuchDataListViewException
-
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
public static DEDataListView findByUUID_G(String uuid, long groupId) throws NoSuchDataListViewException 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 foundNoSuchDataListViewException
-
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
public static DEDataListView removeByUUID_G(String uuid, long groupId) throws NoSuchDataListViewException 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
public static 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
public static 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
public static 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 foundNoSuchDataListViewException
-
fetchByUuid_C_First
public static 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
public static 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 foundNoSuchDataListViewException
-
fetchByUuid_C_Last
public static 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
public static 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 foundNoSuchDataListViewException
-
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
public static 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
public static 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
public static 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 foundNoSuchDataListViewException
-
fetchByDDMStructureId_First
public static 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
public static 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 foundNoSuchDataListViewException
-
fetchByDDMStructureId_Last
public static 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
public static 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 foundNoSuchDataListViewException
-
removeByDDMStructureId
public static void removeByDDMStructureId(long ddmStructureId) Removes all the de data list views where ddmStructureId = ? from the database.- Parameters:
ddmStructureId
- the ddm structure ID
-
countByDDMStructureId
public static 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
public static List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId) 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchDataListViewException
-
fetchByG_C_DDMSI_First
public static 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
public static 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 foundNoSuchDataListViewException
-
fetchByG_C_DDMSI_Last
public static 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
public static 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 foundNoSuchDataListViewException
-
removeByG_C_DDMSI
public static 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
public static 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 foundNoSuchDataListViewException
-
updateImpl
-
findByPrimaryKey
public static DEDataListView findByPrimaryKey(long deDataListViewId) throws NoSuchDataListViewException 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 foundNoSuchDataListViewException
-
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
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
public static 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
public static 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
public static void removeAll()Removes all the de data list views from the database. -
countAll
public static int countAll()Returns the number of de data list views.- Returns:
- the number of de data list views
-
getPersistence
-
setPersistence
-