jACOB 2.7 API Documentation.

Uses of Interface
de.tif.jacob.core.data.IDataRecordId

Packages that use IDataRecordId
de.tif.jacob.core.data   
de.tif.jacob.core.exception   
 

Uses of IDataRecordId in de.tif.jacob.core.data
 

Methods in de.tif.jacob.core.data that return IDataRecordId
 IDataRecordId IDataRecord.getId()
          Returns the record id of this record, i.e. an id which unambiguously identifies a record in any table.
 

Uses of IDataRecordId in de.tif.jacob.core.exception
 

Methods in de.tif.jacob.core.exception that return IDataRecordId
 IDataRecordId RecordLockedException.getRecordId()
          Returns the id of the locked record.
 IDataRecordId RecordNotFoundException.getRecordId()
          Returns the id of the record which has not been found.
 

Constructors in de.tif.jacob.core.exception with parameters of type IDataRecordId
RecordLockedException(IDataRecordId recordId, java.lang.String userId)
          Constructs the RecordLockedException.
RecordNotFoundException(IDataRecordId recordId)
          Constructs the RecordNotFoundException.
 


jACOB 2.7 API Documentation.