public class SavedSearchView extends Object implements IView
Modifier and Type | Field and Description |
---|---|
protected IThing |
m_thing |
protected IURI |
m_uri |
PROP_DESCRIPTION, PROP_NAME, PROP_TYPE, PROP_URI
Constructor and Description |
---|
SavedSearchView()
Default constructor
|
SavedSearchView(IURI searchURI)
Standard constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Description
|
boolean |
getGlobal() |
Date |
getLastModified()
Last modified data
|
String |
getName()
Name
|
Map<String,Object> |
getProperties()
|
Object |
getProperty(String name)
Specified property of the view.
|
Collection<String> |
getPropertyNames()
Collection of
String property names. |
IURI |
getURI()
URI of resource represented by this view.
|
String |
toString()
Display this object as a String
|
public SavedSearchView()
public SavedSearchView(IURI searchURI) throws PortalException
searchURI
- - IURI of the search storage DBOPortalException
public IURI getURI() throws PortalException
getURI
in interface IView
PortalException
- if an error occurs.public Object getProperty(String name) throws PortalException
getProperty
in interface IView
PortalException
- if an error occurs.public Map<String,Object> getProperties() throws PortalException
getProperties
in interface IView
PortalException
- if an error occurs.public Collection<String> getPropertyNames() throws PortalException
String
property names.getPropertyNames
in interface IView
PortalException
- if an error occurs.public String getName() throws PortalException
PortalException
public String getDescription() throws PortalException
PortalException
public Date getLastModified() throws PortalException
PortalException
public boolean getGlobal() throws PortalException
PortalException