Class UserScheduleProgressService
java.lang.Object
dev.getelements.elements.service.mission.UserScheduleProgressService
- All Implemented Interfaces:
ScheduleProgressService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScheduleProgressService
(String scheduleNameOrId, int offset, int count) jakarta.inject.Provider
<Transaction> void
setProfileSupplier
(Supplier<Profile> profileSupplier) void
setScheduleProgressDao
(ScheduleProgressDao scheduleProgressDao) void
setTransactionProvider
(jakarta.inject.Provider<Transaction> transactionProvider)
-
Constructor Details
-
UserScheduleProgressService
public UserScheduleProgressService()
-
-
Method Details
-
getScheduleProgressService
public Pagination<Progress> getScheduleProgressService(String scheduleNameOrId, int offset, int count) Description copied from interface:ScheduleProgressService
- Specified by:
getScheduleProgressService
in interfaceScheduleProgressService
- Parameters:
scheduleNameOrId
- theSchedule
name or idoffset
- the offsetcount
- the count- Returns:
- the
Pagination<Schedule>
instance
-
getTransactionProvider
-
setTransactionProvider
@Inject public void setTransactionProvider(jakarta.inject.Provider<Transaction> transactionProvider) -
getProfileSupplier
-
setProfileSupplier
-
getScheduleProgressDao
-
setScheduleProgressDao
-