Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.data
Class OutputLog

java.lang.Object
  extended by ch.elexis.data.PersistentObject
      extended by ch.elexis.data.OutputLog
All Implemented Interfaces:
IPersistentObject, ISelectable

public class OutputLog
extends PersistentObject

An OutputLog instance carries the information when and where to a PersistentObject has been sent.


Nested Class Summary
 
Nested classes/interfaces inherited from class ch.elexis.data.PersistentObject
PersistentObject.FieldType
 
Field Summary
static java.lang.String FLD_OBJECT_ID
           
static java.lang.String FLD_OBJECT_TYPE
           
static java.lang.String FLD_OUTPUTTER
           
 
Fields inherited from class ch.elexis.data.PersistentObject
CACHE_DEFAULT_LIFETIME, CACHE_MIN_LIFETIME, CFG_CONNECTSTRING, CFG_DRIVER, CFG_FOLDED_CONNECTION, CFG_PWD, CFG_TYPE, CFG_USER, DATE_COMPOUND, default_lifetime, DELETED, EXISTS, FLD_DATE, FLD_DELETED, FLD_EXTINFO, FLD_LASTUPDATE, INEXISTENT, INVALID_ID, log, MAPPING_ERROR_MARKER, MATCH_AUTO, MATCH_CONTAINS, MATCH_EXACT, MATCH_REGEXP, MATCH_START
 
Fields inherited from interface ch.elexis.core.data.IPersistentObject
FLD_ID, STATE_EXISTING, STATE_INEXISTENT, STATE_INVALID_ID
 
Constructor Summary
  OutputLog(PersistentObject po, IOutputter io)
           
protected OutputLog(java.lang.String id)
           
 
Method Summary
 java.lang.String getLabel()
          Einen menschenlesbaren Identifikationsstring für dieses Objet liefern
static java.util.List<OutputLog> getOutputs(PersistentObject po)
           
static IOutputter getOutputter(java.lang.String outputterID)
           
 java.lang.String getOutputterID()
           
protected  java.lang.String getTableName()
          Jede abgeleitete Klasse muss deklarieren, in welcher Tabelle sie gespeichert werden will.
static OutputLog load(java.lang.String id)
           
 
Methods inherited from class ch.elexis.data.PersistentObject
addChangeListener, addMapping, addSticker, addToList, addXid, begin, checkNull, checkZero, checkZeroDouble, clearCache, connect, connect, create, createOrModifyTable, delete, deleteList, disconnect, equals, executeScript, executeSQLScript, exists, exportData, flatten, fold, get, get, getBinary, getCacheTime, getConnection, getConstraint, getDefaultCacheLifetime, getExportFields, getExportUIDValue, getExportUIDVersion, getFieldType, getId, getInt, getLastUpdate, getList, getList, getMap, getSticker, getStickers, getVersionedResource, getWrappedId, getXid, getXid, getXids, hashCode, isAvailable, isDeleted, isDragOK, isMatching, isMatching, isMatching, isMatching, isValid, lock, map, removeChangeListener, removeFromList, removeFromList, removeSticker, removeTable, resetCache, set, set, setBinary, setConstraint, setDefaultCacheLifetime, setInt, setMap, setTrace, setVersionedResource, state, storeToString, tableExists, ts, undelete, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLD_OBJECT_TYPE

public static final java.lang.String FLD_OBJECT_TYPE
See Also:
Constant Field Values

FLD_OBJECT_ID

public static final java.lang.String FLD_OBJECT_ID
See Also:
Constant Field Values

FLD_OUTPUTTER

public static final java.lang.String FLD_OUTPUTTER
See Also:
Constant Field Values
Constructor Detail

OutputLog

public OutputLog(PersistentObject po,
                 IOutputter io)

OutputLog

protected OutputLog(java.lang.String id)
Method Detail

getLabel

public java.lang.String getLabel()
Description copied from class: PersistentObject
Einen menschenlesbaren Identifikationsstring für dieses Objet liefern

Specified by:
getLabel in interface IPersistentObject
Specified by:
getLabel in class PersistentObject

getOutputterID

public java.lang.String getOutputterID()

getOutputs

public static java.util.List<OutputLog> getOutputs(PersistentObject po)

getOutputter

public static IOutputter getOutputter(java.lang.String outputterID)

getTableName

protected java.lang.String getTableName()
Description copied from class: PersistentObject
Jede abgeleitete Klasse muss deklarieren, in welcher Tabelle sie gespeichert werden will.

Specified by:
getTableName in class PersistentObject
Returns:
Der Name einer bereits existierenden Tabelle der Datenbank

load

public static OutputLog load(java.lang.String id)

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013