Uses of Class
com.maplander.backend.model.manage.UserRemax
Packages that use UserRemax
Package
Description
-
Uses of UserRemax in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type UserRemaxModifier and TypeMethodDescriptionAccountEndpoint.changeEmailUserRemax
(Long idUser, String email) AccountEndpoint.createUserRemax
(UserRemax userRemax) AccountEndpoint.listUserRemax
(Long officeId, Integer limit, String cursor) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type UserRemax -
Uses of UserRemax in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type UserRemaxMethods in com.maplander.backend.dao.manage that return UserRemaxMethods in com.maplander.backend.dao.manage that return types with arguments of type UserRemaxModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<UserRemax> UserRemaxDAO.listByOfficeId
(Long officeId, Integer limit, String cursor)