Uses of Class
de.xima.fc.entities.Bedingung
-
Packages that use Bedingung Package Description de.xima.fc.bl.fdv de.xima.fc.dao.hook de.xima.fc.dao.impl de.xima.fc.entities Package für Datenbankentitätende.xima.fc.export de.xima.fc.export.model de.xima.fc.manager -
-
Uses of Bedingung in de.xima.fc.bl.fdv
Constructors in de.xima.fc.bl.fdv with parameters of type Bedingung Constructor Description ConditionCheck(Bedingung bedingung)
Erstellt eine Instanz, die prüft, ob die Formulardaten die übergebene Bedingung erfüllen. -
Uses of Bedingung in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return types with arguments of type Bedingung Modifier and Type Method Description static List<Bedingung>
DaoActionHookHelper. getBedingungen(IEntityContext ec, Mandant man)
Methods in de.xima.fc.dao.hook with parameters of type Bedingung Modifier and Type Method Description static void
DaoActionHookHelper. syncBedingung(IEntityContext ec, Bedingung bedingung)
static void
DaoActionHookHelper. validateBedingung(de.xima.cmn.dao.interfaces.IBaseEntityContext ec, Bedingung bedingung)
-
Uses of Bedingung in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type Bedingung Modifier and Type Method Description protected IFCDaoActionHook<Bedingung>
BedingungDao. getPreActionHook()
-
Uses of Bedingung in de.xima.fc.entities
Methods in de.xima.fc.entities that return Bedingung Modifier and Type Method Description Bedingung
Bedingung. cloneBasics()
Deprecated.Bedingung
Aktion. getBedingung()
Deprecated.Methods in de.xima.fc.entities with parameters of type Bedingung Modifier and Type Method Description void
Aktion. setBedingung(Bedingung bedingung)
Deprecated. -
Uses of Bedingung in de.xima.fc.export
Methods in de.xima.fc.export that return Bedingung Modifier and Type Method Description protected Bedingung
AProjektUtil. handleBedingungForImport(Bedingung neueBedingung, Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap, ExportBedingungData exportBedingungData)
Should only be used for importing older project exportsMethods in de.xima.fc.export with parameters of type Bedingung Modifier and Type Method Description protected Bedingung
AProjektUtil. handleBedingungForImport(Bedingung neueBedingung, Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap, ExportBedingungData exportBedingungData)
Should only be used for importing older project exports -
Uses of Bedingung in de.xima.fc.export.model
Subclasses of Bedingung in de.xima.fc.export.model Modifier and Type Class Description class
ExportBedingungData
Methods in de.xima.fc.export.model that return Bedingung Modifier and Type Method Description Bedingung
ExportBedingungData. getBasicNeueBedingung()
Liefert eine neue Bedingung instance gefüllt mit den primitiven ExportBedingung- Daten (keine Referenzen, Listen)Constructors in de.xima.fc.export.model with parameters of type Bedingung Constructor Description ExportBedingungData(Bedingung bedingung)
-
Uses of Bedingung in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type Bedingung Modifier and Type Method Description static IProcessing
ProcessingManager. getEmptyProcessing(Bedingung bedingung)
Deprecated.
-