Uses of Interface
de.xima.fc.dao.interfaces.IMandantDependentBaseDao
-
Packages that use IMandantDependentBaseDao Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces -
-
Uses of IMandantDependentBaseDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IMandantDependentBaseDao Modifier and Type Class Description class
AppointmentTemplateDao
Implementation of theIAppointmentTemplateDao
for reading and writingAppointmentTemplate
entities.class
BenutzerDao
Deprecated.Since Version 8.0.0 user information is storedUserProfile
s.class
BenutzerGruppeDao
class
ClientAuthenticatorDao
The default implementation ofIClientAuthenticatorDao
that can be accessed viaDaoProvider
.class
ClientCounterDao
The default implementation ofIClientCounterDao
that can be accessed viaDaoProvider
.class
ClientPluginDao
class
DatenbankZugriffDao
The default implementation ofIDatenbankZugriffDao
that can be accessed viaDaoProvider
.class
DatenquelleDao
class
FormEingangDao
class
FormElementDao
class
FormTemplateDao
class
FrontendServerDao
class
InternalClientMessageDao
class
LDAPAbfrageDao
class
LDAPGruppeDao
Deprecated.Since Version 8.0.0 LDAP access toMandant
s is stored inIndirectClientAuthorization
s.class
LDAPZugriffDao
class
MandantDependentBaseDao<E extends ITransferableEntity>
class
MandantFrontendServerDao
class
MandantRessourceDao
The default implementation ofIMandantRessourceDao
that can be accessed viaDaoProvider
.class
ModulDao
Deprecated.Table no longer existsclass
PostfachDao
The default implementation ofIPostfachDao
that can be accessed viaDaoProvider
.class
ProjektDao
class
ProjektRessourceDao
class
RolleDao
The default implementation ofIRolleDao
that can be accessed viaDaoProvider
.class
SystemAuthenticatorDao
The default implementation ofISystemAuthenticatorDao
that can be accessed viaDaoProvider
.class
TextbausteinDao
The default implementation ofITextbausteinDao
that can be accessed viaDaoProvider
.class
WebDavAccessDao
The default implementation ofIWebDavAccessDao
that can be accessed viaDaoProvider
. -
Uses of IMandantDependentBaseDao in de.xima.fc.dao.interfaces
Subinterfaces of IMandantDependentBaseDao in de.xima.fc.dao.interfaces Modifier and Type Interface Description interface
IBenutzerDao
Deprecated.Since Version 8.0.0 user information is storedUserProfile
s.interface
IBenutzerGruppeDao
interface
IClientAuthenticatorDao
interface
IClientCounterDao
Common interface for DAO ofClientCounter
sinterface
IClientPluginDao
Data access object for creating, updating, and deletingClientPlugin
entities.interface
IDatenbankZugriffDao
interface
IDatenquelleDao
interface
IFormTemplateDao
interface
IFrontendServerDao
interface
IInternalClientMessageDao
interface
ILDAPAbfrageDao
interface
ILDAPGruppeDao
Deprecated.Since Version 8.0.0 LDAP access toMandant
s is stored inIndirectClientAuthorization
s.interface
ILDAPZugriffDao
interface
IMandantFrontendServerDao
interface
IModulDao
Deprecated.Table no longer existsinterface
IPostfachDao
Data access object for creating, updating, and deletingPostfach
entities.interface
IProjektDao
interface
IRolleDao
interface
ISystemAuthenticatorDao
interface
ITextbausteinDao
interface
IWebDavAccessDao
Data access object for creating, updating, and deletingIWebDavAccessDao
entities.
-