Class CatalogSearchResult

java.lang.Object
oracle.iam.catalog.vo.Result
oracle.iam.catalog.vo.CatalogSearchResult
All Implemented Interfaces:
Serializable

public class CatalogSearchResult extends Result implements Serializable
Object that contains informtion for catalog search. This can be used by UI to paint page.
Since:
11.1.1.6
Author:
asbharga
See Also:
  • Constructor Details

    • CatalogSearchResult

      public CatalogSearchResult()
  • Method Details

    • getTotalResulCount

      public Integer getTotalResulCount()
      This can be used to get the total result returned for the catalog serahc
      Returns:
      Total result for the search
    • setTotalResulCount

      public void setTotalResulCount(Integer totalResulCount)
    • getCategoryCount

      public HashMap<String,Integer> getCategoryCount()
      This can be used to paint the right panel where we show the Category and result for that count
      Returns:
      Map containg category and its count
    • setCategoryCount

      public void setCategoryCount(HashMap<String,Integer> categoryCount)
    • getCatalogs

      public List<Catalog> getCatalogs()
      This can be used to paint the left panel. this will contain the actual data for catalog Catalog
    • setCatalogs

      public void setCatalogs(List<Catalog> catalogs)