pavinduLakshan commented on a change in pull request #123: URL: https://github.com/apache/oodt/pull/123#discussion_r677085265
########## File path: webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/resources/ProductPageResource.java ########## @@ -98,6 +100,10 @@ public ProductPageResource( } } + public void setTotalProducts(int totalProducts){ Review comment: added ########## File path: webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/services/FileManagerJaxrsServiceV2.java ########## @@ -137,6 +137,20 @@ public ProductTypeListResource getProductTypes() throws WebApplicationException } } + public int getTotalNumOfProducts() throws WebApplicationException { Review comment: Sure. added it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@oodt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org