Uses of Class
org.codelibs.fess.app.pager.FailureUrlPager
Packages that use FailureUrlPager
-
Uses of FailureUrlPager in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service with parameters of type FailureUrlPagerModifier and TypeMethodDescriptionvoidFailureUrlService.deleteAll(FailureUrlPager failureUrlPager) Deletes all failure URLs that match the criteria specified in the pager.List<org.codelibs.fess.opensearch.config.exentity.FailureUrl> FailureUrlService.getFailureUrlList(FailureUrlPager failureUrlPager) Retrieves a paginated list of failure URLs based on the provided pager criteria.protected voidFailureUrlService.setupListCondition(org.codelibs.fess.opensearch.config.cbean.FailureUrlCB cb, FailureUrlPager failureUrlPager) Sets up the condition builder for listing failure URLs with pagination and filtering.