public interface ILaborTableHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
addRow(java.lang.Integer id,
java.util.Vector values) |
java.util.Vector |
getRows(java.lang.Integer primaryKey,
java.util.Vector timeFilter,
java.util.Vector statusFilter) |
java.lang.Boolean |
importFlat(java.lang.Integer Id,
java.util.Vector rows,
boolean shortCols) |
java.lang.Boolean |
removeAllRows(java.lang.Integer id)
Remove all measurement values
|
java.lang.Boolean |
removeRows(java.lang.Integer id,
java.util.Vector bisDates) |
java.lang.Boolean |
updateRow(java.lang.Integer id,
java.util.Date oldbis,
java.util.Vector values)
Update Row
|
java.lang.Boolean |
updateRows(java.lang.Integer id,
java.util.Vector bisDates,
java.lang.Integer status) |
java.lang.Boolean updateRow(java.lang.Integer id,
java.util.Date oldbis,
java.util.Vector values)
throws org.apache.xmlrpc.XmlRpcException
id - oldbis - values - vector of
org.apache.xmlrpc.XmlRpcExceptionjava.lang.Boolean removeRows(java.lang.Integer id,
java.util.Vector bisDates)
throws org.apache.xmlrpc.XmlRpcException
id - bisDates - Vector\org.apache.xmlrpc.XmlRpcExceptionjava.util.Vector getRows(java.lang.Integer primaryKey,
java.util.Vector timeFilter,
java.util.Vector statusFilter)
throws org.apache.xmlrpc.XmlRpcException
primaryKey - series identifiertimeFilter - vector of values
statusFilter - vectororg.apache.xmlrpc.XmlRpcExceptionILookUpTableHandler.getStatus()java.lang.Boolean updateRows(java.lang.Integer id,
java.util.Vector bisDates,
java.lang.Integer status)
throws org.apache.xmlrpc.XmlRpcException
id - series identifierbisDates - Vectorstatus - flagorg.apache.xmlrpc.XmlRpcExceptionjava.lang.Boolean addRow(java.lang.Integer id,
java.util.Vector values)
throws org.apache.xmlrpc.XmlRpcException
id - series identifiervalues - Vector of
org.apache.xmlrpc.XmlRpcExceptionjava.lang.Boolean importFlat(java.lang.Integer Id,
java.util.Vector rows,
boolean shortCols)
throws org.apache.xmlrpc.XmlRpcException
Id - series identifierrows - Vector of StringsshortCols - flag to define format of rows
org.apache.xmlrpc.XmlRpcExceptionjava.lang.Boolean removeAllRows(java.lang.Integer id)
throws org.apache.xmlrpc.XmlRpcException
id - series identifierorg.apache.xmlrpc.XmlRpcException