Class RedirectNotFoundEntryUtil
com.liferay.redirect.service.persistence.impl.RedirectNotFoundEntryPersistenceImpl 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(RedirectNotFoundEntry redirectNotFoundEntry) Caches the redirect not found entry in the entity cache if it is enabled.static voidcacheResult(List<RedirectNotFoundEntry> redirectNotFoundEntries) Caches the redirect not found entries in the entity cache if it is enabled.static voidstatic voidclearCache(RedirectNotFoundEntry redirectNotFoundEntry) static intcountAll()Returns the number of redirect not found entries.static intcountByG_U(long groupId, String url) Returns the number of redirect not found entries where groupId = ? and url = ?.static intcountByGroupId(long groupId) Returns the number of redirect not found entries where groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static RedirectNotFoundEntrycreate(long redirectNotFoundEntryId) Creates a new redirect not found entry with the primary key.static RedirectNotFoundEntryfetchByG_U(long groupId, String url) Returns the redirect not found entry where groupId = ? and url = ? or returnsnullif it could not be found.static RedirectNotFoundEntryfetchByG_U(long groupId, String url, boolean useFinderCache) Returns the redirect not found entry where groupId = ? and url = ? or returnsnullif it could not be found, optionally using the finder cache.static RedirectNotFoundEntryfetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns the first redirect not found entry in the ordered set where groupId = ?.static RedirectNotFoundEntryfetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns the last redirect not found entry in the ordered set where groupId = ?.static RedirectNotFoundEntryfetchByPrimaryKey(long redirectNotFoundEntryId) Returns the redirect not found entry with the primary key or returnsnullif it could not be found.static Map<Serializable, RedirectNotFoundEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static List<RedirectNotFoundEntry> findAll()Returns all the redirect not found entries.static List<RedirectNotFoundEntry> findAll(int start, int end) Returns a range of all the redirect not found entries.static List<RedirectNotFoundEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns an ordered range of all the redirect not found entries.static List<RedirectNotFoundEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the redirect not found entries.static RedirectNotFoundEntryReturns the redirect not found entry where groupId = ? and url = ? or throws aNoSuchNotFoundEntryExceptionif it could not be found.static List<RedirectNotFoundEntry> findByGroupId(long groupId) Returns all the redirect not found entries where groupId = ?.static List<RedirectNotFoundEntry> findByGroupId(long groupId, int start, int end) Returns a range of all the redirect not found entries where groupId = ?.static List<RedirectNotFoundEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns an ordered range of all the redirect not found entries where groupId = ?.static List<RedirectNotFoundEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the redirect not found entries where groupId = ?.static RedirectNotFoundEntryfindByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns the first redirect not found entry in the ordered set where groupId = ?.static RedirectNotFoundEntryfindByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns the last redirect not found entry in the ordered set where groupId = ?.static RedirectNotFoundEntry[]findByGroupId_PrevAndNext(long redirectNotFoundEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns the redirect not found entries before and after the current redirect not found entry in the ordered set where groupId = ?.static RedirectNotFoundEntryfindByPrimaryKey(long redirectNotFoundEntryId) Returns the redirect not found entry with the primary key or throws aNoSuchNotFoundEntryExceptionif it could not be found.static List<RedirectNotFoundEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<RedirectNotFoundEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<RedirectNotFoundEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) static RedirectNotFoundEntryremove(long redirectNotFoundEntryId) Removes the redirect not found entry with the primary key from the database.static voidRemoves all the redirect not found entries from the database.static RedirectNotFoundEntryremoveByG_U(long groupId, String url) Removes the redirect not found entry where groupId = ? and url = ? from the database.static voidremoveByGroupId(long groupId) Removes all the redirect not found entries where groupId = ? from the database.static voidsetPersistence(RedirectNotFoundEntryPersistence persistence) static RedirectNotFoundEntryupdate(RedirectNotFoundEntry redirectNotFoundEntry) static RedirectNotFoundEntryupdate(RedirectNotFoundEntry redirectNotFoundEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static RedirectNotFoundEntryupdateImpl(RedirectNotFoundEntry redirectNotFoundEntry)
-
Constructor Details
-
RedirectNotFoundEntryUtil
public RedirectNotFoundEntryUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
- See Also:
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
fetchByPrimaryKeys
public static Map<Serializable,RedirectNotFoundEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
findWithDynamicQuery
public static List<RedirectNotFoundEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
findWithDynamicQuery
public static List<RedirectNotFoundEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
findWithDynamicQuery
public static List<RedirectNotFoundEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) - See Also:
-
update
- See Also:
-
update
public static RedirectNotFoundEntry update(RedirectNotFoundEntry redirectNotFoundEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
findByGroupId
Returns all the redirect not found entries where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching redirect not found entries
-
findByGroupId
Returns a range of all the redirect not found entries where groupId = ?.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 fromRedirectNotFoundEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of redirect not found entriesend- the upper bound of the range of redirect not found entries (not inclusive)- Returns:
- the range of matching redirect not found entries
-
findByGroupId
public static List<RedirectNotFoundEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns an ordered range of all the redirect not found entries where groupId = ?.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 fromRedirectNotFoundEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of redirect not found entriesend- the upper bound of the range of redirect not found entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching redirect not found entries
-
findByGroupId
public static List<RedirectNotFoundEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the redirect not found entries where groupId = ?.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 fromRedirectNotFoundEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of redirect not found entriesend- the upper bound of the range of redirect not found entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching redirect not found entries
-
findByGroupId_First
public static RedirectNotFoundEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) throws NoSuchNotFoundEntryException Returns the first redirect not found entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching redirect not found entry
-
fetchByGroupId_First
public static RedirectNotFoundEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns the first redirect not found entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching redirect not found entry, or
nullif a matching redirect not found entry could not be found
-
findByGroupId_Last
public static RedirectNotFoundEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) throws NoSuchNotFoundEntryException Returns the last redirect not found entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching redirect not found entry
-
fetchByGroupId_Last
public static RedirectNotFoundEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns the last redirect not found entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching redirect not found entry, or
nullif a matching redirect not found entry could not be found
-
findByGroupId_PrevAndNext
public static RedirectNotFoundEntry[] findByGroupId_PrevAndNext(long redirectNotFoundEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) throws NoSuchNotFoundEntryException Returns the redirect not found entries before and after the current redirect not found entry in the ordered set where groupId = ?.- Parameters:
redirectNotFoundEntryId- the primary key of the current redirect not found entrygroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next redirect not found entry
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the redirect not found entries where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of redirect not found entries where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching redirect not found entries
-
findByG_U
public static RedirectNotFoundEntry findByG_U(long groupId, String url) throws NoSuchNotFoundEntryException Returns the redirect not found entry where groupId = ? and url = ? or throws aNoSuchNotFoundEntryExceptionif it could not be found.- Parameters:
groupId- the group IDurl- the url- Returns:
- the matching redirect not found entry
-
fetchByG_U
Returns the redirect not found entry where groupId = ? and url = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
groupId- the group IDurl- the url- Returns:
- the matching redirect not found entry, or
nullif a matching redirect not found entry could not be found
-
fetchByG_U
Returns the redirect not found entry where groupId = ? and url = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
groupId- the group IDurl- the urluseFinderCache- whether to use the finder cache- Returns:
- the matching redirect not found entry, or
nullif a matching redirect not found entry could not be found
-
removeByG_U
public static RedirectNotFoundEntry removeByG_U(long groupId, String url) throws NoSuchNotFoundEntryException Removes the redirect not found entry where groupId = ? and url = ? from the database.- Parameters:
groupId- the group IDurl- the url- Returns:
- the redirect not found entry that was removed
- Throws:
NoSuchNotFoundEntryException
-
countByG_U
Returns the number of redirect not found entries where groupId = ? and url = ?.- Parameters:
groupId- the group IDurl- the url- Returns:
- the number of matching redirect not found entries
-
cacheResult
Caches the redirect not found entry in the entity cache if it is enabled.- Parameters:
redirectNotFoundEntry- the redirect not found entry
-
cacheResult
Caches the redirect not found entries in the entity cache if it is enabled.- Parameters:
redirectNotFoundEntries- the redirect not found entries
-
create
Creates a new redirect not found entry with the primary key. Does not add the redirect not found entry to the database.- Parameters:
redirectNotFoundEntryId- the primary key for the new redirect not found entry- Returns:
- the new redirect not found entry
-
remove
public static RedirectNotFoundEntry remove(long redirectNotFoundEntryId) throws NoSuchNotFoundEntryException Removes the redirect not found entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
redirectNotFoundEntryId- the primary key of the redirect not found entry- Returns:
- the redirect not found entry that was removed
-
updateImpl
-
findByPrimaryKey
public static RedirectNotFoundEntry findByPrimaryKey(long redirectNotFoundEntryId) throws NoSuchNotFoundEntryException Returns the redirect not found entry with the primary key or throws aNoSuchNotFoundEntryExceptionif it could not be found.- Parameters:
redirectNotFoundEntryId- the primary key of the redirect not found entry- Returns:
- the redirect not found entry
-
fetchByPrimaryKey
Returns the redirect not found entry with the primary key or returnsnullif it could not be found.- Parameters:
redirectNotFoundEntryId- the primary key of the redirect not found entry- Returns:
- the redirect not found entry, or
nullif a redirect not found entry with the primary key could not be found
-
findAll
Returns all the redirect not found entries.- Returns:
- the redirect not found entries
-
findAll
Returns a range of all the redirect not found entries.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 fromRedirectNotFoundEntryModelImpl.- Parameters:
start- the lower bound of the range of redirect not found entriesend- the upper bound of the range of redirect not found entries (not inclusive)- Returns:
- the range of redirect not found entries
-
findAll
public static List<RedirectNotFoundEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator) Returns an ordered range of all the redirect not found entries.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 fromRedirectNotFoundEntryModelImpl.- Parameters:
start- the lower bound of the range of redirect not found entriesend- the upper bound of the range of redirect not found entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of redirect not found entries
-
findAll
public static List<RedirectNotFoundEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectNotFoundEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the redirect not found entries.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 fromRedirectNotFoundEntryModelImpl.- Parameters:
start- the lower bound of the range of redirect not found entriesend- the upper bound of the range of redirect not found entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of redirect not found entries
-
removeAll
public static void removeAll()Removes all the redirect not found entries from the database. -
countAll
public static int countAll()Returns the number of redirect not found entries.- Returns:
- the number of redirect not found entries
-
getPersistence
-
setPersistence
-