Package oracle.iam.catalog.vo
Class CatalogSearchResult
java.lang.Object
oracle.iam.catalog.vo.Result
oracle.iam.catalog.vo.CatalogSearchResult
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis can be used to paint the left panel.This can be used to paint the right panel where we show the Category and result for that countThis can be used to get the total result returned for the catalog serahcvoid
setCatalogs
(List<Catalog> catalogs) void
setCategoryCount
(HashMap<String, Integer> categoryCount) void
setTotalResulCount
(Integer totalResulCount) Methods inherited from class oracle.iam.catalog.vo.Result
getException, getKey, getMessage, getNoOfRowsEffected, isStatusFlag, setException, setKey, setMessage, setNoOfRowsEffected, setStatusFlag
-
Constructor Details
-
CatalogSearchResult
public CatalogSearchResult()
-
-
Method Details
-
getTotalResulCount
This can be used to get the total result returned for the catalog serahc- Returns:
- Total result for the search
-
setTotalResulCount
-
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
-
getCatalogs
This can be used to paint the left panel. this will contain the actual data for catalogCatalog
-
setCatalogs
-