Interface AssetListEntryAssetEntryRelPersistence

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

@ProviderType public interface AssetListEntryAssetEntryRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<AssetListEntryAssetEntryRel>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryAssetEntryRel>
The persistence interface for the asset list entry asset entry rel service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      Returns all the asset list entry asset entry rels where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching asset list entry asset entry rels
    • findByUuid

      List<AssetListEntryAssetEntryRel> findByUuid(String uuid, int start, int end)
      Returns a range of all the asset list entry asset entry 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 AssetListEntryAssetEntryRelModelImpl.

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

      List<AssetListEntryAssetEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns an ordered range of all the asset list entry asset entry 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 AssetListEntryAssetEntryRelModelImpl.

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

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

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

      AssetListEntryAssetEntryRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the first asset list entry asset entry 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 asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByUuid_First

      AssetListEntryAssetEntryRel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the first asset list entry asset entry 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 asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByUuid_Last

      AssetListEntryAssetEntryRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the last asset list entry asset entry 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 asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByUuid_Last

      AssetListEntryAssetEntryRel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the last asset list entry asset entry 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 asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByUuid_PrevAndNext

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

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

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

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

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

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

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

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

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

      List<AssetListEntryAssetEntryRel> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the asset list entry asset entry 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 AssetListEntryAssetEntryRelModelImpl.

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

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

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

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

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

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

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

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

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

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

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

      List<AssetListEntryAssetEntryRel> findByAssetListEntryId(long assetListEntryId)
      Returns all the asset list entry asset entry rels where assetListEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      Returns:
      the matching asset list entry asset entry rels
    • findByAssetListEntryId

      List<AssetListEntryAssetEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end)
      Returns a range of all the asset list entry asset entry rels where assetListEntryId = ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      Returns:
      the range of matching asset list entry asset entry rels
    • findByAssetListEntryId

      List<AssetListEntryAssetEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns an ordered range of all the asset list entry asset entry rels where assetListEntryId = ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry asset entry rels
    • findByAssetListEntryId

      List<AssetListEntryAssetEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry asset entry rels where assetListEntryId = ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry 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 asset list entry asset entry rels
    • findByAssetListEntryId_First

      AssetListEntryAssetEntryRel findByAssetListEntryId_First(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the first asset list entry asset entry rel in the ordered set where assetListEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByAssetListEntryId_First

      AssetListEntryAssetEntryRel fetchByAssetListEntryId_First(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the first asset list entry asset entry rel in the ordered set where assetListEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByAssetListEntryId_Last

      AssetListEntryAssetEntryRel findByAssetListEntryId_Last(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the last asset list entry asset entry rel in the ordered set where assetListEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByAssetListEntryId_Last

      AssetListEntryAssetEntryRel fetchByAssetListEntryId_Last(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the last asset list entry asset entry rel in the ordered set where assetListEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByAssetListEntryId_PrevAndNext

      AssetListEntryAssetEntryRel[] findByAssetListEntryId_PrevAndNext(long assetListEntryAssetEntryRelId, long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the asset list entry asset entry rels before and after the current asset list entry asset entry rel in the ordered set where assetListEntryId = ?.
      Parameters:
      assetListEntryAssetEntryRelId - the primary key of the current asset list entry asset entry rel
      assetListEntryId - the asset list entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a asset list entry asset entry rel with the primary key could not be found
    • removeByAssetListEntryId

      void removeByAssetListEntryId(long assetListEntryId)
      Removes all the asset list entry asset entry rels where assetListEntryId = ? from the database.
      Parameters:
      assetListEntryId - the asset list entry ID
    • countByAssetListEntryId

      int countByAssetListEntryId(long assetListEntryId)
      Returns the number of asset list entry asset entry rels where assetListEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      Returns:
      the number of matching asset list entry asset entry rels
    • findByAssetEntryId

      List<AssetListEntryAssetEntryRel> findByAssetEntryId(long assetEntryId)
      Returns all the asset list entry asset entry rels where assetEntryId = ?.
      Parameters:
      assetEntryId - the asset entry ID
      Returns:
      the matching asset list entry asset entry rels
    • findByAssetEntryId

      List<AssetListEntryAssetEntryRel> findByAssetEntryId(long assetEntryId, int start, int end)
      Returns a range of all the asset list entry asset entry rels where assetEntryId = ?.

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

      Parameters:
      assetEntryId - the asset entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      Returns:
      the range of matching asset list entry asset entry rels
    • findByAssetEntryId

      List<AssetListEntryAssetEntryRel> findByAssetEntryId(long assetEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns an ordered range of all the asset list entry asset entry rels where assetEntryId = ?.

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

      Parameters:
      assetEntryId - the asset entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry asset entry rels
    • findByAssetEntryId

      List<AssetListEntryAssetEntryRel> findByAssetEntryId(long assetEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry asset entry rels where assetEntryId = ?.

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

      Parameters:
      assetEntryId - the asset entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry 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 asset list entry asset entry rels
    • findByAssetEntryId_First

      AssetListEntryAssetEntryRel findByAssetEntryId_First(long assetEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the first asset list entry asset entry rel in the ordered set where assetEntryId = ?.
      Parameters:
      assetEntryId - the asset entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByAssetEntryId_First

      AssetListEntryAssetEntryRel fetchByAssetEntryId_First(long assetEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the first asset list entry asset entry rel in the ordered set where assetEntryId = ?.
      Parameters:
      assetEntryId - the asset entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByAssetEntryId_Last

      AssetListEntryAssetEntryRel findByAssetEntryId_Last(long assetEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the last asset list entry asset entry rel in the ordered set where assetEntryId = ?.
      Parameters:
      assetEntryId - the asset entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByAssetEntryId_Last

      AssetListEntryAssetEntryRel fetchByAssetEntryId_Last(long assetEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the last asset list entry asset entry rel in the ordered set where assetEntryId = ?.
      Parameters:
      assetEntryId - the asset entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByAssetEntryId_PrevAndNext

      AssetListEntryAssetEntryRel[] findByAssetEntryId_PrevAndNext(long assetListEntryAssetEntryRelId, long assetEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the asset list entry asset entry rels before and after the current asset list entry asset entry rel in the ordered set where assetEntryId = ?.
      Parameters:
      assetListEntryAssetEntryRelId - the primary key of the current asset list entry asset entry rel
      assetEntryId - the asset entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a asset list entry asset entry rel with the primary key could not be found
    • removeByAssetEntryId

      void removeByAssetEntryId(long assetEntryId)
      Removes all the asset list entry asset entry rels where assetEntryId = ? from the database.
      Parameters:
      assetEntryId - the asset entry ID
    • countByAssetEntryId

      int countByAssetEntryId(long assetEntryId)
      Returns the number of asset list entry asset entry rels where assetEntryId = ?.
      Parameters:
      assetEntryId - the asset entry ID
      Returns:
      the number of matching asset list entry asset entry rels
    • findByA_S

      List<AssetListEntryAssetEntryRel> findByA_S(long assetListEntryId, long segmentsEntryId)
      Returns all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      Returns:
      the matching asset list entry asset entry rels
    • findByA_S

      List<AssetListEntryAssetEntryRel> findByA_S(long assetListEntryId, long segmentsEntryId, int start, int end)
      Returns a range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      Returns:
      the range of matching asset list entry asset entry rels
    • findByA_S

      List<AssetListEntryAssetEntryRel> findByA_S(long assetListEntryId, long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns an ordered range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry asset entry rels
    • findByA_S

      List<AssetListEntryAssetEntryRel> findByA_S(long assetListEntryId, long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry 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 asset list entry asset entry rels
    • findByA_S_First

      AssetListEntryAssetEntryRel findByA_S_First(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the first asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByA_S_First

      AssetListEntryAssetEntryRel fetchByA_S_First(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the first asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByA_S_Last

      AssetListEntryAssetEntryRel findByA_S_Last(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the last asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByA_S_Last

      AssetListEntryAssetEntryRel fetchByA_S_Last(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the last asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByA_S_PrevAndNext

      AssetListEntryAssetEntryRel[] findByA_S_PrevAndNext(long assetListEntryAssetEntryRelId, long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the asset list entry asset entry rels before and after the current asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.
      Parameters:
      assetListEntryAssetEntryRelId - the primary key of the current asset list entry asset entry rel
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a asset list entry asset entry rel with the primary key could not be found
    • findByA_S

      List<AssetListEntryAssetEntryRel> findByA_S(long assetListEntryId, long[] segmentsEntryIds)
      Returns all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = any ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryIds - the segments entry IDs
      Returns:
      the matching asset list entry asset entry rels
    • findByA_S

      List<AssetListEntryAssetEntryRel> findByA_S(long assetListEntryId, long[] segmentsEntryIds, int start, int end)
      Returns a range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = any ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryIds - the segments entry IDs
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      Returns:
      the range of matching asset list entry asset entry rels
    • findByA_S

      List<AssetListEntryAssetEntryRel> findByA_S(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns an ordered range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = any ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryIds - the segments entry IDs
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry asset entry rels
    • findByA_S

      List<AssetListEntryAssetEntryRel> findByA_S(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ?, optionally using the finder cache.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryIds - the segments entry IDs
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry 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 asset list entry asset entry rels
    • removeByA_S

      void removeByA_S(long assetListEntryId, long segmentsEntryId)
      Removes all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ? from the database.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
    • countByA_S

      int countByA_S(long assetListEntryId, long segmentsEntryId)
      Returns the number of asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      Returns:
      the number of matching asset list entry asset entry rels
    • countByA_S

      int countByA_S(long assetListEntryId, long[] segmentsEntryIds)
      Returns the number of asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = any ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryIds - the segments entry IDs
      Returns:
      the number of matching asset list entry asset entry rels
    • findByA_S_P

      AssetListEntryAssetEntryRel findByA_S_P(long assetListEntryId, long segmentsEntryId, int position) throws NoSuchEntryAssetEntryRelException
      Returns the asset list entry asset entry rel where assetListEntryId = ? and segmentsEntryId = ? and position = ? or throws a NoSuchEntryAssetEntryRelException if it could not be found.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      Returns:
      the matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByA_S_P

      AssetListEntryAssetEntryRel fetchByA_S_P(long assetListEntryId, long segmentsEntryId, int position)
      Returns the asset list entry asset entry rel where assetListEntryId = ? and segmentsEntryId = ? and position = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      Returns:
      the matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • fetchByA_S_P

      AssetListEntryAssetEntryRel fetchByA_S_P(long assetListEntryId, long segmentsEntryId, int position, boolean useFinderCache)
      Returns the asset list entry asset entry rel where assetListEntryId = ? and segmentsEntryId = ? and position = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      useFinderCache - whether to use the finder cache
      Returns:
      the matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • removeByA_S_P

      AssetListEntryAssetEntryRel removeByA_S_P(long assetListEntryId, long segmentsEntryId, int position) throws NoSuchEntryAssetEntryRelException
      Removes the asset list entry asset entry rel where assetListEntryId = ? and segmentsEntryId = ? and position = ? from the database.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      Returns:
      the asset list entry asset entry rel that was removed
      Throws:
      NoSuchEntryAssetEntryRelException
    • countByA_S_P

      int countByA_S_P(long assetListEntryId, long segmentsEntryId, int position)
      Returns the number of asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ? and position = ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      Returns:
      the number of matching asset list entry asset entry rels
    • findByA_S_GtP

      List<AssetListEntryAssetEntryRel> findByA_S_GtP(long assetListEntryId, long segmentsEntryId, int position)
      Returns all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ? and position > ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      Returns:
      the matching asset list entry asset entry rels
    • findByA_S_GtP

      List<AssetListEntryAssetEntryRel> findByA_S_GtP(long assetListEntryId, long segmentsEntryId, int position, int start, int end)
      Returns a range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ? and position > ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      Returns:
      the range of matching asset list entry asset entry rels
    • findByA_S_GtP

      List<AssetListEntryAssetEntryRel> findByA_S_GtP(long assetListEntryId, long segmentsEntryId, int position, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns an ordered range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ? and position > ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry asset entry rels
    • findByA_S_GtP

      List<AssetListEntryAssetEntryRel> findByA_S_GtP(long assetListEntryId, long segmentsEntryId, int position, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ? and position > ?.

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

      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry 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 asset list entry asset entry rels
    • findByA_S_GtP_First

      AssetListEntryAssetEntryRel findByA_S_GtP_First(long assetListEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the first asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ? and position > ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByA_S_GtP_First

      AssetListEntryAssetEntryRel fetchByA_S_GtP_First(long assetListEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the first asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ? and position > ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByA_S_GtP_Last

      AssetListEntryAssetEntryRel findByA_S_GtP_Last(long assetListEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the last asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ? and position > ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a matching asset list entry asset entry rel could not be found
    • fetchByA_S_GtP_Last

      AssetListEntryAssetEntryRel fetchByA_S_GtP_Last(long assetListEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns the last asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ? and position > ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry asset entry rel, or null if a matching asset list entry asset entry rel could not be found
    • findByA_S_GtP_PrevAndNext

      AssetListEntryAssetEntryRel[] findByA_S_GtP_PrevAndNext(long assetListEntryAssetEntryRelId, long assetListEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator) throws NoSuchEntryAssetEntryRelException
      Returns the asset list entry asset entry rels before and after the current asset list entry asset entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ? and position > ?.
      Parameters:
      assetListEntryAssetEntryRelId - the primary key of the current asset list entry asset entry rel
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a asset list entry asset entry rel with the primary key could not be found
    • removeByA_S_GtP

      void removeByA_S_GtP(long assetListEntryId, long segmentsEntryId, int position)
      Removes all the asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ? and position > ? from the database.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
    • countByA_S_GtP

      int countByA_S_GtP(long assetListEntryId, long segmentsEntryId, int position)
      Returns the number of asset list entry asset entry rels where assetListEntryId = ? and segmentsEntryId = ? and position > ?.
      Parameters:
      assetListEntryId - the asset list entry ID
      segmentsEntryId - the segments entry ID
      position - the position
      Returns:
      the number of matching asset list entry asset entry rels
    • cacheResult

      void cacheResult(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
      Caches the asset list entry asset entry rel in the entity cache if it is enabled.
      Parameters:
      assetListEntryAssetEntryRel - the asset list entry asset entry rel
    • cacheResult

      void cacheResult(List<AssetListEntryAssetEntryRel> assetListEntryAssetEntryRels)
      Caches the asset list entry asset entry rels in the entity cache if it is enabled.
      Parameters:
      assetListEntryAssetEntryRels - the asset list entry asset entry rels
    • create

      AssetListEntryAssetEntryRel create(long assetListEntryAssetEntryRelId)
      Creates a new asset list entry asset entry rel with the primary key. Does not add the asset list entry asset entry rel to the database.
      Parameters:
      assetListEntryAssetEntryRelId - the primary key for the new asset list entry asset entry rel
      Returns:
      the new asset list entry asset entry rel
    • remove

      AssetListEntryAssetEntryRel remove(long assetListEntryAssetEntryRelId) throws NoSuchEntryAssetEntryRelException
      Removes the asset list entry asset entry rel with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      assetListEntryAssetEntryRelId - the primary key of the asset list entry asset entry rel
      Returns:
      the asset list entry asset entry rel that was removed
      Throws:
      NoSuchEntryAssetEntryRelException - if a asset list entry asset entry rel with the primary key could not be found
    • updateImpl

      AssetListEntryAssetEntryRel updateImpl(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
    • findByPrimaryKey

      AssetListEntryAssetEntryRel findByPrimaryKey(long assetListEntryAssetEntryRelId) throws NoSuchEntryAssetEntryRelException
      Returns the asset list entry asset entry rel with the primary key or throws a NoSuchEntryAssetEntryRelException if it could not be found.
      Parameters:
      assetListEntryAssetEntryRelId - the primary key of the asset list entry asset entry rel
      Returns:
      the asset list entry asset entry rel
      Throws:
      NoSuchEntryAssetEntryRelException - if a asset list entry asset entry rel with the primary key could not be found
    • fetchByPrimaryKey

      AssetListEntryAssetEntryRel fetchByPrimaryKey(long assetListEntryAssetEntryRelId)
      Returns the asset list entry asset entry rel with the primary key or returns null if it could not be found.
      Parameters:
      assetListEntryAssetEntryRelId - the primary key of the asset list entry asset entry rel
      Returns:
      the asset list entry asset entry rel, or null if a asset list entry asset entry rel with the primary key could not be found
    • findAll

      Returns all the asset list entry asset entry rels.
      Returns:
      the asset list entry asset entry rels
    • findAll

      List<AssetListEntryAssetEntryRel> findAll(int start, int end)
      Returns a range of all the asset list entry asset entry 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 AssetListEntryAssetEntryRelModelImpl.

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

      List<AssetListEntryAssetEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
      Returns an ordered range of all the asset list entry asset entry 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 AssetListEntryAssetEntryRelModelImpl.

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

      List<AssetListEntryAssetEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry asset entry 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 AssetListEntryAssetEntryRelModelImpl.

      Parameters:
      start - the lower bound of the range of asset list entry asset entry rels
      end - the upper bound of the range of asset list entry asset entry 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 asset list entry asset entry rels
    • removeAll

      void removeAll()
      Removes all the asset list entry asset entry rels from the database.
    • countAll

      int countAll()
      Returns the number of asset list entry asset entry rels.
      Returns:
      the number of asset list entry asset entry rels