Class SavedSearchView
java.lang.Object
com.webmethods.caf.faces.search.saved.SavedSearchView
- All Implemented Interfaces:
IView
,Serializable
An IView class that encapsulates a Saved Search Thing and transforms values
into display-worthy strings
- See Also:
-
Field Summary
FieldsFields inherited from interface com.webmethods.portal.service.view.IView
PROP_DESCRIPTION, PROP_NAME, PROP_TYPE, PROP_URI
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_uri
-
m_thing
-
-
Constructor Details
-
SavedSearchView
public SavedSearchView()Default constructor -
SavedSearchView
Standard constructor- Parameters:
searchURI
- - IURI of the search storage DBO- Throws:
PortalException
-
-
Method Details
-
getURI
URI of resource represented by this view.- Specified by:
getURI
in interfaceIView
- Returns:
- URI of resource represented by this view.
- Throws:
PortalException
- if an error occurs.
-
getProperty
Specified property of the view. Null if this view does not have the specified property.- Specified by:
getProperty
in interfaceIView
- Returns:
- Specified property of the view or null.
- Throws:
PortalException
- if an error occurs.
-
getProperties
- Specified by:
getProperties
in interfaceIView
- Returns:
- Map of property names to property values.
- Throws:
PortalException
- if an error occurs.
-
getPropertyNames
Collection ofString
property names.- Specified by:
getPropertyNames
in interfaceIView
- Returns:
- Collection of property names.
- Throws:
PortalException
- if an error occurs.
-
getName
Name- Throws:
PortalException
-
getDescription
Description- Throws:
PortalException
-
getLastModified
Last modified data- Throws:
PortalException
-
getGlobal
- Throws:
PortalException
-
toString
Display this object as a String
-