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
(String code) List of all product archives with no search criteriaorg.springframework.http.ResponseEntity
<List<RestProductArchive>> ArchiveControllerDecorator.getArchives
(String code) List of all product archives with no search criteriaorg.springframework.http.ResponseEntity
<List<RestProductArchive>> ProductArchiveControllerImpl.getArchives
(String code) List of all product archives with no search criteriaProductArchiveManager.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