Interface DEDataListViewPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<DEDataListView>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataListView>

@ProviderType public interface DEDataListViewPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DEDataListView>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataListView>
The persistence interface for the de data list view service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(DEDataListView deDataListView)
    Caches the de data list view in the entity cache if it is enabled.
    void
    cacheResult(List<DEDataListView> deDataListViews)
    Caches the de data list views in the entity cache if it is enabled.
    int
    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
    Returns the number of de data list views where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of de data list views where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of de data list views where uuid = ? and groupId = ?.
    create(long deDataListViewId)
    Creates a new de data list view with the primary key.
    fetchByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the first de data list view in the ordered set where ddmStructureId = ?.
    fetchByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the last de data list view in the ordered set where ddmStructureId = ?.
    fetchByG_C_DDMSI_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the first de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
    fetchByG_C_DDMSI_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the last de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
    fetchByPrimaryKey(long deDataListViewId)
    Returns the de data list view with the primary key or returns null if it could not be found.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the first de data list view in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the last de data list view in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the first de data list view in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the de data list view where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the de data list view where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the last de data list view in the ordered set where uuid = ?.
    Returns all the de data list views.
    findAll(int start, int end)
    Returns a range of all the de data list views.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns an ordered range of all the de data list views.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the de data list views.
    findByDDMStructureId(long ddmStructureId)
    Returns all the de data list views where ddmStructureId = ?.
    findByDDMStructureId(long ddmStructureId, int start, int end)
    Returns a range of all the de data list views where ddmStructureId = ?.
    findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns an ordered range of all the de data list views where ddmStructureId = ?.
    findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the de data list views where ddmStructureId = ?.
    findByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the first de data list view in the ordered set where ddmStructureId = ?.
    findByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the last de data list view in the ordered set where ddmStructureId = ?.
    findByDDMStructureId_PrevAndNext(long deDataListViewId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the de data list views before and after the current de data list view in the ordered set where ddmStructureId = ?.
    findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
    Returns all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.
    findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end)
    Returns a range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.
    findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns an ordered range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.
    findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.
    findByG_C_DDMSI_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the first de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
    findByG_C_DDMSI_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the last de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
    findByG_C_DDMSI_PrevAndNext(long deDataListViewId, long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the de data list views before and after the current de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
    findByPrimaryKey(long deDataListViewId)
    Returns the de data list view with the primary key or throws a NoSuchDataListViewException if it could not be found.
    Returns all the de data list views where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the de data list views where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns an ordered range of all the de data list views where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the de data list views where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the de data list views where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the de data list views where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns an ordered range of all the de data list views where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the de data list views where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the first de data list view in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the last de data list view in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long deDataListViewId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the de data list views before and after the current de data list view in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the first de data list view in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the de data list view where uuid = ? and groupId = ? or throws a NoSuchDataListViewException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the last de data list view in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long deDataListViewId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
    Returns the de data list views before and after the current de data list view in the ordered set where uuid = ?.
    remove(long deDataListViewId)
    Removes the de data list view with the primary key from the database.
    void
    Removes all the de data list views from the database.
    void
    removeByDDMStructureId(long ddmStructureId)
    Removes all the de data list views where ddmStructureId = ? from the database.
    void
    removeByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
    Removes all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ? from the database.
    void
    Removes all the de data list views where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the de data list views where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the de data list view where uuid = ? and groupId = ? from the database.
    updateImpl(DEDataListView deDataListView)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

      List<DEDataListView> findByUuid(String uuid)
      Returns all the de data list views where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching de data list views
    • findByUuid

      List<DEDataListView> findByUuid(String uuid, int start, int end)
      Returns a range of all the de data list views where uuid = ?.

      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.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      Returns:
      the range of matching de data list views
    • findByUuid

      List<DEDataListView> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns an ordered range of all the de data list views where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data list views
    • findByUuid

      List<DEDataListView> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data list views where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of de data list views
      end - 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 cache
      Returns:
      the ordered range of matching de data list views
    • findByUuid_First

      DEDataListView findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the first de data list view in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByUuid_First

      DEDataListView fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns the first de data list view in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data list view, or null if a matching de data list view could not be found
    • findByUuid_Last

      DEDataListView findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the last de data list view in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByUuid_Last

      DEDataListView fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns the last de data list view in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data list view, or null if a matching de data list view could not be found
    • findByUuid_PrevAndNext

      DEDataListView[] findByUuid_PrevAndNext(long deDataListViewId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the de data list views before and after the current de data list view in the ordered set where uuid = ?.
      Parameters:
      deDataListViewId - the primary key of the current de data list view
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data list view
      Throws:
      NoSuchDataListViewException - if a de data list view with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the de data list views where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      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

      DEDataListView findByUUID_G(String uuid, long groupId) throws NoSuchDataListViewException
      Returns the de data list view where uuid = ? and groupId = ? or throws a NoSuchDataListViewException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByUUID_G

      DEDataListView fetchByUUID_G(String uuid, long groupId)
      Returns the de data list view where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - 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

      DEDataListView fetchByUUID_G(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.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - 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

      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 uuid
      groupId - the group ID
      Returns:
      the de data list view that was removed
      Throws:
      NoSuchDataListViewException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of de data list views where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching de data list views
    • findByUuid_C

      List<DEDataListView> findByUuid_C(String uuid, long companyId)
      Returns all the de data list views where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching de data list views
    • findByUuid_C

      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 = ?.

      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.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      Returns:
      the range of matching de data list views
    • findByUuid_C

      List<DEDataListView> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns an ordered range of all the de data list views where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data list views
    • findByUuid_C

      List<DEDataListView> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data list views where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of de data list views
      end - 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 cache
      Returns:
      the ordered range of matching de data list views
    • findByUuid_C_First

      DEDataListView findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the first de data list view in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByUuid_C_First

      DEDataListView fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns the first de data list view in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data list view, or null if a matching de data list view could not be found
    • findByUuid_C_Last

      DEDataListView findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the last de data list view in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByUuid_C_Last

      DEDataListView fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns the last de data list view in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data list view, or null if a matching de data list view could not be found
    • findByUuid_C_PrevAndNext

      DEDataListView[] findByUuid_C_PrevAndNext(long deDataListViewId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the de data list views before and after the current de data list view in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      deDataListViewId - the primary key of the current de data list view
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data list view
      Throws:
      NoSuchDataListViewException - if a de data list view with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the de data list views where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of de data list views where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching de data list views
    • findByDDMStructureId

      List<DEDataListView> findByDDMStructureId(long ddmStructureId)
      Returns all the de data list views where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      Returns:
      the matching de data list views
    • findByDDMStructureId

      List<DEDataListView> findByDDMStructureId(long ddmStructureId, int start, int end)
      Returns a range of all the de data list views where ddmStructureId = ?.

      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.

      Parameters:
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      Returns:
      the range of matching de data list views
    • findByDDMStructureId

      List<DEDataListView> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns an ordered range of all the de data list views where ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data list views
    • findByDDMStructureId

      List<DEDataListView> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data list views where ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data list views
      end - 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 cache
      Returns:
      the ordered range of matching de data list views
    • findByDDMStructureId_First

      DEDataListView findByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the first de data list view in the ordered set where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByDDMStructureId_First

      DEDataListView fetchByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns the first de data list view in the ordered set where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data list view, or null if a matching de data list view could not be found
    • findByDDMStructureId_Last

      DEDataListView findByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the last de data list view in the ordered set where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByDDMStructureId_Last

      DEDataListView fetchByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns the last de data list view in the ordered set where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data list view, or null if a matching de data list view could not be found
    • findByDDMStructureId_PrevAndNext

      DEDataListView[] findByDDMStructureId_PrevAndNext(long deDataListViewId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the de data list views before and after the current de data list view in the ordered set where ddmStructureId = ?.
      Parameters:
      deDataListViewId - the primary key of the current de data list view
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data list view
      Throws:
      NoSuchDataListViewException - if a de data list view with the primary key could not be found
    • removeByDDMStructureId

      void removeByDDMStructureId(long ddmStructureId)
      Removes all the de data list views where ddmStructureId = ? from the database.
      Parameters:
      ddmStructureId - the ddm structure ID
    • countByDDMStructureId

      int countByDDMStructureId(long ddmStructureId)
      Returns the number of de data list views where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      Returns:
      the number of matching de data list views
    • findByG_C_DDMSI

      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 ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      Returns:
      the matching de data list views
    • findByG_C_DDMSI

      List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end)
      Returns a range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      Returns:
      the range of matching de data list views
    • findByG_C_DDMSI

      List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns an ordered range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data list views
    • findByG_C_DDMSI

      List<DEDataListView> findByG_C_DDMSI(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data list views
      end - 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 cache
      Returns:
      the ordered range of matching de data list views
    • findByG_C_DDMSI_First

      DEDataListView findByG_C_DDMSI_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the first de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByG_C_DDMSI_First

      DEDataListView fetchByG_C_DDMSI_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns the first de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data list view, or null if a matching de data list view could not be found
    • findByG_C_DDMSI_Last

      DEDataListView findByG_C_DDMSI_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the last de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data list view
      Throws:
      NoSuchDataListViewException - if a matching de data list view could not be found
    • fetchByG_C_DDMSI_Last

      DEDataListView fetchByG_C_DDMSI_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns the last de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data list view, or null if a matching de data list view could not be found
    • findByG_C_DDMSI_PrevAndNext

      DEDataListView[] findByG_C_DDMSI_PrevAndNext(long deDataListViewId, long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator) throws NoSuchDataListViewException
      Returns the de data list views before and after the current de data list view in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
      Parameters:
      deDataListViewId - the primary key of the current de data list view
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data list view
      Throws:
      NoSuchDataListViewException - if a de data list view with the primary key could not be found
    • removeByG_C_DDMSI

      void removeByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
      Removes all the de data list views where groupId = ? and companyId = ? and ddmStructureId = ? from the database.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
    • countByG_C_DDMSI

      int countByG_C_DDMSI(long groupId, long companyId, long ddmStructureId)
      Returns the number of de data list views where groupId = ? and companyId = ? and ddmStructureId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      ddmStructureId - the ddm structure ID
      Returns:
      the number of matching de data list views
    • cacheResult

      void cacheResult(DEDataListView deDataListView)
      Caches the de data list view in the entity cache if it is enabled.
      Parameters:
      deDataListView - the de data list view
    • cacheResult

      void cacheResult(List<DEDataListView> deDataListViews)
      Caches the de data list views in the entity cache if it is enabled.
      Parameters:
      deDataListViews - the de data list views
    • create

      DEDataListView create(long deDataListViewId)
      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

      DEDataListView remove(long deDataListViewId) throws NoSuchDataListViewException
      Removes the de data list view with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      deDataListViewId - the primary key of the de data list view
      Returns:
      the de data list view that was removed
      Throws:
      NoSuchDataListViewException - if a de data list view with the primary key could not be found
    • updateImpl

      DEDataListView updateImpl(DEDataListView deDataListView)
    • findByPrimaryKey

      DEDataListView findByPrimaryKey(long deDataListViewId) throws NoSuchDataListViewException
      Returns the de data list view with the primary key or throws a NoSuchDataListViewException if it could not be found.
      Parameters:
      deDataListViewId - the primary key of the de data list view
      Returns:
      the de data list view
      Throws:
      NoSuchDataListViewException - if a de data list view with the primary key could not be found
    • fetchByPrimaryKey

      DEDataListView fetchByPrimaryKey(long deDataListViewId)
      Returns the de data list view with the primary key or returns null if it could not be found.
      Parameters:
      deDataListViewId - the primary key of the de data list view
      Returns:
      the de data list view, or null if a de data list view with the primary key could not be found
    • findAll

      List<DEDataListView> findAll()
      Returns all the de data list views.
      Returns:
      the de data list views
    • findAll

      List<DEDataListView> findAll(int start, int end)
      Returns a range of all the de data list views.

      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.

      Parameters:
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      Returns:
      the range of de data list views
    • findAll

      List<DEDataListView> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator)
      Returns an ordered range of all the de data list views.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      start - the lower bound of the range of de data list views
      end - the upper bound of the range of de data list views (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of de data list views
    • findAll

      List<DEDataListView> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataListView> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data list views.

      Useful when paginating results. Returns a maximum of end - start instances. start 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.

      Parameters:
      start - the lower bound of the range of de data list views
      end - 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 cache
      Returns:
      the ordered range of de data list views
    • removeAll

      void removeAll()
      Removes all the de data list views from the database.
    • countAll

      int countAll()
      Returns the number of de data list views.
      Returns:
      the number of de data list views