public class DEDataListViewUtil
extends java.lang.Object
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
DEDataListViewPersistence
Constructor and Description |
---|
DEDataListViewUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(DEDataListView deDataListView)
Caches the de data list view in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<DEDataListView> deDataListViews)
Caches the de data list views in the entity cache if it is enabled.
|
static void |
clearCache() |
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_C(java.lang.String uuid,
long companyId)
Returns the number of de data list views where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of de data list views where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of de data list views where uuid = ?.
|
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 returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,DEDataListView> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static DEDataListView |
fetchByUuid_C_First(java.lang.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(java.lang.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(java.lang.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(java.lang.String uuid,
long groupId)
Returns the de data list view where uuid = ? and groupId = ? or returns
null if it could not be found. |
static DEDataListView |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the de data list view where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static DEDataListView |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
Returns the last de data list view in the ordered set where uuid = ?.
|
static java.util.List<DEDataListView> |
findAll()
Returns all the de data list views.
|
static java.util.List<DEDataListView> |
findAll(int start,
int end)
Returns a range of all the de data list views.
|
static java.util.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 java.util.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 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 java.util.List<DEDataListView> |
findByDDMStructureId(long ddmStructureId)
Returns all the de data list views where ddmStructureId = ?.
|
static java.util.List<DEDataListView> |
findByDDMStructureId(long ddmStructureId,
int start,
int end)
Returns a range of all the de data list views where ddmStructureId = ?.
|
static java.util.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 java.util.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 |
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 java.util.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 java.util.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 java.util.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 java.util.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 |
findByPrimaryKey(long deDataListViewId)
Returns the de data list view with the primary key or throws a
NoSuchDataListViewException if it could not be found. |
static DEDataListView |
findByUuid_C_First(java.lang.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(java.lang.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,
java.lang.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 java.util.List<DEDataListView> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the de data list views where uuid = ? and companyId = ?.
|
static java.util.List<DEDataListView> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the de data list views where uuid = ? and companyId = ?.
|
static java.util.List<DEDataListView> |
findByUuid_C(java.lang.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 java.util.List<DEDataListView> |
findByUuid_C(java.lang.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_First(java.lang.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(java.lang.String uuid,
long groupId)
Returns the de data list view where uuid = ? and groupId = ? or throws a
NoSuchDataListViewException if it could not be found. |
static DEDataListView |
findByUuid_Last(java.lang.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,
java.lang.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 java.util.List<DEDataListView> |
findByUuid(java.lang.String uuid)
Returns all the de data list views where uuid = ?.
|
static java.util.List<DEDataListView> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the de data list views where uuid = ?.
|
static java.util.List<DEDataListView> |
findByUuid(java.lang.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 java.util.List<DEDataListView> |
findByUuid(java.lang.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 java.util.List<DEDataListView> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<DEDataListView> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.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 |
getPersistence() |
static DEDataListView |
remove(long deDataListViewId)
Removes the de data list view with the primary key from the database.
|
static void |
removeAll()
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_C(java.lang.String uuid,
long companyId)
Removes all the de data list views where uuid = ? and companyId = ? from the database.
|
static DEDataListView |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the de data list view where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the de data list views where uuid = ? from the database.
|
static DEDataListView |
update(DEDataListView deDataListView) |
static DEDataListView |
update(DEDataListView deDataListView,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static DEDataListView |
updateImpl(DEDataListView deDataListView) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(DEDataListView deDataListView)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,DEDataListView> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<DEDataListView> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<DEDataListView> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<DEDataListView> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static DEDataListView update(DEDataListView deDataListView)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static DEDataListView update(DEDataListView deDataListView, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<DEDataListView> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<DEDataListView> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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)public static java.util.List<DEDataListView> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)public static java.util.List<DEDataListView> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static DEDataListView findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data list view could not be foundpublic static DEDataListView findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data list view could not be foundpublic static DEDataListView[] findByUuid_PrevAndNext(long deDataListViewId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
deDataListViewId
- the primary key of the current de data list viewuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a de data list view with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static DEDataListView findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchDataListViewException
NoSuchDataListViewException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching de data list view could not be foundpublic static DEDataListView fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching de data list view could not be foundpublic static DEDataListView removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchDataListViewException
uuid
- the uuidgroupId
- the group IDNoSuchDataListViewException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<DEDataListView> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<DEDataListView> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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)public static java.util.List<DEDataListView> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)public static java.util.List<DEDataListView> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static DEDataListView findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data list view could not be foundpublic static DEDataListView findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data list view could not be foundpublic static DEDataListView[] findByUuid_C_PrevAndNext(long deDataListViewId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
deDataListViewId
- the primary key of the current de data list viewuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a de data list view with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<DEDataListView> findByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static java.util.List<DEDataListView> findByDDMStructureId(long ddmStructureId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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)public static java.util.List<DEDataListView> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)public static java.util.List<DEDataListView> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static DEDataListView findByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data list view could not be foundpublic static DEDataListView findByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data list view could not be foundpublic static DEDataListView[] findByDDMStructureId_PrevAndNext(long deDataListViewId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
deDataListViewId
- the primary key of the current de data list viewddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a de data list view with the primary key could not be foundpublic static void removeByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static int countByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static java.util.List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDpublic static java.util.List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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)public static java.util.List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)public static java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static DEDataListView findByG_C_DDMSI_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByG_C_DDMSI_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data list view could not be foundpublic static DEDataListView findByG_C_DDMSI_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataListViewException
- if a matching de data list view could not be foundpublic static DEDataListView fetchByG_C_DDMSI_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data list view could not be foundpublic static DEDataListView[] findByG_C_DDMSI_PrevAndNext(long deDataListViewId, long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
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 (optionally null
)NoSuchDataListViewException
- if a de data list view with the primary key could not be foundpublic static void removeByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDpublic static int countByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDpublic static void cacheResult(DEDataListView deDataListView)
deDataListView
- the de data list viewpublic static void cacheResult(java.util.List<DEDataListView> deDataListViews)
deDataListViews
- the de data list viewspublic static DEDataListView create(long deDataListViewId)
deDataListViewId
- the primary key for the new de data list viewpublic static DEDataListView remove(long deDataListViewId) throws NoSuchDataListViewException
deDataListViewId
- the primary key of the de data list viewNoSuchDataListViewException
- if a de data list view with the primary key could not be foundpublic static DEDataListView updateImpl(DEDataListView deDataListView)
public static DEDataListView findByPrimaryKey(long deDataListViewId) throws NoSuchDataListViewException
NoSuchDataListViewException
if it could not be found.deDataListViewId
- the primary key of the de data list viewNoSuchDataListViewException
- if a de data list view with the primary key could not be foundpublic static DEDataListView fetchByPrimaryKey(long deDataListViewId)
null
if it could not be found.deDataListViewId
- the primary key of the de data list viewnull
if a de data list view with the primary key could not be foundpublic static java.util.List<DEDataListView> findAll()
public static java.util.List<DEDataListView> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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)public static java.util.List<DEDataListView> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)public static java.util.List<DEDataListView> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DEDataListViewModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static DEDataListViewPersistence getPersistence()