Uses of Class
de.dlr.proseo.facmgr.rest.model.RestProcessingFacility
Packages that use RestProcessingFacility
Package
Description
This package provides functionality for the handling of REST requests by the facility manager.
This package contains utility classes for the handling of REST requests by the facility manager.
-
Uses of RestProcessingFacility in de.dlr.proseo.facmgr.rest
Methods in de.dlr.proseo.facmgr.rest that return RestProcessingFacilityModifier and TypeMethodDescriptionFacmgrManager.createFacility(RestProcessingFacility restFacility) Create a processing facility with the specified attributes in the database.FacmgrManager.getFacilityById(Long id) Find the facility with the given ID.FacmgrManager.modifyFacility(Long id, RestProcessingFacility restFacility) Update the facility with the given ID with the attribute values of the given Json object.Methods in de.dlr.proseo.facmgr.rest that return types with arguments of type RestProcessingFacilityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestProcessingFacility> FacilityController.createFacility(@Valid RestProcessingFacility restProcessingFacility) Create a new processing facilityorg.springframework.http.ResponseEntity<RestProcessingFacility> FacilityControllerDecorator.createFacility(@Valid RestProcessingFacility restProcessingFacility) Create a new processing facilityorg.springframework.http.ResponseEntity<RestProcessingFacility> FacmgrControllerImpl.createFacility(RestProcessingFacility restFacility) Create a facility from the given Json objectorg.springframework.http.ResponseEntity<List<RestProcessingFacility>> FacilityController.getFacilities(String name) Get processing facilities by mission and facility nameorg.springframework.http.ResponseEntity<List<RestProcessingFacility>> FacilityControllerDecorator.getFacilities(String name) Get processing facilities by mission and facility nameorg.springframework.http.ResponseEntity<List<RestProcessingFacility>> FacmgrControllerImpl.getFacilities(String name) Retrieve a list of facilities filtered by mission and name.FacmgrManager.getFacility(String name) Retrieve a list of facilities filtered by mission and name.org.springframework.http.ResponseEntity<RestProcessingFacility> FacilityController.getFacilityById(Long id) Get a processing facility by IDorg.springframework.http.ResponseEntity<RestProcessingFacility> FacilityControllerDecorator.getFacilityById(Long id) Get a processing facility by IDorg.springframework.http.ResponseEntity<RestProcessingFacility> FacmgrControllerImpl.getFacilityById(Long id) Find the facility with the given IDorg.springframework.http.ResponseEntity<RestProcessingFacility> FacilityController.modifyFacility(Long id, RestProcessingFacility restProcessingFacility) Update a processing facility by IDorg.springframework.http.ResponseEntity<RestProcessingFacility> FacilityControllerDecorator.modifyFacility(Long id, RestProcessingFacility restProcessingFacility) Update a processing facility by IDorg.springframework.http.ResponseEntity<RestProcessingFacility> FacmgrControllerImpl.modifyFacility(Long id, RestProcessingFacility restFacility) Update the facility with the given ID with the attribute values of the given Json object.Methods in de.dlr.proseo.facmgr.rest with parameters of type RestProcessingFacilityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestProcessingFacility> FacilityController.createFacility(@Valid RestProcessingFacility restProcessingFacility) Create a new processing facilityorg.springframework.http.ResponseEntity<RestProcessingFacility> FacilityControllerDecorator.createFacility(@Valid RestProcessingFacility restProcessingFacility) Create a new processing facilityorg.springframework.http.ResponseEntity<RestProcessingFacility> FacmgrControllerImpl.createFacility(RestProcessingFacility restFacility) Create a facility from the given Json objectFacmgrManager.createFacility(RestProcessingFacility restFacility) Create a processing facility with the specified attributes in the database.org.springframework.http.ResponseEntity<RestProcessingFacility> FacilityController.modifyFacility(Long id, RestProcessingFacility restProcessingFacility) Update a processing facility by IDorg.springframework.http.ResponseEntity<RestProcessingFacility> FacilityControllerDecorator.modifyFacility(Long id, RestProcessingFacility restProcessingFacility) Update a processing facility by IDorg.springframework.http.ResponseEntity<RestProcessingFacility> FacmgrControllerImpl.modifyFacility(Long id, RestProcessingFacility restFacility) Update the facility with the given ID with the attribute values of the given Json object.FacmgrManager.modifyFacility(Long id, RestProcessingFacility restFacility) Update the facility with the given ID with the attribute values of the given Json object. -
Uses of RestProcessingFacility in de.dlr.proseo.facmgr.rest.model
Methods in de.dlr.proseo.facmgr.rest.model that return RestProcessingFacilityModifier and TypeMethodDescriptionstatic RestProcessingFacilityFacmgrUtil.toRestFacility(ProcessingFacility modelFacility) Convert a prosEO model ProcessingFacility into a REST FacilityMethods in de.dlr.proseo.facmgr.rest.model with parameters of type RestProcessingFacilityModifier and TypeMethodDescriptionstatic ProcessingFacilityFacmgrUtil.toModelFacility(RestProcessingFacility restFacility) Convert a REST ProcessingFacility into a prosEO model ProcessingFacility (scalar and embedded attributes only, no orbit references)