Uses of Class
de.dlr.proseo.prodclmgr.rest.model.RestProductClass
Packages that use RestProductClass
Package
Description
Classes implementing the REST interface for the prosEO Product Class Manager component
Utility classes for the prosEO Product Class Manager component
-
Uses of RestProductClass in de.dlr.proseo.prodclmgr.rest
Methods in de.dlr.proseo.prodclmgr.rest that return RestProductClassModifier and TypeMethodDescriptionProductClassManager.createRestProductClass(RestProductClass productClass) Create a new product classProductClassManager.createSelectionRuleString(Long id, @Valid List<SelectionRuleString> selectionRuleStrings) Create a selection rule using Rule LanguageProductClassManager.getRestProductClassById(Long id) Get a product class by IDProductClassManager.modifyRestProductClass(Long id, RestProductClass productClass) Update a product class by ID (does not update its selection rules)Methods in de.dlr.proseo.prodclmgr.rest that return types with arguments of type RestProductClassModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestProductClass> ProductclassController.createRestProductClass(@Valid RestProductClass restProductClass) Create a new product classorg.springframework.http.ResponseEntity<RestProductClass> ProductclassControllerDecorator.createRestProductClass(@Valid RestProductClass restProductClass) Create a new product classorg.springframework.http.ResponseEntity<RestProductClass> ProductClassControllerImpl.createRestProductClass(RestProductClass productClass) Create a new product classorg.springframework.http.ResponseEntity<RestProductClass> ProductclassController.createSelectionRuleString(Long id, @Valid List<SelectionRuleString> selectionRuleString) Create a selection rule using Rule Languageorg.springframework.http.ResponseEntity<RestProductClass> ProductclassControllerDecorator.createSelectionRuleString(Long id, @Valid List<SelectionRuleString> selectionRuleString) Create a selection rule using Rule Languageorg.springframework.http.ResponseEntity<RestProductClass> ProductClassControllerImpl.createSelectionRuleString(Long id, @Valid List<SelectionRuleString> selectionRuleStrings) Create a selection rule using Rule Languageorg.springframework.http.ResponseEntity<List<RestProductClass>> ProductclassController.getRestProductClass(String mission, String[] productType, String[] processorClass, String level, String visibility, Integer recordFrom, Integer recordTo, String[] orderBy) Get product classes, optionally filtered by mission, product type, processor class, processing level or visibilityorg.springframework.http.ResponseEntity<List<RestProductClass>> ProductclassControllerDecorator.getRestProductClass(String mission, String[] productType, String[] processorClass, String level, String visibility, Integer recordFrom, Integer recordTo, String[] orderBy) Get product classes, optionally filtered by mission, product type, processor class, processing level or visibilityorg.springframework.http.ResponseEntity<List<RestProductClass>> ProductClassControllerImpl.getRestProductClass(String mission, String[] productType, String[] processorClass, String level, String visibility, Integer recordFrom, Integer recordTo, String[] orderBy) Get product classes, optionally filtered by mission, product type, processor class, processing level or visibilityProductClassManager.getRestProductClass(String mission, String[] productType, String[] processorClass, String level, String visibility, String[] orderBy, Integer recordFrom, Integer recordTo) Get product classes, optionally filtered by mission and/or product typeorg.springframework.http.ResponseEntity<RestProductClass> ProductclassController.getRestProductClassById(Long id) Get a product class by IDorg.springframework.http.ResponseEntity<RestProductClass> ProductclassControllerDecorator.getRestProductClassById(Long id) Get a product class by IDorg.springframework.http.ResponseEntity<RestProductClass> ProductClassControllerImpl.getRestProductClassById(Long id) Get a product class by IDorg.springframework.http.ResponseEntity<RestProductClass> ProductclassController.modifyRestProductClass(Long id, RestProductClass restProductClass) Update a product class by ID (does not update its selection rules)org.springframework.http.ResponseEntity<RestProductClass> ProductclassControllerDecorator.modifyRestProductClass(Long id, RestProductClass restProductClass) Update a product class by ID (does not update its selection rules)org.springframework.http.ResponseEntity<RestProductClass> ProductClassControllerImpl.modifyRestProductClass(Long id, RestProductClass productClass) Update a product class by ID (does not update its selection rules)Methods in de.dlr.proseo.prodclmgr.rest with parameters of type RestProductClassModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestProductClass> ProductclassController.createRestProductClass(@Valid RestProductClass restProductClass) Create a new product classorg.springframework.http.ResponseEntity<RestProductClass> ProductclassControllerDecorator.createRestProductClass(@Valid RestProductClass restProductClass) Create a new product classorg.springframework.http.ResponseEntity<RestProductClass> ProductClassControllerImpl.createRestProductClass(RestProductClass productClass) Create a new product classProductClassManager.createRestProductClass(RestProductClass productClass) Create a new product classorg.springframework.http.ResponseEntity<RestProductClass> ProductclassController.modifyRestProductClass(Long id, RestProductClass restProductClass) Update a product class by ID (does not update its selection rules)org.springframework.http.ResponseEntity<RestProductClass> ProductclassControllerDecorator.modifyRestProductClass(Long id, RestProductClass restProductClass) Update a product class by ID (does not update its selection rules)org.springframework.http.ResponseEntity<RestProductClass> ProductClassControllerImpl.modifyRestProductClass(Long id, RestProductClass productClass) Update a product class by ID (does not update its selection rules)ProductClassManager.modifyRestProductClass(Long id, RestProductClass productClass) Update a product class by ID (does not update its selection rules) -
Uses of RestProductClass in de.dlr.proseo.prodclmgr.rest.model
Methods in de.dlr.proseo.prodclmgr.rest.model that return RestProductClassModifier and TypeMethodDescriptionstatic RestProductClassProductClassUtil.toRestProductClass(ProductClass modelProductClass) Convert a prosEO model product class into a REST product classMethods in de.dlr.proseo.prodclmgr.rest.model with parameters of type RestProductClassModifier and TypeMethodDescriptionstatic ProductClassProductClassUtil.toModelProductClass(RestProductClass restProductClass) Convert a REST product class into a prosEO model product class (scalar and embedded attributes only, no object references)