Uses of Interface
de.xima.fc.dao.interfaces.IGenericDao
-
-
Uses of IGenericDao in de.xima.fc.dao
Methods in de.xima.fc.dao that return IGenericDao Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IGenericDao<T>DaoProvider. forEntity(T entity)
Finds and return the DAO instance for the given entitystatic <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IGenericDao<T>DaoProvider. forEntityName(String entityName)
Deprecated.static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IGenericDao<T>DaoProvider. forEntityType(Class<T> entityClass)
Finds and returns the DAO instance for the given entity class. -
Uses of IGenericDao in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return IGenericDao Modifier and Type Method Description protected IGenericDao<? extends AWorkflowElementSearchTerm<WorkflowNode>>
WorkflowNodeDao. getSearchTermDao()
protected IGenericDao<? extends AWorkflowElementSearchTerm<WorkflowTrigger>>
WorkflowTriggerDao. getSearchTermDao()
-
Uses of IGenericDao in de.xima.fc.dao.interfaces
Subinterfaces of IGenericDao in de.xima.fc.dao.interfaces Modifier and Type Interface Description interface
IAktionDao
interface
IAppointmentDao
DAO for reading and writingAppointment
entities.interface
IAppointmentSlotDao
DAO for reading and writingAppointmentTemplate
entities.interface
IAppointmentTemplateDao
DAO for reading and writingAppointmentTemplate
entities.interface
IAppointmentTypeDao
DAO for reading and writingAppointmentType
entities.interface
IAttachmentDao
interface
IBedingungDao
interface
IBenutzerDao
interface
IBenutzerGruppeDao
interface
IClientAuthenticatorDao
interface
IClientCounterDao
Common interface for DAO ofClientCounter
sinterface
IClientPluginDao
interface
IDatenbankZugriffDao
interface
IDatenquelleDao
interface
IEntityberechtigungDao
interface
IFormEingangDao
interface
IFormElementDao
interface
IFormRecordLockDao
Data access object for creating, updating, and deletingWorkflowTask
entities.interface
IFormTemplateDao
interface
IFormVersionBackupDao
interface
IFormVersionDao
interface
IFrontendServerDao
interface
ILDAPAbfrageDao
interface
ILDAPGruppeDao
interface
ILDAPZugriffDao
interface
ILicenseFileDao
interface
IMandantDao
interface
IMandantDependentBaseDao<T extends ITransferableEntity>
interface
IMandantFrontendServerDao
interface
IMandantLdapDataDao
interface
IMandantMailDataDao
interface
IMandantRessourceDao
interface
IModulDao
interface
IPostfachDao
interface
IProjectAuthenticatorConfigDao
interface
IProjectDOIDataDao
interface
IProjectIdentityCheckDataDao
Data access object for creating, updating, and deletingProjectIdentityCheckData
entities.interface
IProjectInviteDataDao
interface
IProjectTagDao
Data access object for creating, updating, and deletingProjectTag
entities.interface
IProjektDao
interface
IProjektDependentBaseDao<T extends ITransferableEntity>
interface
IProjektRessourceDao
interface
IProjektZaehlerDao
interface
IProjektZaehlerDatenDao
interface
IProtocolEntryClientDao
interface
IProtocolEntryProcessDao
interface
IProtocolEntrySystemDao
interface
IRolleDao
interface
IStatusDao
Deprecated.since 7.0.0interface
ISystemAuthenticatorDao
interface
ISystemChangeDao
interface
ISystemMessageDao
interface
ISystemPluginDao
interface
ISystemPropertyDao
interface
ITextbausteinDao
interface
IVorgangDao
interface
IWebDavAccessDao
Data access object for creating, updating, and deletingIWebDavAccessDao
entities.interface
IWorkflowElementDao<TElement extends IWorkflowElementEntity & de.xima.cmn.dao.interfaces.IEntity<Long>>
Base DAO for all workflow elements.interface
IWorkflowNodeDao
Data access object for creating, updating, and deletingWorkflowNode
entities.interface
IWorkflowNodeSearchTermDao
Data access object for creating, updating, and deletingWorkflowNodeSearchTerm
entities.interface
IWorkflowProcessDao
Data access object for creating, updating, and deletingWorkflowProcess
entities.interface
IWorkflowStateDao
Data access object for creating, updating, and deletingWorkflowState
entities.interface
IWorkflowTaskDao
Data access object for creating, updating, and deletingWorkflowTask
entities.interface
IWorkflowTriggerDao
Data access object for creating, updating, and deletingWorkflowTrigger
entities.interface
IWorkflowTriggerSearchTermDao
Data access object for creating, updating, and deletingWorkflowTriggerSearchTerm
entities.interface
IWorkflowVersionBackupDao
Data access object for creating, updating, and deletingWorkflowVersionBackup
entities.interface
IWorkflowVersionDao
Data access object for creating, updating, and deletingWorkflowVersion
entities. -
Uses of IGenericDao in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean declared as IGenericDao Modifier and Type Field Description protected IGenericDao<T>
EntityBean. dao
-
Uses of IGenericDao in de.xima.fc.gui.bean.plugin
Fields in de.xima.fc.gui.bean.plugin declared as IGenericDao Modifier and Type Field Description protected IGenericDao<E>
BasicPluginBean. dao
Constructors in de.xima.fc.gui.bean.plugin with parameters of type IGenericDao Constructor Description BasicPluginBean(IGenericDao<E> dao)
-
Uses of IGenericDao in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type IGenericDao Constructor Description PluginWrapperModel(Locale locale, PluginRuntime pluginRuntime, IGenericDao<E> dao)
Creates a new plugin wrapper for a given plugin runtime and database access object.PluginWrapperModel(Locale locale, E pluginEntity, IGenericDao<E> dao)
Creates a new plugin wrapper for a given plugin runtime and database access object.PluginWrapperModel(Locale locale, E pluginEntity, IGenericDao<E> dao, IEntityContext ec)
Creates a new plugin wrapper for a given plugin runtime and database access object. -
Uses of IGenericDao in de.xima.fc.gui.model.data
Methods in de.xima.fc.gui.model.data that return IGenericDao Modifier and Type Method Description IGenericDao<T>
EntityListModel. getDao()
protected IGenericDao<T>
EntitySelectModel. getDao()
-
Uses of IGenericDao in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return IGenericDao Modifier and Type Method Description protected IGenericDao<Aktion>
ActionImportConfig. getDao()
protected abstract IGenericDao<T>
AEntityImportConfig. getDao()
protected IGenericDao<AppointmentTemplate>
AppointmentTemplateImportConfig. getDao()
protected IGenericDao<ClientCounter>
ClientCounterImportConfig. getDao()
protected IGenericDao<MandantRessource>
ClientResourceImportConfig. getDao()
protected IGenericDao<Datenquelle>
DataSourceImportConfig. getDao()
protected IGenericDao<de.xima.cmn.dao.interfaces.IEntity<Long>>
EntityImportConfig. getDao()
Deprecated.protected IGenericDao<FormVersion>
FormVersionImportConfig. getDao()
protected IGenericDao<Postfach>
InboxImportConfig. getDao()
protected IGenericDao<ProjectDOIData>
ProjectDoiDataImportConfig. getDao()
protected IGenericDao<ProjectIdentityCheckData>
ProjectIdentityCheckDataImportConfig. getDao()
protected IGenericDao<Projekt>
ProjectImportConfig. getDao()
protected IGenericDao<ProjectInviteData>
ProjectInviteDataImportConfig. getDao()
protected IGenericDao<ProjektRessource>
ProjectResourceImportConfig. getDao()
protected IGenericDao<Status>
StateImportConfig. getDao()
protected IGenericDao<Textbaustein>
TemplateImportConfig. getDao()
protected IGenericDao<BenutzerGruppe>
UserGroupImportConfig. getDao()
-