Interface DepotEntryGroupRelPersistence

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

@ProviderType public interface DepotEntryGroupRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DepotEntryGroupRel>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DepotEntryGroupRel>
The persistence interface for the depot entry group rel service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(DepotEntryGroupRel depotEntryGroupRel)
    Caches the depot entry group rel in the entity cache if it is enabled.
    void
    cacheResult(List<DepotEntryGroupRel> depotEntryGroupRels)
    Caches the depot entry group rels in the entity cache if it is enabled.
    int
    Returns the number of depot entry group rels.
    int
    countByD_TGI(long depotEntryId, long toGroupId)
    Returns the number of depot entry group rels where depotEntryId = ? and toGroupId = ?.
    int
    countByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId)
    Returns the number of depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.
    int
    countByDepotEntryId(long depotEntryId)
    Returns the number of depot entry group rels where depotEntryId = ?.
    int
    countByS_TGI(boolean searchable, long toGroupId)
    Returns the number of depot entry group rels where searchable = ? and toGroupId = ?.
    int
    countByToGroupId(long toGroupId)
    Returns the number of depot entry group rels where toGroupId = ?.
    int
    Returns the number of depot entry group rels where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of depot entry group rels where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of depot entry group rels where uuid = ? and groupId = ?.
    create(long depotEntryGroupRelId)
    Creates a new depot entry group rel with the primary key.
    fetchByD_TGI(long depotEntryId, long toGroupId)
    Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returns null if it could not be found.
    fetchByD_TGI(long depotEntryId, long toGroupId, boolean useFinderCache)
    Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByDDMSA_TGI_First(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
    fetchByDDMSA_TGI_Last(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
    fetchByDepotEntryId_First(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where depotEntryId = ?.
    fetchByDepotEntryId_Last(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where depotEntryId = ?.
    fetchByPrimaryKey(long depotEntryGroupRelId)
    Returns the depot entry group rel with the primary key or returns null if it could not be found.
    fetchByS_TGI_First(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
    fetchByS_TGI_Last(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
    fetchByToGroupId_First(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where toGroupId = ?.
    fetchByToGroupId_Last(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where toGroupId = ?.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the depot entry group rel where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the depot entry group rel 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<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where uuid = ?.
    Returns all the depot entry group rels.
    findAll(int start, int end)
    Returns a range of all the depot entry group rels.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns an ordered range of all the depot entry group rels.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the depot entry group rels.
    findByD_TGI(long depotEntryId, long toGroupId)
    Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or throws a NoSuchEntryGroupRelException if it could not be found.
    findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId)
    Returns all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.
    findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end)
    Returns a range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.
    findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns an ordered range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.
    findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.
    findByDDMSA_TGI_First(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
    findByDDMSA_TGI_Last(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
    findByDDMSA_TGI_PrevAndNext(long depotEntryGroupRelId, boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
    findByDepotEntryId(long depotEntryId)
    Returns all the depot entry group rels where depotEntryId = ?.
    findByDepotEntryId(long depotEntryId, int start, int end)
    Returns a range of all the depot entry group rels where depotEntryId = ?.
    findByDepotEntryId(long depotEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns an ordered range of all the depot entry group rels where depotEntryId = ?.
    findByDepotEntryId(long depotEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the depot entry group rels where depotEntryId = ?.
    findByDepotEntryId_First(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where depotEntryId = ?.
    findByDepotEntryId_Last(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where depotEntryId = ?.
    findByDepotEntryId_PrevAndNext(long depotEntryGroupRelId, long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where depotEntryId = ?.
    findByPrimaryKey(long depotEntryGroupRelId)
    Returns the depot entry group rel with the primary key or throws a NoSuchEntryGroupRelException if it could not be found.
    findByS_TGI(boolean searchable, long toGroupId)
    Returns all the depot entry group rels where searchable = ? and toGroupId = ?.
    findByS_TGI(boolean searchable, long toGroupId, int start, int end)
    Returns a range of all the depot entry group rels where searchable = ? and toGroupId = ?.
    findByS_TGI(boolean searchable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns an ordered range of all the depot entry group rels where searchable = ? and toGroupId = ?.
    findByS_TGI(boolean searchable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the depot entry group rels where searchable = ? and toGroupId = ?.
    findByS_TGI_First(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
    findByS_TGI_Last(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
    findByS_TGI_PrevAndNext(long depotEntryGroupRelId, boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
    findByToGroupId(long toGroupId)
    Returns all the depot entry group rels where toGroupId = ?.
    findByToGroupId(long toGroupId, int start, int end)
    Returns a range of all the depot entry group rels where toGroupId = ?.
    findByToGroupId(long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns an ordered range of all the depot entry group rels where toGroupId = ?.
    findByToGroupId(long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the depot entry group rels where toGroupId = ?.
    findByToGroupId_First(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where toGroupId = ?.
    findByToGroupId_Last(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where toGroupId = ?.
    findByToGroupId_PrevAndNext(long depotEntryGroupRelId, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where toGroupId = ?.
    Returns all the depot entry group rels where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the depot entry group rels where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns an ordered range of all the depot entry group rels where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the depot entry group rels where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the depot entry group rels where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the depot entry group rels where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns an ordered range of all the depot entry group rels where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the depot entry group rels where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long depotEntryGroupRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the first depot entry group rel in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the depot entry group rel where uuid = ? and groupId = ? or throws a NoSuchEntryGroupRelException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the last depot entry group rel in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long depotEntryGroupRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
    Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where uuid = ?.
    remove(long depotEntryGroupRelId)
    Removes the depot entry group rel with the primary key from the database.
    void
    Removes all the depot entry group rels from the database.
    removeByD_TGI(long depotEntryId, long toGroupId)
    Removes the depot entry group rel where depotEntryId = ? and toGroupId = ? from the database.
    void
    removeByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId)
    Removes all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ? from the database.
    void
    removeByDepotEntryId(long depotEntryId)
    Removes all the depot entry group rels where depotEntryId = ? from the database.
    void
    removeByS_TGI(boolean searchable, long toGroupId)
    Removes all the depot entry group rels where searchable = ? and toGroupId = ? from the database.
    void
    removeByToGroupId(long toGroupId)
    Removes all the depot entry group rels where toGroupId = ? from the database.
    void
    Removes all the depot entry group rels where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the depot entry group rels where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the depot entry group rel where uuid = ? and groupId = ? from the database.
    updateImpl(DepotEntryGroupRel depotEntryGroupRel)
     

    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<DepotEntryGroupRel> findByUuid(String uuid)
      Returns all the depot entry group rels where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching depot entry group rels
    • findByUuid

      List<DepotEntryGroupRel> findByUuid(String uuid, int start, int end)
      Returns a range of all the depot entry group rels 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 DepotEntryGroupRelModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      Returns:
      the range of matching depot entry group rels
    • findByUuid

      List<DepotEntryGroupRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns an ordered range of all the depot entry group rels 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 DepotEntryGroupRelModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching depot entry group rels
    • findByUuid

      List<DepotEntryGroupRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the depot entry group rels 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 DepotEntryGroupRelModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (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 depot entry group rels
    • findByUuid_First

      DepotEntryGroupRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the first depot entry group rel in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByUuid_First

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

      DepotEntryGroupRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the last depot entry group rel in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByUuid_Last

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

      DepotEntryGroupRel[] findByUuid_PrevAndNext(long depotEntryGroupRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where uuid = ?.
      Parameters:
      depotEntryGroupRelId - the primary key of the current depot entry group rel
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a depot entry group rel with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the depot entry group rels where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of depot entry group rels where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching depot entry group rels
    • findByUUID_G

      DepotEntryGroupRel findByUUID_G(String uuid, long groupId) throws NoSuchEntryGroupRelException
      Returns the depot entry group rel where uuid = ? and groupId = ? or throws a NoSuchEntryGroupRelException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByUUID_G

      DepotEntryGroupRel fetchByUUID_G(String uuid, long groupId)
      Returns the depot entry group rel 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 depot entry group rel, or null if a matching depot entry group rel could not be found
    • fetchByUUID_G

      DepotEntryGroupRel fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the depot entry group rel 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 depot entry group rel, or null if a matching depot entry group rel could not be found
    • removeByUUID_G

      DepotEntryGroupRel removeByUUID_G(String uuid, long groupId) throws NoSuchEntryGroupRelException
      Removes the depot entry group rel where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the depot entry group rel that was removed
      Throws:
      NoSuchEntryGroupRelException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of depot entry group rels where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching depot entry group rels
    • findByUuid_C

      List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId)
      Returns all the depot entry group rels where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching depot entry group rels
    • findByUuid_C

      List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the depot entry group rels 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 DepotEntryGroupRelModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      Returns:
      the range of matching depot entry group rels
    • findByUuid_C

      List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns an ordered range of all the depot entry group rels 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 DepotEntryGroupRelModelImpl.

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

      List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the depot entry group rels 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 DepotEntryGroupRelModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (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 depot entry group rels
    • findByUuid_C_First

      DepotEntryGroupRel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the first depot entry group rel 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 depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByUuid_C_First

      DepotEntryGroupRel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the first depot entry group rel 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 depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByUuid_C_Last

      DepotEntryGroupRel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the last depot entry group rel 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 depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByUuid_C_Last

      DepotEntryGroupRel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the last depot entry group rel 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 depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByUuid_C_PrevAndNext

      DepotEntryGroupRel[] findByUuid_C_PrevAndNext(long depotEntryGroupRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      depotEntryGroupRelId - the primary key of the current depot entry group rel
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a depot entry group rel with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the depot entry group rels 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 depot entry group rels where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching depot entry group rels
    • findByDepotEntryId

      List<DepotEntryGroupRel> findByDepotEntryId(long depotEntryId)
      Returns all the depot entry group rels where depotEntryId = ?.
      Parameters:
      depotEntryId - the depot entry ID
      Returns:
      the matching depot entry group rels
    • findByDepotEntryId

      List<DepotEntryGroupRel> findByDepotEntryId(long depotEntryId, int start, int end)
      Returns a range of all the depot entry group rels where depotEntryId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      depotEntryId - the depot entry ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      Returns:
      the range of matching depot entry group rels
    • findByDepotEntryId

      List<DepotEntryGroupRel> findByDepotEntryId(long depotEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns an ordered range of all the depot entry group rels where depotEntryId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      depotEntryId - the depot entry ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching depot entry group rels
    • findByDepotEntryId

      List<DepotEntryGroupRel> findByDepotEntryId(long depotEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the depot entry group rels where depotEntryId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      depotEntryId - the depot entry ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (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 depot entry group rels
    • findByDepotEntryId_First

      DepotEntryGroupRel findByDepotEntryId_First(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the first depot entry group rel in the ordered set where depotEntryId = ?.
      Parameters:
      depotEntryId - the depot entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByDepotEntryId_First

      DepotEntryGroupRel fetchByDepotEntryId_First(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the first depot entry group rel in the ordered set where depotEntryId = ?.
      Parameters:
      depotEntryId - the depot entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByDepotEntryId_Last

      DepotEntryGroupRel findByDepotEntryId_Last(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the last depot entry group rel in the ordered set where depotEntryId = ?.
      Parameters:
      depotEntryId - the depot entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByDepotEntryId_Last

      DepotEntryGroupRel fetchByDepotEntryId_Last(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the last depot entry group rel in the ordered set where depotEntryId = ?.
      Parameters:
      depotEntryId - the depot entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByDepotEntryId_PrevAndNext

      DepotEntryGroupRel[] findByDepotEntryId_PrevAndNext(long depotEntryGroupRelId, long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where depotEntryId = ?.
      Parameters:
      depotEntryGroupRelId - the primary key of the current depot entry group rel
      depotEntryId - the depot entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a depot entry group rel with the primary key could not be found
    • removeByDepotEntryId

      void removeByDepotEntryId(long depotEntryId)
      Removes all the depot entry group rels where depotEntryId = ? from the database.
      Parameters:
      depotEntryId - the depot entry ID
    • countByDepotEntryId

      int countByDepotEntryId(long depotEntryId)
      Returns the number of depot entry group rels where depotEntryId = ?.
      Parameters:
      depotEntryId - the depot entry ID
      Returns:
      the number of matching depot entry group rels
    • findByToGroupId

      List<DepotEntryGroupRel> findByToGroupId(long toGroupId)
      Returns all the depot entry group rels where toGroupId = ?.
      Parameters:
      toGroupId - the to group ID
      Returns:
      the matching depot entry group rels
    • findByToGroupId

      List<DepotEntryGroupRel> findByToGroupId(long toGroupId, int start, int end)
      Returns a range of all the depot entry group rels where toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      Returns:
      the range of matching depot entry group rels
    • findByToGroupId

      List<DepotEntryGroupRel> findByToGroupId(long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns an ordered range of all the depot entry group rels where toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching depot entry group rels
    • findByToGroupId

      List<DepotEntryGroupRel> findByToGroupId(long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the depot entry group rels where toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (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 depot entry group rels
    • findByToGroupId_First

      DepotEntryGroupRel findByToGroupId_First(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the first depot entry group rel in the ordered set where toGroupId = ?.
      Parameters:
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByToGroupId_First

      DepotEntryGroupRel fetchByToGroupId_First(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the first depot entry group rel in the ordered set where toGroupId = ?.
      Parameters:
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByToGroupId_Last

      DepotEntryGroupRel findByToGroupId_Last(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the last depot entry group rel in the ordered set where toGroupId = ?.
      Parameters:
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByToGroupId_Last

      DepotEntryGroupRel fetchByToGroupId_Last(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the last depot entry group rel in the ordered set where toGroupId = ?.
      Parameters:
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByToGroupId_PrevAndNext

      DepotEntryGroupRel[] findByToGroupId_PrevAndNext(long depotEntryGroupRelId, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where toGroupId = ?.
      Parameters:
      depotEntryGroupRelId - the primary key of the current depot entry group rel
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a depot entry group rel with the primary key could not be found
    • removeByToGroupId

      void removeByToGroupId(long toGroupId)
      Removes all the depot entry group rels where toGroupId = ? from the database.
      Parameters:
      toGroupId - the to group ID
    • countByToGroupId

      int countByToGroupId(long toGroupId)
      Returns the number of depot entry group rels where toGroupId = ?.
      Parameters:
      toGroupId - the to group ID
      Returns:
      the number of matching depot entry group rels
    • findByDDMSA_TGI

      List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId)
      Returns all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.
      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      Returns:
      the matching depot entry group rels
    • findByDDMSA_TGI

      List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end)
      Returns a range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      Returns:
      the range of matching depot entry group rels
    • findByDDMSA_TGI

      List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns an ordered range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching depot entry group rels
    • findByDDMSA_TGI

      List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (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 depot entry group rels
    • findByDDMSA_TGI_First

      DepotEntryGroupRel findByDDMSA_TGI_First(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the first depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByDDMSA_TGI_First

      DepotEntryGroupRel fetchByDDMSA_TGI_First(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the first depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByDDMSA_TGI_Last

      DepotEntryGroupRel findByDDMSA_TGI_Last(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the last depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByDDMSA_TGI_Last

      DepotEntryGroupRel fetchByDDMSA_TGI_Last(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the last depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByDDMSA_TGI_PrevAndNext

      DepotEntryGroupRel[] findByDDMSA_TGI_PrevAndNext(long depotEntryGroupRelId, boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.
      Parameters:
      depotEntryGroupRelId - the primary key of the current depot entry group rel
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a depot entry group rel with the primary key could not be found
    • removeByDDMSA_TGI

      void removeByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId)
      Removes all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ? from the database.
      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
    • countByDDMSA_TGI

      int countByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId)
      Returns the number of depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.
      Parameters:
      ddmStructuresAvailable - the ddm structures available
      toGroupId - the to group ID
      Returns:
      the number of matching depot entry group rels
    • findByD_TGI

      DepotEntryGroupRel findByD_TGI(long depotEntryId, long toGroupId) throws NoSuchEntryGroupRelException
      Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or throws a NoSuchEntryGroupRelException if it could not be found.
      Parameters:
      depotEntryId - the depot entry ID
      toGroupId - the to group ID
      Returns:
      the matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByD_TGI

      DepotEntryGroupRel fetchByD_TGI(long depotEntryId, long toGroupId)
      Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      depotEntryId - the depot entry ID
      toGroupId - the to group ID
      Returns:
      the matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • fetchByD_TGI

      DepotEntryGroupRel fetchByD_TGI(long depotEntryId, long toGroupId, boolean useFinderCache)
      Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      depotEntryId - the depot entry ID
      toGroupId - the to group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • removeByD_TGI

      DepotEntryGroupRel removeByD_TGI(long depotEntryId, long toGroupId) throws NoSuchEntryGroupRelException
      Removes the depot entry group rel where depotEntryId = ? and toGroupId = ? from the database.
      Parameters:
      depotEntryId - the depot entry ID
      toGroupId - the to group ID
      Returns:
      the depot entry group rel that was removed
      Throws:
      NoSuchEntryGroupRelException
    • countByD_TGI

      int countByD_TGI(long depotEntryId, long toGroupId)
      Returns the number of depot entry group rels where depotEntryId = ? and toGroupId = ?.
      Parameters:
      depotEntryId - the depot entry ID
      toGroupId - the to group ID
      Returns:
      the number of matching depot entry group rels
    • findByS_TGI

      List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId)
      Returns all the depot entry group rels where searchable = ? and toGroupId = ?.
      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      Returns:
      the matching depot entry group rels
    • findByS_TGI

      List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId, int start, int end)
      Returns a range of all the depot entry group rels where searchable = ? and toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      Returns:
      the range of matching depot entry group rels
    • findByS_TGI

      List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns an ordered range of all the depot entry group rels where searchable = ? and toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching depot entry group rels
    • findByS_TGI

      List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the depot entry group rels where searchable = ? and toGroupId = ?.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (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 depot entry group rels
    • findByS_TGI_First

      DepotEntryGroupRel findByS_TGI_First(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the first depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByS_TGI_First

      DepotEntryGroupRel fetchByS_TGI_First(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the first depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByS_TGI_Last

      DepotEntryGroupRel findByS_TGI_Last(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the last depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a matching depot entry group rel could not be found
    • fetchByS_TGI_Last

      DepotEntryGroupRel fetchByS_TGI_Last(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns the last depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching depot entry group rel, or null if a matching depot entry group rel could not be found
    • findByS_TGI_PrevAndNext

      DepotEntryGroupRel[] findByS_TGI_PrevAndNext(long depotEntryGroupRelId, boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException
      Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.
      Parameters:
      depotEntryGroupRelId - the primary key of the current depot entry group rel
      searchable - the searchable
      toGroupId - the to group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a depot entry group rel with the primary key could not be found
    • removeByS_TGI

      void removeByS_TGI(boolean searchable, long toGroupId)
      Removes all the depot entry group rels where searchable = ? and toGroupId = ? from the database.
      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
    • countByS_TGI

      int countByS_TGI(boolean searchable, long toGroupId)
      Returns the number of depot entry group rels where searchable = ? and toGroupId = ?.
      Parameters:
      searchable - the searchable
      toGroupId - the to group ID
      Returns:
      the number of matching depot entry group rels
    • cacheResult

      void cacheResult(DepotEntryGroupRel depotEntryGroupRel)
      Caches the depot entry group rel in the entity cache if it is enabled.
      Parameters:
      depotEntryGroupRel - the depot entry group rel
    • cacheResult

      void cacheResult(List<DepotEntryGroupRel> depotEntryGroupRels)
      Caches the depot entry group rels in the entity cache if it is enabled.
      Parameters:
      depotEntryGroupRels - the depot entry group rels
    • create

      DepotEntryGroupRel create(long depotEntryGroupRelId)
      Creates a new depot entry group rel with the primary key. Does not add the depot entry group rel to the database.
      Parameters:
      depotEntryGroupRelId - the primary key for the new depot entry group rel
      Returns:
      the new depot entry group rel
    • remove

      DepotEntryGroupRel remove(long depotEntryGroupRelId) throws NoSuchEntryGroupRelException
      Removes the depot entry group rel with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      depotEntryGroupRelId - the primary key of the depot entry group rel
      Returns:
      the depot entry group rel that was removed
      Throws:
      NoSuchEntryGroupRelException - if a depot entry group rel with the primary key could not be found
    • updateImpl

      DepotEntryGroupRel updateImpl(DepotEntryGroupRel depotEntryGroupRel)
    • findByPrimaryKey

      DepotEntryGroupRel findByPrimaryKey(long depotEntryGroupRelId) throws NoSuchEntryGroupRelException
      Returns the depot entry group rel with the primary key or throws a NoSuchEntryGroupRelException if it could not be found.
      Parameters:
      depotEntryGroupRelId - the primary key of the depot entry group rel
      Returns:
      the depot entry group rel
      Throws:
      NoSuchEntryGroupRelException - if a depot entry group rel with the primary key could not be found
    • fetchByPrimaryKey

      DepotEntryGroupRel fetchByPrimaryKey(long depotEntryGroupRelId)
      Returns the depot entry group rel with the primary key or returns null if it could not be found.
      Parameters:
      depotEntryGroupRelId - the primary key of the depot entry group rel
      Returns:
      the depot entry group rel, or null if a depot entry group rel with the primary key could not be found
    • findAll

      Returns all the depot entry group rels.
      Returns:
      the depot entry group rels
    • findAll

      List<DepotEntryGroupRel> findAll(int start, int end)
      Returns a range of all the depot entry group rels.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      Returns:
      the range of depot entry group rels
    • findAll

      List<DepotEntryGroupRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
      Returns an ordered range of all the depot entry group rels.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of depot entry group rels
    • findAll

      List<DepotEntryGroupRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the depot entry group rels.

      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 DepotEntryGroupRelModelImpl.

      Parameters:
      start - the lower bound of the range of depot entry group rels
      end - the upper bound of the range of depot entry group rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of depot entry group rels
    • removeAll

      void removeAll()
      Removes all the depot entry group rels from the database.
    • countAll

      int countAll()
      Returns the number of depot entry group rels.
      Returns:
      the number of depot entry group rels