ch.elexis.data
Class RFE
java.lang.Object
ch.elexis.data.PersistentObject
ch.elexis.data.RFE
- All Implemented Interfaces:
- IPersistentObject, ISelectable
public class RFE
- extends PersistentObject
Field Summary |
static java.lang.String |
Version
|
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 |
Constructor Summary |
protected |
RFE()
|
protected |
RFE(java.lang.String id)
|
|
RFE(java.lang.String KonsId,
java.lang.String code)
|
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 |
Version
public static final java.lang.String Version
- See Also:
- Constant Field Values
RFE
public RFE(java.lang.String KonsId,
java.lang.String code)
RFE
protected RFE(java.lang.String id)
RFE
protected RFE()
getRFEDef
public static java.util.HashMap<java.lang.String,java.lang.String> getRFEDef()
getRFETexts
public static java.lang.String[] getRFETexts()
getRFEDescriptions
public static java.lang.String[][] getRFEDescriptions()
clear
public static void clear(Konsultation k)
getText
public java.lang.String getText()
getRfeForKons
public static java.util.List<RFE> getRfeForKons(java.lang.String konsID)
getCode
public java.lang.String getCode()
getKons
public Konsultation getKons()
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
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 RFE load(java.lang.String id)