hierarchy: | WEB-INF.cftags.component com.sebtools.DataSynch |
properties: | |
methods: | init, addDataMgr, getXml, synchTables, synchXML |
init |
---|
public any init ( required any DataMgr ) I initialize and return this component. Output: supressed Parameters: DataMgr: any, required, DataMgr |
addDataMgr |
public void addDataMgr ( required any DataMgr ) I add a DataMgr to be synchronized. Output: supressed Parameters: DataMgr: any, required, DataMgr |
getXml |
public string getXml ( string tables="", boolean withdata="true" ) I get the XML for the given tables. Output: supressed Parameters: tables: string, optional, tables withdata: boolean, optional, withdata |
synchTables |
public void synchTables ( string tables="", boolean withdata="true" ) I synchronize the given tables. Output: supressed Parameters: tables: string, optional, tables withdata: boolean, optional, withdata |
synchXML |
public void synchXML ( required string dbxml ) I synchronize the given XML structure/data. Output: supressed Parameters: dbxml: string, required, dbxml |