Uses of Class
de.dlr.proseo.archivemgr.rest.model.RestProductArchive
Packages that use RestProductArchive
Package
Description
REST interface classes for the prosEO Archive Manager component
Model classes for the prosEO Archive Manager component
-
Uses of RestProductArchive in de.dlr.proseo.archivemgr.rest
Methods in de.dlr.proseo.archivemgr.rest that return RestProductArchiveModifier and TypeMethodDescriptionProductArchiveManager.createArchive(RestProductArchive restArchive) Creation of the product archiveProductArchiveManager.getArchiveByCode(String code) Gets a product archive, searched by codeProductArchiveManager.getArchiveById(Long id) Find the product archive with the given IDProductArchiveManager.modifyArchive(Long id, RestProductArchive restArchive) Update the product archive with the given ID with the attribute values of the given Json object.Methods in de.dlr.proseo.archivemgr.rest that return types with arguments of type RestProductArchiveModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestProductArchive> ArchiveController.createArchive(@Valid RestProductArchive restProductArchive) Create a product archive from the given Json objectorg.springframework.http.ResponseEntity<RestProductArchive> ArchiveControllerDecorator.createArchive(@Valid RestProductArchive restProductArchive) Create a product archive from the given Json objectorg.springframework.http.ResponseEntity<RestProductArchive> ProductArchiveControllerImpl.createArchive(RestProductArchive archive) Create a product archive from the given Json objectorg.springframework.http.ResponseEntity<RestProductArchive> ArchiveController.getArchiveById(Long id) Find the product archive with the given IDorg.springframework.http.ResponseEntity<RestProductArchive> ArchiveControllerDecorator.getArchiveById(Long id) Find the product archive with the given IDorg.springframework.http.ResponseEntity<RestProductArchive> ProductArchiveControllerImpl.getArchiveById(Long id) Find the product archive with the given IDorg.springframework.http.ResponseEntity<List<RestProductArchive>> ArchiveController.getArchives(Long id, String code, String name, String archiveType, Integer recordFrom, Integer recordTo) List of product archives with search criteriaorg.springframework.http.ResponseEntity<List<RestProductArchive>> ArchiveControllerDecorator.getArchives(Long id, String code, String name, String archiveType, Integer recordFrom, Integer recordTo) List of product archives with search criteriaorg.springframework.http.ResponseEntity<List<RestProductArchive>> ProductArchiveControllerImpl.getArchives(Long id, String code, String name, String archiveType, Integer recordFrom, Integer recordTo) List of all product archives with no search criteriaProductArchiveManager.getArchives(Long id, String code, String name, String archiveType, Integer recordFrom, Integer recordTo) Get product archives by name and archive typeProductArchiveManager.getArchivesByCode(String code) List of all product archives archives filtered by codeorg.springframework.http.ResponseEntity<RestProductArchive> ArchiveController.modifyArchive(Long id, RestProductArchive restProductArchive) Update the product archive with the given ID with the attribute values of the given Json object.org.springframework.http.ResponseEntity<RestProductArchive> ArchiveControllerDecorator.modifyArchive(Long id, RestProductArchive restProductArchive) Update the product archive with the given ID with the attribute values of the given Json object.org.springframework.http.ResponseEntity<RestProductArchive> ProductArchiveControllerImpl.modifyArchive(Long id, RestProductArchive restArchive) Update the product archive with the given ID with the attribute values of the given Json object.Methods in de.dlr.proseo.archivemgr.rest with parameters of type RestProductArchiveModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestProductArchive> ArchiveController.createArchive(@Valid RestProductArchive restProductArchive) Create a product archive from the given Json objectorg.springframework.http.ResponseEntity<RestProductArchive> ArchiveControllerDecorator.createArchive(@Valid RestProductArchive restProductArchive) Create a product archive from the given Json objectorg.springframework.http.ResponseEntity<RestProductArchive> ProductArchiveControllerImpl.createArchive(RestProductArchive archive) Create a product archive from the given Json objectProductArchiveManager.createArchive(RestProductArchive restArchive) Creation of the product archiveorg.springframework.http.ResponseEntity<RestProductArchive> ArchiveController.modifyArchive(Long id, RestProductArchive restProductArchive) Update the product archive with the given ID with the attribute values of the given Json object.org.springframework.http.ResponseEntity<RestProductArchive> ArchiveControllerDecorator.modifyArchive(Long id, RestProductArchive restProductArchive) Update the product archive with the given ID with the attribute values of the given Json object.org.springframework.http.ResponseEntity<RestProductArchive> ProductArchiveControllerImpl.modifyArchive(Long id, RestProductArchive restArchive) Update the product archive with the given ID with the attribute values of the given Json object.ProductArchiveManager.modifyArchive(Long id, RestProductArchive restArchive) Update the product archive with the given ID with the attribute values of the given Json object. -
Uses of RestProductArchive in de.dlr.proseo.archivemgr.rest.model
Methods in de.dlr.proseo.archivemgr.rest.model that return RestProductArchiveModifier and TypeMethodDescriptionProductArchiveRestMapper.get()Gets checked in constructor rest product archiveProductArchiveModelMapper.toRest()Converts a prosEO model ProductArchive into a REST ProductArchiveConstructors in de.dlr.proseo.archivemgr.rest.model with parameters of type RestProductArchiveModifierConstructorDescriptionProductArchiveRestMapper(RestProductArchive restArchive, String mission) Constructor with restArchive parameter