Uses of Class
com.maplander.backend.model.manage.UserToClean
Packages that use UserToClean
-
Uses of UserToClean in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type UserToCleanModifier and TypeMethodDescriptionCronEndpoint.getUsersChangeToProperties
(Long officeId) CronEndpoint.listAllUserToClean()
-
Uses of UserToClean in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type UserToCleanMethods in com.maplander.backend.dao.manage that return UserToCleanMethods in com.maplander.backend.dao.manage that return types with arguments of type UserToCleanModifier and TypeMethodDescriptionstatic List
<UserToClean> UserToCleanDAO.listAll()
static List
<UserToClean> UserToCleanDAO.listUserToClean()
Method parameters in com.maplander.backend.dao.manage with type arguments of type UserToCleanModifier and TypeMethodDescriptionstatic void
UserToCleanDAO.saveAll
(List<UserToClean> usersToClean)