Class ObjectEntryFolderUtil

java.lang.Object
com.liferay.object.service.persistence.ObjectEntryFolderUtil

public class ObjectEntryFolderUtil extends Object
The persistence utility for the object entry folder service. This utility wraps com.liferay.object.service.persistence.impl.ObjectEntryFolderPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(ObjectEntryFolder objectEntryFolder)
    Caches the object entry folder in the entity cache if it is enabled.
    static void
    cacheResult(List<ObjectEntryFolder> objectEntryFolders)
    Caches the object entry folders in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(ObjectEntryFolder objectEntryFolder)
     
    static int
    Returns the number of object entry folders.
    static int
    countByERC_G_C(String externalReferenceCode, long groupId, long companyId)
    Returns the number of object entry folders where externalReferenceCode = ? and groupId = ? and companyId = ?.
    static int
    countByG_C_LikeT(long groupId, long companyId, String treePath)
    Returns the number of object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.
    static int
    countByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId)
    Returns the number of object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.
    static 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 = ?.
    static int
    Returns the number of object entry folders where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of object entry folders where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of object entry folders where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    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 = ?.
    static 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 ?.
    static 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 = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
     
     
    remove(long objectEntryFolderId)
    Removes the object entry folder with the primary key from the database.
    static 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.
    static 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.
    static 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.
    static void
    Removes all the object entry folders where uuid = ? from the database.
    static 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.
    static void
     
    update(ObjectEntryFolder objectEntryFolder)
     
    update(ObjectEntryFolder objectEntryFolder, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(ObjectEntryFolder objectEntryFolder)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ObjectEntryFolderUtil

      public ObjectEntryFolderUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(ObjectEntryFolder objectEntryFolder)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,ObjectEntryFolder> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<ObjectEntryFolder> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<ObjectEntryFolder> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<ObjectEntryFolder> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectEntryFolder> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static ObjectEntryFolder update(ObjectEntryFolder objectEntryFolder)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static ObjectEntryFolder update(ObjectEntryFolder objectEntryFolder, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

      public static List<ObjectEntryFolder> findByUuid(String uuid)
      Returns all the object entry folders where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching object entry folders
    • findByUuid

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByUuid_First

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByUuid_Last

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • removeByUuid

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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByUUID_G

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByUuid_C_First

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByUuid_C_Last

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • removeByUuid_C

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByERC_G_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByG_C_P_First

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByG_C_P_Last

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • filterFindByG_C_P

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • removeByG_C_P

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByG_C_LikeT_First

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByG_C_LikeT_Last

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • filterFindByG_C_LikeT

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • removeByG_C_LikeT

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByG_C_P_N

      public static 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

      public static 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

      public static 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

      public static 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

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

      public static 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

      public static 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

      public static 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
      NoSuchObjectEntryFolderException
    • updateImpl

      public static ObjectEntryFolder updateImpl(ObjectEntryFolder objectEntryFolder)
    • findByPrimaryKey

      public static 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
      NoSuchObjectEntryFolderException
    • fetchByPrimaryKey

      public static 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

      public static List<ObjectEntryFolder> findAll()
      Returns all the object entry folders.
      Returns:
      the object entry folders
    • findAll

      public static 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

      public static 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

      public static 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

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

      public static int countAll()
      Returns the number of object entry folders.
      Returns:
      the number of object entry folders
    • getPersistence

      public static ObjectEntryFolderPersistence getPersistence()
    • setPersistence

      public static void setPersistence(ObjectEntryFolderPersistence persistence)