Package de.adorsys.psd2.scheduler
Class PageableSchedulerTask
- java.lang.Object
-
- de.adorsys.psd2.scheduler.PageableSchedulerTask
-
- Direct Known Subclasses:
NotConfirmedConsentExpirationScheduleTask,NotConfirmedPaymentExpirationScheduleTask
public abstract class PageableSchedulerTask extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intpageSize
-
Constructor Summary
Constructors Constructor Description PageableSchedulerTask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidexecute(long totalItems)Based on amount of items calculates page count and executes `runPageable` method withPageableparameterprotected abstract voidexecutePageable(org.springframework.data.domain.Pageable pageable)
-
-
-
Method Detail
-
execute
protected void execute(long totalItems)
Based on amount of items calculates page count and executes `runPageable` method withPageableparameter- Parameters:
totalItems- total items
-
executePageable
protected abstract void executePageable(org.springframework.data.domain.Pageable pageable)
-
-