@ProviderType public interface DEDataListViewPersistence extends 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
DEDataListViewUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(DEDataListView deDataListView)
Caches the de data list view in the entity cache if it is enabled.
|
void |
cacheResult(java.util.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_C(java.lang.String uuid,
long companyId)
Returns the number of de data list views where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of de data list views where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of de data list views where uuid = ?.
|
DEDataListView |
create(long deDataListViewId)
Creates a new de data list view with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DEDataListView |
fetchByPrimaryKey(long deDataListViewId)
Returns the de data list view with the primary key or returns
null if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
java.util.List<DEDataListView> |
findAll()
Returns all the de data list views.
|
java.util.List<DEDataListView> |
findAll(int start,
int end)
Returns a range of all the de data list views.
|
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.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<DEDataListView> |
findByDDMStructureId(long ddmStructureId)
Returns all the de data list views where ddmStructureId = ?.
|
java.util.List<DEDataListView> |
findByDDMStructureId(long ddmStructureId,
int start,
int end)
Returns a range of all the de data list views where ddmStructureId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DEDataListView |
findByPrimaryKey(long deDataListViewId)
Returns the de data list view with the primary key or throws a
NoSuchDataListViewException if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<DEDataListView> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the de data list views where uuid = ? and companyId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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 = ?.
|
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 = ?.
|
java.util.List<DEDataListView> |
findByUuid(java.lang.String uuid)
Returns all the de data list views where uuid = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DEDataListView |
remove(long deDataListViewId)
Removes the de data list view with the primary key from the database.
|
void |
removeAll()
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_C(java.lang.String uuid,
long companyId)
Removes all the de data list views where uuid = ? and companyId = ? from the database.
|
DEDataListView |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the de data list view where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the de data list views where uuid = ? from the database.
|
DEDataListView |
updateImpl(DEDataListView deDataListView) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
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, setDataSource, unregisterListener, update, update
java.util.List<DEDataListView> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.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)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
)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 cacheDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView[] 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 foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchDataListViewException
uuid
- the uuidgroupId
- the group IDNoSuchDataListViewException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<DEDataListView> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.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)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
)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 cacheDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView[] 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 foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<DEDataListView> findByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDjava.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)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
)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 cacheDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView[] 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 foundvoid removeByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDint countByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDjava.util.List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDjava.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)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
)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 cacheDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView 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 foundDEDataListView[] 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 foundvoid removeByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDint countByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDvoid cacheResult(DEDataListView deDataListView)
deDataListView
- the de data list viewvoid cacheResult(java.util.List<DEDataListView> deDataListViews)
deDataListViews
- the de data list viewsDEDataListView create(long deDataListViewId)
deDataListViewId
- the primary key for the new de data list viewDEDataListView 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 foundDEDataListView updateImpl(DEDataListView deDataListView)
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 foundDEDataListView 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 foundjava.util.List<DEDataListView> findAll()
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)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
)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 cachevoid removeAll()
int countAll()