Uses of Class
com.maplander.backend.model.record.Record
Packages that use Record
Package
Description
-
Uses of Record in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type Record -
Uses of Record in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type RecordModifier and TypeMethodDescriptionRecordEndpoint.getRecordRv
(Long id) RecordEndpoint.listRecord
(String device, Integer limit, String cursor) RecordEndpoint.saveRecord
(Record record) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type Record -
Uses of Record in com.maplander.backend.dao.manage.record
Fields in com.maplander.backend.dao.manage.record with type parameters of type RecordMethods in com.maplander.backend.dao.manage.record that return RecordMethods in com.maplander.backend.dao.manage.record that return types with arguments of type RecordModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<Record> RecordDAO.listByDevice
(String device, Integer limit, String cursor)