Verwendungen von Klasse
de.dlr.proseo.archivemgr.rest.model.RestProductArchive
Packages, die RestProductArchive verwenden
Package
Beschreibung
REST interface classes for the prosEO Archive Manager component
Model classes for the prosEO Archive Manager component
-
Verwendungen von RestProductArchive in de.dlr.proseo.archivemgr.rest
Methoden in de.dlr.proseo.archivemgr.rest, die RestProductArchive zurückgebenModifizierer und TypMethodeBeschreibungProductArchiveManager.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.Methoden in de.dlr.proseo.archivemgr.rest, die Typen mit Argumenten vom Typ RestProductArchive zurückgebenModifizierer und TypMethodeBeschreibungorg.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.Methoden in de.dlr.proseo.archivemgr.rest mit Parametern vom Typ RestProductArchiveModifizierer und TypMethodeBeschreibungorg.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. -
Verwendungen von RestProductArchive in de.dlr.proseo.archivemgr.rest.model
Methoden in de.dlr.proseo.archivemgr.rest.model, die RestProductArchive zurückgebenModifizierer und TypMethodeBeschreibungProductArchiveRestMapper.get()
Gets checked in constructor rest product archiveProductArchiveModelMapper.toRest()
Converts a prosEO model ProductArchive into a REST ProductArchiveKonstruktoren in de.dlr.proseo.archivemgr.rest.model mit Parametern vom Typ RestProductArchiveModifiziererKonstruktorBeschreibungProductArchiveRestMapper
(RestProductArchive restArchive, String mission) Constructor with restArchive parameter