Skip navigation links


oracle.iam.catalog.vo
Class CatalogSearchResult

java.lang.Object
  extended by oracle.iam.catalog.vo.Result
      extended by oracle.iam.catalog.vo.CatalogSearchResult

All Implemented Interfaces:
java.io.Serializable

public class CatalogSearchResult
extends Result
implements java.io.Serializable

Object that contains informtion for catalog search. This can be used by UI to paint page.

Since:
11.1.1.6
See Also:
Serialized Form

Constructor Summary
CatalogSearchResult()
           

 

Method Summary
 java.util.List getCatalogs()
          This can be used to paint the left panel.
 java.util.HashMap getCategoryCount()
          This can be used to paint the right panel where we show the Category and result for that count
 java.lang.Integer getTotalResulCount()
          This can be used to get the total result returned for the catalog serahc
 void setCatalogs(java.util.List catalogs)
           
 void setCategoryCount(java.util.HashMap categoryCount)
           
 void setTotalResulCount(java.lang.Integer totalResulCount)
           

 

Methods inherited from class oracle.iam.catalog.vo.Result
getException, getKey, getMessage, isStatusFlag, setException, setKey, setMessage, setStatusFlag

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CatalogSearchResult

public CatalogSearchResult()

Method Detail

getTotalResulCount

public java.lang.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(java.lang.Integer totalResulCount)

getCategoryCount

public java.util.HashMap 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(java.util.HashMap categoryCount)

getCatalogs

public java.util.List getCatalogs()
This can be used to paint the left panel. this will contain the actual data for catalog Catalog

setCatalogs

public void setCatalogs(java.util.List catalogs)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.