Interface ObjectEntryPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectEntry>

@ProviderType public interface ObjectEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectEntry>
The persistence interface for the object entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(ObjectEntry objectEntry)
    Caches the object entry in the entity cache if it is enabled.
    void
    cacheResult(List<ObjectEntry> objectEntries)
    Caches the object entries in the entity cache if it is enabled.
    int
    Returns the number of object entries.
    int
    countByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId)
    Returns the number of object entries where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ?.
    int
    countByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Returns the number of object entries where externalReferenceCode = ? and groupId = ? and companyId = ?.
    int
    countByG_ODI(long groupId, long objectDefinitionId)
    Returns the number of object entries where groupId = ? and objectDefinitionId = ?.
    int
    countByG_ODI_S(long groupId, long objectDefinitionId, int status)
    Returns the number of object entries where groupId = ? and objectDefinitionId = ? and status = ?.
    int
    countByObjectDefinitionId(long objectDefinitionId)
    Returns the number of object entries where objectDefinitionId = ?.
    int
    countByODI_NotS(long objectDefinitionId, int status)
    Returns the number of object entries where objectDefinitionId = ? and status ≠ ?.
    int
    countByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId)
    Returns the number of object entries where userId = ? and createDate > ? and objectDefinitionId = ?.
    int
    countByU_ODI(long userId, long objectDefinitionId)
    Returns the number of object entries where userId = ? and objectDefinitionId = ?.
    int
    Returns the number of object entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of object entries where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of object entries where uuid = ? and groupId = ?.
    create(long objectEntryId)
    Creates a new object entry with the primary key.
    fetchByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId)
    Returns the object entry where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returns null if it could not be found.
    fetchByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId, boolean useFinderCache)
    Returns the object entry where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Returns the object entry where externalReferenceCode = ? and groupId = ? and companyId = ? or returns null if it could not be found.
    fetchByERC_G_C(String externalReferenceCode, long groupId, long companyId, boolean useFinderCache)
    Returns the object entry where externalReferenceCode = ? and groupId = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_ODI_First(long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
    fetchByG_ODI_Last(long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
    fetchByG_ODI_S_First(long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
    fetchByG_ODI_S_Last(long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
    fetchByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where objectDefinitionId = ?.
    fetchByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where objectDefinitionId = ?.
    fetchByODI_NotS_First(long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
    fetchByODI_NotS_Last(long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
    fetchByPrimaryKey(long objectEntryId)
    Returns the object entry with the primary key or returns null if it could not be found.
    fetchByU_GtCD_ODI_First(long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
    fetchByU_GtCD_ODI_Last(long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
    fetchByU_ODI_First(long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where userId = ? and objectDefinitionId = ?.
    fetchByU_ODI_Last(long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where userId = ? and objectDefinitionId = ?.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the object entry where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the object entry 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<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where uuid = ?.
    Returns all the object entries.
    findAll(int start, int end)
    Returns a range of all the object entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries.
    findByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId)
    Returns the object entry where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or throws a NoSuchObjectEntryException if it could not be found.
    findByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Returns the object entry where externalReferenceCode = ? and groupId = ? and companyId = ? or throws a NoSuchObjectEntryException if it could not be found.
    findByG_ODI(long groupId, long objectDefinitionId)
    Returns all the object entries where groupId = ? and objectDefinitionId = ?.
    findByG_ODI(long groupId, long objectDefinitionId, int start, int end)
    Returns a range of all the object entries where groupId = ? and objectDefinitionId = ?.
    findByG_ODI(long groupId, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries where groupId = ? and objectDefinitionId = ?.
    findByG_ODI(long groupId, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries where groupId = ? and objectDefinitionId = ?.
    findByG_ODI_First(long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
    findByG_ODI_Last(long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
    findByG_ODI_PrevAndNext(long objectEntryId, long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the object entries before and after the current object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
    findByG_ODI_S(long groupId, long objectDefinitionId, int status)
    Returns all the object entries where groupId = ? and objectDefinitionId = ? and status = ?.
    findByG_ODI_S(long groupId, long objectDefinitionId, int status, int start, int end)
    Returns a range of all the object entries where groupId = ? and objectDefinitionId = ? and status = ?.
    findByG_ODI_S(long groupId, long objectDefinitionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries where groupId = ? and objectDefinitionId = ? and status = ?.
    findByG_ODI_S(long groupId, long objectDefinitionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries where groupId = ? and objectDefinitionId = ? and status = ?.
    findByG_ODI_S_First(long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
    findByG_ODI_S_Last(long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
    findByG_ODI_S_PrevAndNext(long objectEntryId, long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the object entries before and after the current object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
    findByObjectDefinitionId(long objectDefinitionId)
    Returns all the object entries where objectDefinitionId = ?.
    findByObjectDefinitionId(long objectDefinitionId, int start, int end)
    Returns a range of all the object entries where objectDefinitionId = ?.
    findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries where objectDefinitionId = ?.
    findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries where objectDefinitionId = ?.
    findByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where objectDefinitionId = ?.
    findByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where objectDefinitionId = ?.
    findByObjectDefinitionId_PrevAndNext(long objectEntryId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the object entries before and after the current object entry in the ordered set where objectDefinitionId = ?.
    findByODI_NotS(long objectDefinitionId, int status)
    Returns all the object entries where objectDefinitionId = ? and status ≠ ?.
    findByODI_NotS(long objectDefinitionId, int status, int start, int end)
    Returns a range of all the object entries where objectDefinitionId = ? and status ≠ ?.
    findByODI_NotS(long objectDefinitionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries where objectDefinitionId = ? and status ≠ ?.
    findByODI_NotS(long objectDefinitionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries where objectDefinitionId = ? and status ≠ ?.
    findByODI_NotS_First(long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
    findByODI_NotS_Last(long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
    findByODI_NotS_PrevAndNext(long objectEntryId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the object entries before and after the current object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
    findByPrimaryKey(long objectEntryId)
    Returns the object entry with the primary key or throws a NoSuchObjectEntryException if it could not be found.
    findByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId)
    Returns all the object entries where userId = ? and createDate > ? and objectDefinitionId = ?.
    findByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId, int start, int end)
    Returns a range of all the object entries where userId = ? and createDate > ? and objectDefinitionId = ?.
    findByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries where userId = ? and createDate > ? and objectDefinitionId = ?.
    findByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries where userId = ? and createDate > ? and objectDefinitionId = ?.
    findByU_GtCD_ODI_First(long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
    findByU_GtCD_ODI_Last(long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
    findByU_GtCD_ODI_PrevAndNext(long objectEntryId, long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the object entries before and after the current object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
    findByU_ODI(long userId, long objectDefinitionId)
    Returns all the object entries where userId = ? and objectDefinitionId = ?.
    findByU_ODI(long userId, long objectDefinitionId, int start, int end)
    Returns a range of all the object entries where userId = ? and objectDefinitionId = ?.
    findByU_ODI(long userId, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries where userId = ? and objectDefinitionId = ?.
    findByU_ODI(long userId, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries where userId = ? and objectDefinitionId = ?.
    findByU_ODI_First(long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where userId = ? and objectDefinitionId = ?.
    findByU_ODI_Last(long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where userId = ? and objectDefinitionId = ?.
    findByU_ODI_PrevAndNext(long objectEntryId, long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the object entries before and after the current object entry in the ordered set where userId = ? and objectDefinitionId = ?.
    Returns all the object entries where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the object entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the object entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the object entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns an ordered range of all the object entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entries where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long objectEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the object entries before and after the current object entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the first object entry in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the object entry where uuid = ? and groupId = ? or throws a NoSuchObjectEntryException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the last object entry in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long objectEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
    Returns the object entries before and after the current object entry in the ordered set where uuid = ?.
    remove(long objectEntryId)
    Removes the object entry with the primary key from the database.
    void
    Removes all the object entries from the database.
    removeByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId)
    Removes the object entry where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? from the database.
    removeByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Removes the object entry where externalReferenceCode = ? and groupId = ? and companyId = ? from the database.
    void
    removeByG_ODI(long groupId, long objectDefinitionId)
    Removes all the object entries where groupId = ? and objectDefinitionId = ? from the database.
    void
    removeByG_ODI_S(long groupId, long objectDefinitionId, int status)
    Removes all the object entries where groupId = ? and objectDefinitionId = ? and status = ? from the database.
    void
    removeByObjectDefinitionId(long objectDefinitionId)
    Removes all the object entries where objectDefinitionId = ? from the database.
    void
    removeByODI_NotS(long objectDefinitionId, int status)
    Removes all the object entries where objectDefinitionId = ? and status ≠ ? from the database.
    void
    removeByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId)
    Removes all the object entries where userId = ? and createDate > ? and objectDefinitionId = ? from the database.
    void
    removeByU_ODI(long userId, long objectDefinitionId)
    Removes all the object entries where userId = ? and objectDefinitionId = ? from the database.
    void
    Removes all the object entries where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the object entries where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the object entry where uuid = ? and groupId = ? from the database.
    updateImpl(ObjectEntry objectEntry)
     

    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
  • Method Details

    • findByUuid

      List<ObjectEntry> findByUuid(String uuid)
      Returns all the object entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching object entries
    • findByUuid

      List<ObjectEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the object entries 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 ObjectEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of matching object entries
    • findByUuid

      List<ObjectEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries 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 ObjectEntryModelImpl.

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

      List<ObjectEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entries 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 ObjectEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (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 object entries
    • findByUuid_First

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

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

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

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

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

      void removeByUuid(String uuid)
      Removes all the object entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of object entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching object entries
    • findByUUID_G

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

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

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

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

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

      List<ObjectEntry> findByUuid_C(String uuid, long companyId)
      Returns all the object entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching object entries
    • findByUuid_C

      List<ObjectEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the object entries 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 ObjectEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of matching object entries
    • findByUuid_C

      List<ObjectEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries 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 ObjectEntryModelImpl.

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

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

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

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

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

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

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

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

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

      List<ObjectEntry> findByObjectDefinitionId(long objectDefinitionId)
      Returns all the object entries where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      Returns:
      the matching object entries
    • findByObjectDefinitionId

      List<ObjectEntry> findByObjectDefinitionId(long objectDefinitionId, int start, int end)
      Returns a range of all the object entries where objectDefinitionId = ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of matching object entries
    • findByObjectDefinitionId

      List<ObjectEntry> findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries where objectDefinitionId = ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entries
    • findByObjectDefinitionId

      List<ObjectEntry> findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entries where objectDefinitionId = ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (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 object entries
    • findByObjectDefinitionId_First

      ObjectEntry findByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the first object entry in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByObjectDefinitionId_First

      ObjectEntry fetchByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the first object entry in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry, or null if a matching object entry could not be found
    • findByObjectDefinitionId_Last

      ObjectEntry findByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the last object entry in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByObjectDefinitionId_Last

      ObjectEntry fetchByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the last object entry in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry, or null if a matching object entry could not be found
    • findByObjectDefinitionId_PrevAndNext

      ObjectEntry[] findByObjectDefinitionId_PrevAndNext(long objectEntryId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the object entries before and after the current object entry in the ordered set where objectDefinitionId = ?.
      Parameters:
      objectEntryId - the primary key of the current object entry
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry
      Throws:
      NoSuchObjectEntryException - if a object entry with the primary key could not be found
    • removeByObjectDefinitionId

      void removeByObjectDefinitionId(long objectDefinitionId)
      Removes all the object entries where objectDefinitionId = ? from the database.
      Parameters:
      objectDefinitionId - the object definition ID
    • countByObjectDefinitionId

      int countByObjectDefinitionId(long objectDefinitionId)
      Returns the number of object entries where objectDefinitionId = ?.
      Parameters:
      objectDefinitionId - the object definition ID
      Returns:
      the number of matching object entries
    • findByG_ODI

      List<ObjectEntry> findByG_ODI(long groupId, long objectDefinitionId)
      Returns all the object entries where groupId = ? and objectDefinitionId = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      Returns:
      the matching object entries
    • findByG_ODI

      List<ObjectEntry> findByG_ODI(long groupId, long objectDefinitionId, int start, int end)
      Returns a range of all the object entries where groupId = ? and objectDefinitionId = ?.

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

      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of matching object entries
    • findByG_ODI

      List<ObjectEntry> findByG_ODI(long groupId, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries where groupId = ? and objectDefinitionId = ?.

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

      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entries
    • findByG_ODI

      List<ObjectEntry> findByG_ODI(long groupId, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entries where groupId = ? and objectDefinitionId = ?.

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

      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (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 object entries
    • findByG_ODI_First

      ObjectEntry findByG_ODI_First(long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the first object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByG_ODI_First

      ObjectEntry fetchByG_ODI_First(long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the first object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry, or null if a matching object entry could not be found
    • findByG_ODI_Last

      ObjectEntry findByG_ODI_Last(long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the last object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByG_ODI_Last

      ObjectEntry fetchByG_ODI_Last(long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the last object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry, or null if a matching object entry could not be found
    • findByG_ODI_PrevAndNext

      ObjectEntry[] findByG_ODI_PrevAndNext(long objectEntryId, long groupId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the object entries before and after the current object entry in the ordered set where groupId = ? and objectDefinitionId = ?.
      Parameters:
      objectEntryId - the primary key of the current object entry
      groupId - the group ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry
      Throws:
      NoSuchObjectEntryException - if a object entry with the primary key could not be found
    • removeByG_ODI

      void removeByG_ODI(long groupId, long objectDefinitionId)
      Removes all the object entries where groupId = ? and objectDefinitionId = ? from the database.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
    • countByG_ODI

      int countByG_ODI(long groupId, long objectDefinitionId)
      Returns the number of object entries where groupId = ? and objectDefinitionId = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      Returns:
      the number of matching object entries
    • findByU_ODI

      List<ObjectEntry> findByU_ODI(long userId, long objectDefinitionId)
      Returns all the object entries where userId = ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      Returns:
      the matching object entries
    • findByU_ODI

      List<ObjectEntry> findByU_ODI(long userId, long objectDefinitionId, int start, int end)
      Returns a range of all the object entries where userId = ? and objectDefinitionId = ?.

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

      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of matching object entries
    • findByU_ODI

      List<ObjectEntry> findByU_ODI(long userId, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries where userId = ? and objectDefinitionId = ?.

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

      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entries
    • findByU_ODI

      List<ObjectEntry> findByU_ODI(long userId, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entries where userId = ? and objectDefinitionId = ?.

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

      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (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 object entries
    • findByU_ODI_First

      ObjectEntry findByU_ODI_First(long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the first object entry in the ordered set where userId = ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByU_ODI_First

      ObjectEntry fetchByU_ODI_First(long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the first object entry in the ordered set where userId = ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry, or null if a matching object entry could not be found
    • findByU_ODI_Last

      ObjectEntry findByU_ODI_Last(long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the last object entry in the ordered set where userId = ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByU_ODI_Last

      ObjectEntry fetchByU_ODI_Last(long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the last object entry in the ordered set where userId = ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry, or null if a matching object entry could not be found
    • findByU_ODI_PrevAndNext

      ObjectEntry[] findByU_ODI_PrevAndNext(long objectEntryId, long userId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the object entries before and after the current object entry in the ordered set where userId = ? and objectDefinitionId = ?.
      Parameters:
      objectEntryId - the primary key of the current object entry
      userId - the user ID
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry
      Throws:
      NoSuchObjectEntryException - if a object entry with the primary key could not be found
    • removeByU_ODI

      void removeByU_ODI(long userId, long objectDefinitionId)
      Removes all the object entries where userId = ? and objectDefinitionId = ? from the database.
      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
    • countByU_ODI

      int countByU_ODI(long userId, long objectDefinitionId)
      Returns the number of object entries where userId = ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      objectDefinitionId - the object definition ID
      Returns:
      the number of matching object entries
    • findByODI_NotS

      List<ObjectEntry> findByODI_NotS(long objectDefinitionId, int status)
      Returns all the object entries where objectDefinitionId = ? and status ≠ ?.
      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      Returns:
      the matching object entries
    • findByODI_NotS

      List<ObjectEntry> findByODI_NotS(long objectDefinitionId, int status, int start, int end)
      Returns a range of all the object entries where objectDefinitionId = ? and status ≠ ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of matching object entries
    • findByODI_NotS

      List<ObjectEntry> findByODI_NotS(long objectDefinitionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries where objectDefinitionId = ? and status ≠ ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entries
    • findByODI_NotS

      List<ObjectEntry> findByODI_NotS(long objectDefinitionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entries where objectDefinitionId = ? and status ≠ ?.

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

      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (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 object entries
    • findByODI_NotS_First

      ObjectEntry findByODI_NotS_First(long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the first object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByODI_NotS_First

      ObjectEntry fetchByODI_NotS_First(long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the first object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry, or null if a matching object entry could not be found
    • findByODI_NotS_Last

      ObjectEntry findByODI_NotS_Last(long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the last object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByODI_NotS_Last

      ObjectEntry fetchByODI_NotS_Last(long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the last object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry, or null if a matching object entry could not be found
    • findByODI_NotS_PrevAndNext

      ObjectEntry[] findByODI_NotS_PrevAndNext(long objectEntryId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the object entries before and after the current object entry in the ordered set where objectDefinitionId = ? and status ≠ ?.
      Parameters:
      objectEntryId - the primary key of the current object entry
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry
      Throws:
      NoSuchObjectEntryException - if a object entry with the primary key could not be found
    • removeByODI_NotS

      void removeByODI_NotS(long objectDefinitionId, int status)
      Removes all the object entries where objectDefinitionId = ? and status ≠ ? from the database.
      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
    • countByODI_NotS

      int countByODI_NotS(long objectDefinitionId, int status)
      Returns the number of object entries where objectDefinitionId = ? and status ≠ ?.
      Parameters:
      objectDefinitionId - the object definition ID
      status - the status
      Returns:
      the number of matching object entries
    • findByERC_G_C

      ObjectEntry findByERC_G_C(String externalReferenceCode, long groupId, long companyId) throws NoSuchObjectEntryException
      Returns the object entry where externalReferenceCode = ? and groupId = ? and companyId = ? or throws a NoSuchObjectEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      companyId - the company ID
      Returns:
      the matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByERC_G_C

      ObjectEntry fetchByERC_G_C(String externalReferenceCode, long groupId, long companyId)
      Returns the object entry where externalReferenceCode = ? and groupId = ? and companyId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      companyId - the company ID
      Returns:
      the matching object entry, or null if a matching object entry could not be found
    • fetchByERC_G_C

      ObjectEntry fetchByERC_G_C(String externalReferenceCode, long groupId, long companyId, boolean useFinderCache)
      Returns the object entry where externalReferenceCode = ? and groupId = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      companyId - the company ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching object entry, or null if a matching object entry could not be found
    • removeByERC_G_C

      ObjectEntry removeByERC_G_C(String externalReferenceCode, long groupId, long companyId) throws NoSuchObjectEntryException
      Removes the object entry where externalReferenceCode = ? and groupId = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      companyId - the company ID
      Returns:
      the object entry that was removed
      Throws:
      NoSuchObjectEntryException
    • countByERC_G_C

      int countByERC_G_C(String externalReferenceCode, long groupId, long companyId)
      Returns the number of object entries where externalReferenceCode = ? and groupId = ? and companyId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      companyId - the company ID
      Returns:
      the number of matching object entries
    • findByERC_C_ODI

      ObjectEntry findByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId) throws NoSuchObjectEntryException
      Returns the object entry where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or throws a NoSuchObjectEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      objectDefinitionId - the object definition ID
      Returns:
      the matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByERC_C_ODI

      ObjectEntry fetchByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId)
      Returns the object entry where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      objectDefinitionId - the object definition ID
      Returns:
      the matching object entry, or null if a matching object entry could not be found
    • fetchByERC_C_ODI

      ObjectEntry fetchByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId, boolean useFinderCache)
      Returns the object entry where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      objectDefinitionId - the object definition ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching object entry, or null if a matching object entry could not be found
    • removeByERC_C_ODI

      ObjectEntry removeByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId) throws NoSuchObjectEntryException
      Removes the object entry where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      objectDefinitionId - the object definition ID
      Returns:
      the object entry that was removed
      Throws:
      NoSuchObjectEntryException
    • countByERC_C_ODI

      int countByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId)
      Returns the number of object entries where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      objectDefinitionId - the object definition ID
      Returns:
      the number of matching object entries
    • findByG_ODI_S

      List<ObjectEntry> findByG_ODI_S(long groupId, long objectDefinitionId, int status)
      Returns all the object entries where groupId = ? and objectDefinitionId = ? and status = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      Returns:
      the matching object entries
    • findByG_ODI_S

      List<ObjectEntry> findByG_ODI_S(long groupId, long objectDefinitionId, int status, int start, int end)
      Returns a range of all the object entries where groupId = ? and objectDefinitionId = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of matching object entries
    • findByG_ODI_S

      List<ObjectEntry> findByG_ODI_S(long groupId, long objectDefinitionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries where groupId = ? and objectDefinitionId = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entries
    • findByG_ODI_S

      List<ObjectEntry> findByG_ODI_S(long groupId, long objectDefinitionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entries where groupId = ? and objectDefinitionId = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (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 object entries
    • findByG_ODI_S_First

      ObjectEntry findByG_ODI_S_First(long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the first object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByG_ODI_S_First

      ObjectEntry fetchByG_ODI_S_First(long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the first object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry, or null if a matching object entry could not be found
    • findByG_ODI_S_Last

      ObjectEntry findByG_ODI_S_Last(long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the last object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByG_ODI_S_Last

      ObjectEntry fetchByG_ODI_S_Last(long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the last object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry, or null if a matching object entry could not be found
    • findByG_ODI_S_PrevAndNext

      ObjectEntry[] findByG_ODI_S_PrevAndNext(long objectEntryId, long groupId, long objectDefinitionId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the object entries before and after the current object entry in the ordered set where groupId = ? and objectDefinitionId = ? and status = ?.
      Parameters:
      objectEntryId - the primary key of the current object entry
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry
      Throws:
      NoSuchObjectEntryException - if a object entry with the primary key could not be found
    • removeByG_ODI_S

      void removeByG_ODI_S(long groupId, long objectDefinitionId, int status)
      Removes all the object entries where groupId = ? and objectDefinitionId = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
    • countByG_ODI_S

      int countByG_ODI_S(long groupId, long objectDefinitionId, int status)
      Returns the number of object entries where groupId = ? and objectDefinitionId = ? and status = ?.
      Parameters:
      groupId - the group ID
      objectDefinitionId - the object definition ID
      status - the status
      Returns:
      the number of matching object entries
    • findByU_GtCD_ODI

      List<ObjectEntry> findByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId)
      Returns all the object entries where userId = ? and createDate > ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      Returns:
      the matching object entries
    • findByU_GtCD_ODI

      List<ObjectEntry> findByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId, int start, int end)
      Returns a range of all the object entries where userId = ? and createDate > ? and objectDefinitionId = ?.

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

      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of matching object entries
    • findByU_GtCD_ODI

      List<ObjectEntry> findByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries where userId = ? and createDate > ? and objectDefinitionId = ?.

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

      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entries
    • findByU_GtCD_ODI

      List<ObjectEntry> findByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entries where userId = ? and createDate > ? and objectDefinitionId = ?.

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

      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (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 object entries
    • findByU_GtCD_ODI_First

      ObjectEntry findByU_GtCD_ODI_First(long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the first object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByU_GtCD_ODI_First

      ObjectEntry fetchByU_GtCD_ODI_First(long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the first object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry, or null if a matching object entry could not be found
    • findByU_GtCD_ODI_Last

      ObjectEntry findByU_GtCD_ODI_Last(long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the last object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry
      Throws:
      NoSuchObjectEntryException - if a matching object entry could not be found
    • fetchByU_GtCD_ODI_Last

      ObjectEntry fetchByU_GtCD_ODI_Last(long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns the last object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry, or null if a matching object entry could not be found
    • findByU_GtCD_ODI_PrevAndNext

      ObjectEntry[] findByU_GtCD_ODI_PrevAndNext(long objectEntryId, long userId, Date createDate, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator) throws NoSuchObjectEntryException
      Returns the object entries before and after the current object entry in the ordered set where userId = ? and createDate > ? and objectDefinitionId = ?.
      Parameters:
      objectEntryId - the primary key of the current object entry
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry
      Throws:
      NoSuchObjectEntryException - if a object entry with the primary key could not be found
    • removeByU_GtCD_ODI

      void removeByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId)
      Removes all the object entries where userId = ? and createDate > ? and objectDefinitionId = ? from the database.
      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
    • countByU_GtCD_ODI

      int countByU_GtCD_ODI(long userId, Date createDate, long objectDefinitionId)
      Returns the number of object entries where userId = ? and createDate > ? and objectDefinitionId = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      objectDefinitionId - the object definition ID
      Returns:
      the number of matching object entries
    • cacheResult

      void cacheResult(ObjectEntry objectEntry)
      Caches the object entry in the entity cache if it is enabled.
      Parameters:
      objectEntry - the object entry
    • cacheResult

      void cacheResult(List<ObjectEntry> objectEntries)
      Caches the object entries in the entity cache if it is enabled.
      Parameters:
      objectEntries - the object entries
    • create

      ObjectEntry create(long objectEntryId)
      Creates a new object entry with the primary key. Does not add the object entry to the database.
      Parameters:
      objectEntryId - the primary key for the new object entry
      Returns:
      the new object entry
    • remove

      ObjectEntry remove(long objectEntryId) throws NoSuchObjectEntryException
      Removes the object entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      objectEntryId - the primary key of the object entry
      Returns:
      the object entry that was removed
      Throws:
      NoSuchObjectEntryException - if a object entry with the primary key could not be found
    • updateImpl

      ObjectEntry updateImpl(ObjectEntry objectEntry)
    • findByPrimaryKey

      ObjectEntry findByPrimaryKey(long objectEntryId) throws NoSuchObjectEntryException
      Returns the object entry with the primary key or throws a NoSuchObjectEntryException if it could not be found.
      Parameters:
      objectEntryId - the primary key of the object entry
      Returns:
      the object entry
      Throws:
      NoSuchObjectEntryException - if a object entry with the primary key could not be found
    • fetchByPrimaryKey

      ObjectEntry fetchByPrimaryKey(long objectEntryId)
      Returns the object entry with the primary key or returns null if it could not be found.
      Parameters:
      objectEntryId - the primary key of the object entry
      Returns:
      the object entry, or null if a object entry with the primary key could not be found
    • findAll

      List<ObjectEntry> findAll()
      Returns all the object entries.
      Returns:
      the object entries
    • findAll

      List<ObjectEntry> findAll(int start, int end)
      Returns a range of all the object entries.

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

      Parameters:
      start - the lower bound of the range of object entries
      end - the upper bound of the range of object entries (not inclusive)
      Returns:
      the range of object entries
    • findAll

      List<ObjectEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator)
      Returns an ordered range of all the object entries.

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

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

      List<ObjectEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entries.

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

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

      void removeAll()
      Removes all the object entries from the database.
    • countAll

      int countAll()
      Returns the number of object entries.
      Returns:
      the number of object entries