Uses of Class
com.maplander.backend.model.manage.LocationsPreviewPolygon
Packages that use LocationsPreviewPolygon
Package
Description
-
Uses of LocationsPreviewPolygon in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type LocationsPreviewPolygonModifier and TypeMethodDescriptionDashBoardEndpoint.saveLocationsPreviewPolygon(ListLocationsPreview locations) -
Uses of LocationsPreviewPolygon in com.maplander.backend.dao.manage.RV
Fields in com.maplander.backend.dao.manage.RV with type parameters of type LocationsPreviewPolygonModifier and TypeFieldDescriptionstatic final Class<LocationsPreviewPolygon> LocationPreviewPolygonDAO.clazzMethods in com.maplander.backend.dao.manage.RV that return LocationsPreviewPolygonMethods in com.maplander.backend.dao.manage.RV that return types with arguments of type LocationsPreviewPolygonModifier and TypeMethodDescriptionstatic List<LocationsPreviewPolygon> LocationPreviewPolygonDAO.locationList(Integer limit) -
Uses of LocationsPreviewPolygon in com.maplander.backend.model.manage.complex
Constructors in com.maplander.backend.model.manage.complex with parameters of type LocationsPreviewPolygonModifierConstructorDescriptionColonyLocation(LocationsPreviewPolygon locationsPreviewPolygon) SitemapPropertyListPreview(LocationsPreviewPolygon locationsPreviewPolygon) -
Uses of LocationsPreviewPolygon in com.maplander.backend.model.manage.property.complex
Methods in com.maplander.backend.model.manage.property.complex that return types with arguments of type LocationsPreviewPolygonMethod parameters in com.maplander.backend.model.manage.property.complex with type arguments of type LocationsPreviewPolygonModifier and TypeMethodDescriptionvoidListLocationsPreview.setPreviewPolygonList(List<LocationsPreviewPolygon> previewPolygonList)