com.ibm.ccd.ui.dataobjects
Interface IDataBean

All Known Subinterfaces:
ICatalogItem
All Known Implementing Classes:
CatalogItem, LookupTableSearchBean, SearchBean

public interface IDataBean


Method Summary
 void fromXML(org.w3c.dom.Node domNode)
          Decodes the XML Element and sets the element values as the bean properties
 void fromXML(java.lang.String xml)
          Decodes the XML string and sets the element values as the bean properties
 java.lang.String toXML()
          Encodes the object properties to XML
 MessageMap updateProperties(org.apache.jetspeed.portlet.PortletRequest portletRequest)
          updates the properties of the bean from the portlet request
 

Method Detail

updateProperties

MessageMap updateProperties(org.apache.jetspeed.portlet.PortletRequest portletRequest)
updates the properties of the bean from the portlet request

Parameters:
portletRequest - - The portletrequest containing the prperties to represent.
Returns:
MessageMap - null/empy in case of no errors - populated with the appropriate list in case of errors

toXML

java.lang.String toXML()
Encodes the object properties to XML


fromXML

void fromXML(java.lang.String xml)
Decodes the XML string and sets the element values as the bean properties


fromXML

void fromXML(org.w3c.dom.Node domNode)
Decodes the XML Element and sets the element values as the bean properties