|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.bean.PageFlowScopeAdapter
com.webmethods.caf.faces.data.portal.PortalItemModel
public class PortalItemModel
Field Summary | |
---|---|
protected String |
m_itemID
Deprecated. |
protected IView |
m_thingView
Deprecated. |
Fields inherited from class com.webmethods.caf.faces.bean.PageFlowScopeAdapter |
---|
fExpireWithPageFlow |
Constructor Summary | |
---|---|
PortalItemModel()
Deprecated. |
|
PortalItemModel(IThingID thingID)
Deprecated. |
|
PortalItemModel(IView view)
Deprecated. |
Method Summary | |
---|---|
String[] |
getAliases()
Deprecated. |
String |
getDescription()
Deprecated. |
String |
getDisplayName()
Deprecated. Get the display name (localized, or other override). |
String |
getHierachicalUri()
Deprecated. |
String |
getIconURL()
Deprecated. |
String |
getItemID()
Deprecated. |
String |
getName()
Deprecated. |
Object[] |
getPropertyKeys()
Deprecated. Returns list of properties supported by this content provider. |
Class |
getType(Object propertyName)
Deprecated. Returns java type of the given property |
String |
getURL()
Deprecated. |
Object |
getValue(Object propertyName)
Deprecated. Returns value of the given property |
boolean |
hasProperty(Object propertyName)
Deprecated. Checks if the given property is supported by this content provider |
void |
setItemID(String itemID)
Deprecated. |
String |
toString()
Deprecated. Returns string representation of content. |
Methods inherited from class com.webmethods.caf.faces.bean.PageFlowScopeAdapter |
---|
getExpireWithPageFlow, setExpireWithPageFlow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String m_itemID
protected transient IView m_thingView
Constructor Detail |
---|
public PortalItemModel()
public PortalItemModel(IThingID thingID)
public PortalItemModel(IView view)
Method Detail |
---|
public String getItemID()
public void setItemID(String itemID)
public String getURL() throws ContentProviderException
ContentProviderException
public String getIconURL()
public String getName() throws ContentProviderException
ContentProviderException
public String getDisplayName() throws ContentProviderException
ContentProviderException
public String getDescription() throws ContentProviderException
ContentProviderException
public Object[] getPropertyKeys()
IContentProvider
Object[0]
,
never null.
getPropertyKeys
in interface IContentProvider
String
or Integer
public Class getType(Object propertyName) throws PropertyNotFoundException
IContentProvider
getType
in interface IContentProvider
propertyName
- the property key of type String
or Integer
Class
PropertyNotFoundException
- if property is not supportedpublic Object getValue(Object propertyName) throws EvaluationException, PropertyNotFoundException
IContentProvider
getValue
in interface IContentProvider
propertyName
- the property key of type String
or Integer
null
EvaluationException
- if error during property evaluation
PropertyNotFoundException
- if property is not supportedpublic boolean hasProperty(Object propertyName)
IContentProvider
hasProperty
in interface IContentProvider
propertyName
- property key of type String
or Integer
true
if property is supportedpublic String[] getAliases()
public String getHierachicalUri()
public String toString()
IContentProvider
toString
in interface IContentProvider
toString
in class Object
String
representation of the wrapped content
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |