Uses of Class
com.maplander.backend.model.manage.RV.SearchesRV
Packages that use SearchesRV
Package
Description
-
Uses of SearchesRV in com.maplander.backend.controller.businessrule.rv
Methods in com.maplander.backend.controller.businessrule.rv with parameters of type SearchesRV -
Uses of SearchesRV in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type SearchesRVModifier and TypeMethodDescriptionSearchesCronEndpoint.listActiveSearchesRV
(Integer limit, String cursor) -
Uses of SearchesRV in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type SearchesRVModifier and TypeMethodDescriptionSearchesRVEndpoint.getSearchRV
(Long id) SearchesRVEndpoint.listSearchesRVByUser
(Long id, Integer limit, String cursor) SearchesRVEndpoint.saveSearchesRV
(SearchesRV searchesRV) SearchesRVEndpoint.updateStatusSearchRV
(Long id, boolean active) Methods in com.maplander.backend.controller.endpoint.rv with parameters of type SearchesRV -
Uses of SearchesRV in com.maplander.backend.dao.manage.RV
Fields in com.maplander.backend.dao.manage.RV with type parameters of type SearchesRVMethods in com.maplander.backend.dao.manage.RV that return SearchesRVMethods in com.maplander.backend.dao.manage.RV that return types with arguments of type SearchesRVModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<SearchesRV> SearchesRVDAO.listSearchesActive
(boolean active, Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse
<SearchesRV> SearchesRVDAO.listSearchesByUserId
(Long id, Integer limit, String cursor) -
Uses of SearchesRV in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type SearchesRVModifier and TypeMethodDescriptionstatic void
SendEmailV2.sendSearchResults
(List<PropertyLite> properties, UserML userML, SearchesRV searchesRV) -
Uses of SearchesRV in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type SearchesRVModifier and TypeMethodDescriptionstatic NotificationRV
SendNotificationRV.fillSearchRV
(SearchesRV searchesRV, PropertyLite property)