Interface ObjectEntryFolderPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectEntryFolder>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(ObjectEntryFolder objectEntryFolder) Caches the object entry folder in the entity cache if it is enabled.voidcacheResult(List<ObjectEntryFolder> objectEntryFolders) Caches the object entry folders in the entity cache if it is enabled.intcountAll()Returns the number of object entry folders.intcountByERC_G_C(String externalReferenceCode, long groupId, long companyId) Returns the number of object entry folders where externalReferenceCode = ? and groupId = ? and companyId = ?.intcountByG_C_LikeT(long groupId, long companyId, String treePath) Returns the number of object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.intcountByG_C_P(long groupId, long companyId, long parentObjectEntryFolderId) Returns the number of object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.intcountByG_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 = ?.intcountByUuid(String uuid) Returns the number of object entry folders where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of object entry folders where uuid = ? and companyId = ?.intcountByUUID_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 returnsnullif 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 returnsnullif 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 returnsnullif 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 returnsnullif it could not be found, optionally using the finder cache.fetchByPrimaryKey(long objectEntryFolderId) Returns the object entry folder with the primary key or returnsnullif 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 returnsnullif it could not be found.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the object entry folder where uuid = ? and groupId = ? or returnsnullif 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 = ?.intfilterCountByG_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 ?.intfilterCountByG_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 = ?.findAll()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 aNoSuchObjectEntryFolderExceptionif 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 aNoSuchObjectEntryFolderExceptionif 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 aNoSuchObjectEntryFolderExceptionif it could not be found.findByUuid(String uuid) 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 aNoSuchObjectEntryFolderExceptionif 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.voidRemoves 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.voidremoveByG_C_LikeT(long groupId, long companyId, String treePath) Removes all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ? from the database.voidremoveByG_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.voidremoveByUuid(String uuid) Removes all the object entry folders where uuid = ? from the database.voidremoveByUuid_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
Returns all the object entry folders where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching object entry folders
-
findByUuid
Returns a range of all the object entry folders where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of object entry foldersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching object entry folder, or
nullif 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching object entry folder, or
nullif 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 folderuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- 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
Removes all the object entry folders where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of object entry folders where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching object entry folders
-
findByUUID_G
Returns the object entry folder where uuid = ? and groupId = ? or throws aNoSuchObjectEntryFolderExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching object entry folder
- Throws:
NoSuchObjectEntryFolderException- if a matching object entry folder could not be found
-
fetchByUUID_G
Returns the object entry folder where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching object entry folder, or
nullif a matching object entry folder could not be found
-
fetchByUUID_G
Returns the object entry folder where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching object entry folder, or
nullif a matching object entry folder could not be found
-
removeByUUID_G
Removes the object entry folder where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the object entry folder that was removed
- Throws:
NoSuchObjectEntryFolderException
-
countByUUID_G
Returns the number of object entry folders where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching object entry folders
-
findByUuid_C
Returns all the object entry folders where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching object entry folders
-
findByUuid_C
Returns a range of all the object entry folders where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of object entry foldersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching object entry folder, or
nullif 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching object entry folder, or
nullif 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 folderuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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
Removes all the object entry folders where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of object entry folders where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- 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 aNoSuchObjectEntryFolderExceptionif it could not be found.- Parameters:
externalReferenceCode- the external reference codegroupId- the group IDcompanyId- the company ID- Returns:
- the matching object entry folder
- Throws:
NoSuchObjectEntryFolderException- if a matching object entry folder could not be found
-
fetchByERC_G_C
Returns the object entry folder where externalReferenceCode = ? and groupId = ? and companyId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode- the external reference codegroupId- the group IDcompanyId- the company ID- Returns:
- the matching object entry folder, or
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode- the external reference codegroupId- the group IDcompanyId- the company IDuseFinderCache- whether to use the finder cache- Returns:
- the matching object entry folder, or
nullif 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 codegroupId- the group IDcompanyId- the company ID- Returns:
- the object entry folder that was removed
- Throws:
NoSuchObjectEntryFolderException
-
countByERC_G_C
Returns the number of object entry folders where externalReferenceCode = ? and groupId = ? and companyId = ?.- Parameters:
externalReferenceCode- the external reference codegroupId- the group IDcompanyId- the company ID- Returns:
- the number of matching object entry folders
-
findByG_C_P
Returns all the object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ?.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDstart- the lower bound of the range of object entry foldersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching object entry folder, or
nullif 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 IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching object entry folder, or
nullif 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 foldergroupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompanyId- the company IDparentObjectEntryFolderId- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDstart- the lower bound of the range of object entry foldersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 foldergroupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompanyId- the company IDparentObjectEntryFolderId- 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 IDcompanyId- the company IDparentObjectEntryFolderId- 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 IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder ID- Returns:
- the number of matching object entry folders that the user has permission to view
-
findByG_C_LikeT
Returns all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- the tree pathstart- the lower bound of the range of object entry foldersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- the tree pathstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- the tree pathstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDcompanyId- the company IDtreePath- the tree pathorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompanyId- the company IDtreePath- the tree pathorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching object entry folder, or
nullif 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 IDcompanyId- the company IDtreePath- the tree pathorderByComparator- the comparator to order the set by (optionallynull)- 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 IDcompanyId- the company IDtreePath- the tree pathorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching object entry folder, or
nullif 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 foldergroupId- the group IDcompanyId- the company IDtreePath- the tree pathorderByComparator- the comparator to order the set by (optionallynull)- 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
Returns all the object entry folders that the user has permission to view where groupId = ? and companyId = ? and treePath LIKE ?.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- the tree pathstart- the lower bound of the range of object entry foldersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- the tree pathstart- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 foldergroupId- the group IDcompanyId- the company IDtreePath- the tree pathorderByComparator- the comparator to order the set by (optionallynull)- 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
Removes all the object entry folders where groupId = ? and companyId = ? and treePath LIKE ? from the database.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- the tree path
-
countByG_C_LikeT
Returns the number of object entry folders where groupId = ? and companyId = ? and treePath LIKE ?.- Parameters:
groupId- the group IDcompanyId- the company IDtreePath- the tree path- Returns:
- the number of matching object entry folders
-
filterCountByG_C_LikeT
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 IDcompanyId- the company IDtreePath- 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 aNoSuchObjectEntryFolderExceptionif it could not be found.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDname- 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 returnsnullif it could not be found. Uses the finder cache.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDname- the name- Returns:
- the matching object entry folder, or
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDname- the nameuseFinderCache- whether to use the finder cache- Returns:
- the matching object entry folder, or
nullif 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 IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDname- the name- Returns:
- the object entry folder that was removed
- Throws:
NoSuchObjectEntryFolderException
-
countByG_C_P_N
Returns the number of object entry folders where groupId = ? and companyId = ? and parentObjectEntryFolderId = ? and name = ?.- Parameters:
groupId- the group IDcompanyId- the company IDparentObjectEntryFolderId- the parent object entry folder IDname- the name- Returns:
- the number of matching object entry folders
-
cacheResult
Caches the object entry folder in the entity cache if it is enabled.- Parameters:
objectEntryFolder- the object entry folder
-
cacheResult
Caches the object entry folders in the entity cache if it is enabled.- Parameters:
objectEntryFolders- the object entry folders
-
create
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
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
-
findByPrimaryKey
ObjectEntryFolder findByPrimaryKey(long objectEntryFolderId) throws NoSuchObjectEntryFolderException Returns the object entry folder with the primary key or throws aNoSuchObjectEntryFolderExceptionif 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
Returns the object entry folder with the primary key or returnsnullif it could not be found.- Parameters:
objectEntryFolderId- the primary key of the object entry folder- Returns:
- the object entry folder, or
nullif a object entry folder with the primary key could not be found
-
findAll
List<ObjectEntryFolder> findAll()Returns all the object entry folders.- Returns:
- the object entry folders
-
findAll
Returns a range of all the object entry folders.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
start- the lower bound of the range of object entry foldersend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
start- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromObjectEntryFolderModelImpl.- Parameters:
start- the lower bound of the range of object entry foldersend- the upper bound of the range of object entry folders (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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
-