Uses of Class
de.xima.fc.entities.Bedingung
Packages that use Bedingung
Package
Description
Package für Datenbankentitäten
-
Uses of Bedingung in de.xima.fc.bl.fdv
Constructors in de.xima.fc.bl.fdv with parameters of type BedingungModifierConstructorDescriptionConditionCheck
(Bedingung bedingung) Deprecated.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 BedingungModifier and TypeMethodDescriptionDaoActionHookHelper.getBedingungen
(IEntityContext ec, Mandant man) Deprecated.Methods in de.xima.fc.dao.hook with parameters of type BedingungModifier and TypeMethodDescriptionstatic void
DaoActionHookHelper.syncBedingung
(IEntityContext ec, Bedingung bedingung) Deprecated.static void
DaoActionHookHelper.validateBedingung
(de.xima.cmn.dao.interfaces.IBaseEntityContext ec, Bedingung bedingung) Deprecated. -
Uses of Bedingung in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type BedingungModifier and TypeMethodDescriptionprotected IFCDaoActionHook<Bedingung>
BedingungDao.getPreActionHook()
Deprecated. -
Uses of Bedingung in de.xima.fc.entities
Methods in de.xima.fc.entities that return BedingungMethods in de.xima.fc.entities with parameters of type Bedingung -
Uses of Bedingung in de.xima.fc.export
Methods in de.xima.fc.export that return BedingungModifier and TypeMethodDescriptionprotected Bedingung
AProjektUtil.handleBedingungForImport
(Bedingung neueBedingung, Map<Long, Aktion> aktionMap, Map<Long, Status> statusMap, ExportBedingungData exportBedingungData) Deprecated.Methods in de.xima.fc.export with parameters of type BedingungModifier and TypeMethodDescriptionprotected Bedingung
AProjektUtil.handleBedingungForImport
(Bedingung neueBedingung, Map<Long, Aktion> aktionMap, Map<Long, Status> statusMap, ExportBedingungData exportBedingungData) Deprecated. -
Uses of Bedingung in de.xima.fc.export.model
Subclasses of Bedingung in de.xima.fc.export.modelMethods in de.xima.fc.export.model that return BedingungModifier and TypeMethodDescriptionExportBedingungData.getBasicNeueBedingung()
Deprecated.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 -
Uses of Bedingung in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type BedingungModifier and TypeMethodDescriptionstatic IProcessing
ProcessingManager.getEmptyProcessing
(Bedingung bedingung) Deprecated. -
Uses of Bedingung in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return BedingungModifier and TypeMethodDescriptionstatic Bedingung
EntityDummyFactory.dummyCondition
(Aktion action)