public abstract class StandardAspekteVersorger
extends java.lang.Object
StandardAspekteAdapter
angelegt werden.Modifier and Type | Class | Description |
---|---|---|
protected class |
StandardAspekteVersorger.StandardAspekteAdapter |
In diesen Objekten werden alle Informationen über das standardmäßige
Publikationsverhalten von SWE-Modul-Typ- Kombinationen festgehalten.
|
protected class |
StandardAspekteVersorger.StandardPublikationsZuordnung |
Zuordnung einer bestimmten
SystemObjectType-AttributeGroup-Aspect -Kombination zu einem
Standardpublikationsaspekt. |
Modifier and Type | Field | Description |
---|---|---|
protected IStandardAspekte |
standardAspekte |
Die Informationen über die Standardaspekte für die Publikation einer
bestimmten SWE-Modultyp-Kombinationen (hier mit leerem Objekt
initialisiert, das zurückgegeben wird, wenn die Standardaspekte nicht zur
Verfügung stehen).
|
protected IVerwaltung |
verwaltung |
Verbindung zum Verwaltungsmodul.
|
Constructor | Description |
---|---|
StandardAspekteVersorger(IVerwaltung verwaltung) |
Standardkonstruktor.
|
Modifier and Type | Method | Description |
---|---|---|
IStandardAspekte |
getStandardPubInfos() |
Erfragt die Standardpublikations-Informationen.
|
protected IVerwaltung |
getVerwaltung() |
|
protected abstract void |
init() |
Initialisiert die Standard-Publikationsinformationen für einen kompletten
Modul-Typ und eine SWE.
|
protected void |
setStandardAspekte(IStandardAspekte standardAspekte) |
protected final IVerwaltung verwaltung
protected IStandardAspekte standardAspekte
public StandardAspekteVersorger(IVerwaltung verwaltung) throws DUAInitialisierungsException
verwaltung
- Verbindung zum VerwaltungsmodulDUAInitialisierungsException
- wird weitergereichtprotected abstract void init() throws DUAInitialisierungsException
DUAInitialisierungsException
- wenn es Probleme beim Initialisieren der
Standard-Publikationsinformationen gabpublic final IStandardAspekte getStandardPubInfos()
IStandardAspekte
-Schnittstelle zu den
Standardpublikations-Informationenprotected IVerwaltung getVerwaltung()
protected void setStandardAspekte(IStandardAspekte standardAspekte)