Interface ObjectEntryFolderPersistence

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

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(ObjectEntryFolder objectEntryFolder)
    Caches the object entry folder in the entity cache if it is enabled.
    void
    cacheResult(List<ObjectEntryFolder> objectEntryFolders)
    Caches the object entry folders in the entity cache if it is enabled.
    int
    Returns the number of object entry folders.
    int
    countByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Returns the number of object entry folders where externalReferenceCode = ? and groupId = ? and companyId = ?.
    int
    countByG_C_LikeT(long groupId, long companyId, String treePath)
    Returns the number of object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.
    int
    countByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
    Returns the number of object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    int
    countByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name)
    Returns the number of object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ?.
    int
    Returns the number of object entry folders where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of object entry folders where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of object entry folders where uuid = ? and groupId = ?.
    create(long objectEntryFolderId)
    Creates a new object entry folder with the primary key.
    fetchByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Returns the object entry folder 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 folder where externalReferenceCode = ? and groupId = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_C_LikeT_First(long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the first object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
    fetchByG_C_LikeT_Last(long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the last object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
    fetchByG_C_P_First(long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the first object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    fetchByG_C_P_Last(long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the last object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    fetchByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name)
    Returns the object entry folder where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ? or returns null if it could not be found.
    fetchByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name, boolean useFinderCache)
    Returns the object entry folder where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long objectEntryFolderId)
    Returns the object entry folder with the primary key or returns null if it could not be found.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the first object entry folder in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the last object entry folder in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the first object entry folder in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the object entry folder 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 folder 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<ObjectEntryFolder> orderByComparator)
    Returns the last object entry folder in the ordered set where uuid = ?.
    int
    filterCountByG_C_LikeT(long groupId, long companyId, String treePath)
    Returns the number of object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.
    int
    filterCountByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
    Returns the number of object entry folders that the user has permission to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    filterFindByG_C_LikeT(long groupId, long companyId, String treePath)
    Returns all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.
    filterFindByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end)
    Returns a range of all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.
    filterFindByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns an ordered range of all the object entry folders that the user has permissions to view where groupId = ? and companyId = ? and treePath LIKE ?.
    filterFindByG_C_LikeT_PrevAndNext(long objectEntryFolderId, long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the object entry folders before and after the current object entry folder in the ordered set of object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.
    filterFindByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
    Returns all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    filterFindByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end)
    Returns a range of all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    filterFindByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns an ordered range of all the object entry folders that the user has permissions to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    filterFindByG_C_P_PrevAndNext(long objectEntryFolderId, long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the object entry folders before and after the current object entry folder in the ordered set of object entry folders that the user has permission to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    Returns all the object entry folders.
    findAll(int start, int end)
    Returns a range of all the object entry folders.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns an ordered range of all the object entry folders.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entry folders.
    findByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Returns the object entry folder where externalReferenceCode = ? and groupId = ? and companyId = ? or throws a NoSuchObjectEntryFolderException if it could not be found.
    findByG_C_LikeT(long groupId, long companyId, String treePath)
    Returns all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.
    findByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end)
    Returns a range of all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.
    findByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns an ordered range of all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.
    findByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.
    findByG_C_LikeT_First(long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the first object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
    findByG_C_LikeT_Last(long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the last object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
    findByG_C_LikeT_PrevAndNext(long objectEntryFolderId, long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the object entry folders before and after the current object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
    findByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
    Returns all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    findByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end)
    Returns a range of all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    findByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns an ordered range of all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    findByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    findByG_C_P_First(long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the first object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    findByG_C_P_Last(long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the last object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    findByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name)
    Returns the object entry folder where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ? or throws a NoSuchObjectEntryFolderException if it could not be found.
    findByG_C_P_PrevAndNext(long objectEntryFolderId, long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the object entry folders before and after the current object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    findByPrimaryKey(long objectEntryFolderId)
    Returns the object entry folder with the primary key or throws a NoSuchObjectEntryFolderException if it could not be found.
    Returns all the object entry folders where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the object entry folders where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns an ordered range of all the object entry folders where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entry folders where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the object entry folders where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the object entry folders where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns an ordered range of all the object entry folders where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the object entry folders where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the first object entry folder in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the last object entry folder in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long objectEntryFolderId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the object entry folders before and after the current object entry folder in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the first object entry folder in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the object entry folder where uuid = ? and groupId = ? or throws a NoSuchObjectEntryFolderException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the last object entry folder in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long objectEntryFolderId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
    Returns the object entry folders before and after the current object entry folder in the ordered set where uuid = ?.
    remove(long objectEntryFolderId)
    Removes the object entry folder with the primary key from the database.
    void
    Removes all the object entry folders from the database.
    removeByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Removes the object entry folder where externalReferenceCode = ? and groupId = ? and companyId = ? from the database.
    void
    removeByG_C_LikeT(long groupId, long companyId, String treePath)
    Removes all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ? from the database.
    void
    removeByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
    Removes all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? from the database.
    removeByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name)
    Removes the object entry folder where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ? from the database.
    void
    Removes all the object entry folders where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the object entry folders where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the object entry folder where uuid = ? and groupId = ? from the database.
    updateImpl(ObjectEntryFolder objectEntryFolder)
     

    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<ObjectEntryFolder> findByUuid(String uuid)
      Returns all the object entry folders where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching object entry folders
    • findByUuid

      List<ObjectEntryFolder> findByUuid(String uuid, int start, int end)
      Returns a range of all the object entry folders 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 ObjectEntryFolderModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      ObjectEntryFolder[] findByUuid_C_PrevAndNext(long objectEntryFolderId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the object entry folders before and after the current object entry folder in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      objectEntryFolderId - the primary key of the current object entry folder
      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 folder
      Throws:
      NoSuchObjectEntryFolderException - if a object entry folder with the primary key could not be found
    • removeByUuid_C

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

      ObjectEntryFolder findByERC_G_C(String externalReferenceCode, long groupId, long companyId) throws NoSuchObjectEntryFolderException
      Returns the object entry folder where externalReferenceCode = ? and groupId = ? and companyId = ? or throws a NoSuchObjectEntryFolderException 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 folder
      Throws:
      NoSuchObjectEntryFolderException - if a matching object entry folder could not be found
    • fetchByERC_G_C

      ObjectEntryFolder fetchByERC_G_C(String externalReferenceCode, long groupId, long companyId)
      Returns the object entry folder 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 folder, or null if a matching object entry folder could not be found
    • fetchByERC_G_C

      ObjectEntryFolder fetchByERC_G_C(String externalReferenceCode, long groupId, long companyId, boolean useFinderCache)
      Returns the object entry folder 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 folder, or null if a matching object entry folder could not be found
    • removeByERC_G_C

      ObjectEntryFolder removeByERC_G_C(String externalReferenceCode, long groupId, long companyId) throws NoSuchObjectEntryFolderException
      Removes the object entry folder 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 folder that was removed
      Throws:
      NoSuchObjectEntryFolderException
    • countByERC_G_C

      int countByERC_G_C(String externalReferenceCode, long groupId, long companyId)
      Returns the number of object entry folders 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 entry folders
    • findByG_C_P

      List<ObjectEntryFolder> findByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
      Returns all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      Returns:
      the matching object entry folders
    • findByG_C_P

      List<ObjectEntryFolder> findByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end)
      Returns a range of all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (not inclusive)
      Returns:
      the range of matching object entry folders
    • findByG_C_P

      List<ObjectEntryFolder> findByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      Returns an ordered range of all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entry folders
    • findByG_C_P

      List<ObjectEntryFolder> findByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (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 entry folders
    • findByG_C_P_First

      ObjectEntryFolder findByG_C_P_First(long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the first object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a matching object entry folder could not be found
    • fetchByG_C_P_First

      ObjectEntryFolder fetchByG_C_P_First(long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      Returns the first object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry folder, or null if a matching object entry folder could not be found
    • findByG_C_P_Last

      ObjectEntryFolder findByG_C_P_Last(long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the last object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a matching object entry folder could not be found
    • fetchByG_C_P_Last

      ObjectEntryFolder fetchByG_C_P_Last(long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      Returns the last object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry folder, or null if a matching object entry folder could not be found
    • findByG_C_P_PrevAndNext

      ObjectEntryFolder[] findByG_C_P_PrevAndNext(long objectEntryFolderId, long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the object entry folders before and after the current object entry folder in the ordered set where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      objectEntryFolderId - the primary key of the current object entry folder
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a object entry folder with the primary key could not be found
    • filterFindByG_C_P

      List<ObjectEntryFolder> filterFindByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
      Returns all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      Returns:
      the matching object entry folders that the user has permission to view
    • filterFindByG_C_P

      List<ObjectEntryFolder> filterFindByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end)
      Returns a range of all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (not inclusive)
      Returns:
      the range of matching object entry folders that the user has permission to view
    • filterFindByG_C_P

      List<ObjectEntryFolder> filterFindByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      Returns an ordered range of all the object entry folders that the user has permissions to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entry folders that the user has permission to view
    • filterFindByG_C_P_PrevAndNext

      ObjectEntryFolder[] filterFindByG_C_P_PrevAndNext(long objectEntryFolderId, long groupId, long companyId, long parentObjectEntryFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the object entry folders before and after the current object entry folder in the ordered set of object entry folders that the user has permission to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      objectEntryFolderId - the primary key of the current object entry folder
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a object entry folder with the primary key could not be found
    • removeByG_C_P

      void removeByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
      Removes all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? from the database.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
    • countByG_C_P

      int countByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
      Returns the number of object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      Returns:
      the number of matching object entry folders
    • filterCountByG_C_P

      int filterCountByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
      Returns the number of object entry folders that the user has permission to view where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      Returns:
      the number of matching object entry folders that the user has permission to view
    • findByG_C_LikeT

      List<ObjectEntryFolder> findByG_C_LikeT(long groupId, long companyId, String treePath)
      Returns all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      Returns:
      the matching object entry folders
    • findByG_C_LikeT

      List<ObjectEntryFolder> findByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end)
      Returns a range of all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (not inclusive)
      Returns:
      the range of matching object entry folders
    • findByG_C_LikeT

      List<ObjectEntryFolder> findByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      Returns an ordered range of all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entry folders
    • findByG_C_LikeT

      List<ObjectEntryFolder> findByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (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 entry folders
    • findByG_C_LikeT_First

      ObjectEntryFolder findByG_C_LikeT_First(long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the first object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a matching object entry folder could not be found
    • fetchByG_C_LikeT_First

      ObjectEntryFolder fetchByG_C_LikeT_First(long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      Returns the first object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching object entry folder, or null if a matching object entry folder could not be found
    • findByG_C_LikeT_Last

      ObjectEntryFolder findByG_C_LikeT_Last(long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the last object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a matching object entry folder could not be found
    • fetchByG_C_LikeT_Last

      ObjectEntryFolder fetchByG_C_LikeT_Last(long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      Returns the last object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching object entry folder, or null if a matching object entry folder could not be found
    • findByG_C_LikeT_PrevAndNext

      ObjectEntryFolder[] findByG_C_LikeT_PrevAndNext(long objectEntryFolderId, long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the object entry folders before and after the current object entry folder in the ordered set where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      objectEntryFolderId - the primary key of the current object entry folder
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a object entry folder with the primary key could not be found
    • filterFindByG_C_LikeT

      List<ObjectEntryFolder> filterFindByG_C_LikeT(long groupId, long companyId, String treePath)
      Returns all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      Returns:
      the matching object entry folders that the user has permission to view
    • filterFindByG_C_LikeT

      List<ObjectEntryFolder> filterFindByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end)
      Returns a range of all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (not inclusive)
      Returns:
      the range of matching object entry folders that the user has permission to view
    • filterFindByG_C_LikeT

      List<ObjectEntryFolder> filterFindByG_C_LikeT(long groupId, long companyId, String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      Returns an ordered range of all the object entry folders that the user has permissions to view where groupId = ? and companyId = ? and treePath LIKE ?.

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

      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching object entry folders that the user has permission to view
    • filterFindByG_C_LikeT_PrevAndNext

      ObjectEntryFolder[] filterFindByG_C_LikeT_PrevAndNext(long objectEntryFolderId, long groupId, long companyId, String treePath, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator) throws NoSuchObjectEntryFolderException
      Returns the object entry folders before and after the current object entry folder in the ordered set of object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      objectEntryFolderId - the primary key of the current object entry folder
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a object entry folder with the primary key could not be found
    • removeByG_C_LikeT

      void removeByG_C_LikeT(long groupId, long companyId, String treePath)
      Removes all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ? from the database.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
    • countByG_C_LikeT

      int countByG_C_LikeT(long groupId, long companyId, String treePath)
      Returns the number of object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      Returns:
      the number of matching object entry folders
    • filterCountByG_C_LikeT

      int filterCountByG_C_LikeT(long groupId, long companyId, String treePath)
      Returns the number of object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      treePath - the tree path
      Returns:
      the number of matching object entry folders that the user has permission to view
    • findByG_C_P_N

      ObjectEntryFolder findByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name) throws NoSuchObjectEntryFolderException
      Returns the object entry folder where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ? or throws a NoSuchObjectEntryFolderException if it could not be found.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      name - the name
      Returns:
      the matching object entry folder
      Throws:
      NoSuchObjectEntryFolderException - if a matching object entry folder could not be found
    • fetchByG_C_P_N

      ObjectEntryFolder fetchByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name)
      Returns the object entry folder where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      name - the name
      Returns:
      the matching object entry folder, or null if a matching object entry folder could not be found
    • fetchByG_C_P_N

      ObjectEntryFolder fetchByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name, boolean useFinderCache)
      Returns the object entry folder where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      name - the name
      useFinderCache - whether to use the finder cache
      Returns:
      the matching object entry folder, or null if a matching object entry folder could not be found
    • removeByG_C_P_N

      ObjectEntryFolder removeByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name) throws NoSuchObjectEntryFolderException
      Removes the object entry folder where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ? from the database.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      name - the name
      Returns:
      the object entry folder that was removed
      Throws:
      NoSuchObjectEntryFolderException
    • countByG_C_P_N

      int countByG_C_P_N(long groupId, long companyId, long parentObjectEntryFolderId, String name)
      Returns the number of object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      parentObjectEntryFolderId - the parent object entry folder ID
      name - the name
      Returns:
      the number of matching object entry folders
    • cacheResult

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

      void cacheResult(List<ObjectEntryFolder> objectEntryFolders)
      Caches the object entry folders in the entity cache if it is enabled.
      Parameters:
      objectEntryFolders - the object entry folders
    • create

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

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

      ObjectEntryFolder updateImpl(ObjectEntryFolder objectEntryFolder)
    • findByPrimaryKey

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

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

      Returns all the object entry folders.
      Returns:
      the object entry folders
    • findAll

      List<ObjectEntryFolder> findAll(int start, int end)
      Returns a range of all the object entry folders.

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

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

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

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

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

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

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

      Parameters:
      start - the lower bound of the range of object entry folders
      end - the upper bound of the range of object entry folders (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 entry folders
    • removeAll

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

      int countAll()
      Returns the number of object entry folders.
      Returns:
      the number of object entry folders