org.barracudamvc.contrib.sam.data
Interface Config
- All Known Implementing Classes:
- DefaultConfig
public interface Config
Interface for a confiugration class. Used in DataObjectHandler
. It
specifies various properties of a DataObject
based XmlFormMap
MAP
static final String MAP
- See Also:
- Constant Field Values
OID
static final String OID
- See Also:
- Constant Field Values
getViewEvent
ViewEvent getViewEvent()
- returns a view event called for displaying the form
getXmlFormName
String getXmlFormName()
- Returns:
- name of the XML Form, this string is used by
XmlFormFactory
getFormName
String getFormName()
getMapName
String getMapName()
getOidName
String getOidName()
- Returns:
- name of the identifier field in the
DataObject
getDataObject
DataObject getDataObject(String oid)
throws DataObjectException
- Returns:
- data object identified by the given oid. Normally, this would be implemented by
a SQL query
- Throws:
DataObjectException
Copyright © 2006 BarracudaMVC.org All Rights Reserved.