Package wt.esi

Interface ESITransactionFacade

All Superinterfaces:
wt.esi._ESITransactionFacade, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
_ESITransaction, ESITransaction

@GenAsPersistable(interfaces=Persistable.class, extendable=false) public interface ESITransactionFacade extends wt.esi._ESITransactionFacade
Utility APIs to access the ESITransaction object without requiring a compile-time dependency on the esi/Esi module

Supported API: true

Extendable: false
  • Method Details

    • getIdNumber

      int getIdNumber()
      Gets the unique identifier of this ESITransaction object. Supported API: true
      See Also:
    • isDeleted

      boolean isDeleted()
      Lets the caller know if this ESITransaction object is a deleted one. Supported API: true
      See Also:
    • getCreator

      String getCreator()
      Gets the name of the user who created this entry.

      Supported API: true

      See Also:
    • getStartTimeStamp

      Timestamp getStartTimeStamp()
      Gets the start timestamp of the transaction.

      Supported API: true

      See Also:
    • getEndTimeStamp

      Timestamp getEndTimeStamp()
      Gets the end timestamp of the transaction.

      Supported API: true

      See Also: