Uses of Class
com.maplander.backend.model.record.RecordRV
Packages that use RecordRV
Package
Description
-
Uses of RecordRV in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type RecordRV -
Uses of RecordRV in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type RecordRVModifier and TypeMethodDescriptionRecordRVEndpoint.getRecordRv
(Long id) RecordRVEndpoint.listRecordRV
(String device, Integer limit, String cursor) RecordRVEndpoint.saveRecordRv
(RecordRV recordRV) Methods in com.maplander.backend.controller.endpoint.rv with parameters of type RecordRV -
Uses of RecordRV in com.maplander.backend.dao.manage.record
Fields in com.maplander.backend.dao.manage.record with type parameters of type RecordRVMethods in com.maplander.backend.dao.manage.record that return RecordRVMethods in com.maplander.backend.dao.manage.record that return types with arguments of type RecordRVModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<RecordRV> RecordRVDAO.listByDevice
(String device, Integer limit, String cursor)