public static interface DataSource.Immutable
Modifier and Type | Method and Description |
---|---|
void |
executeTransaction(org.dom4j.Element transaction) |
com.archibus.view.tablegroup.datasource.DataSourceReadBase.Immutable |
getDataSourceRead() |
com.archibus.view.tablegroup.datasource.DataSourceUpdate.Immutable |
getDataSourceUpdate() |
java.util.ArrayList |
getKeyFields() |
java.lang.String |
getMainTable() |
com.archibus.db.RetrievedRecords.Immutable |
retrieveRecords(com.archibus.controller.Message message,
boolean oneRecord) |
java.lang.String |
toString() |
void |
update(org.dom4j.Element record,
org.dom4j.Element elementRecordOld,
java.lang.String actionType) |
com.archibus.db.RetrievedRecords.Immutable retrieveRecords(com.archibus.controller.Message message, boolean oneRecord) throws com.archibus.utility.ExceptionBase
com.archibus.utility.ExceptionBase
void update(org.dom4j.Element record, org.dom4j.Element elementRecordOld, java.lang.String actionType) throws com.archibus.utility.ExceptionBase
com.archibus.utility.ExceptionBase
com.archibus.view.tablegroup.datasource.DataSourceReadBase.Immutable getDataSourceRead()
com.archibus.view.tablegroup.datasource.DataSourceUpdate.Immutable getDataSourceUpdate()
java.lang.String getMainTable()
java.lang.String toString()
toString
in class java.lang.Object
void executeTransaction(org.dom4j.Element transaction) throws com.archibus.utility.ExceptionBase
com.archibus.utility.ExceptionBase
java.util.ArrayList getKeyFields()