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 interfaceIAktionDaointerfaceIAppointmentDaoDAO for reading and writingAppointmententities.interfaceIAppointmentSlotDaoDAO for reading and writingAppointmentTemplateentities.interfaceIAppointmentTemplateDaoDAO for reading and writingAppointmentTemplateentities.interfaceIAppointmentTypeDaoDAO for reading and writingAppointmentTypeentities.interfaceIAttachmentDaointerfaceIBedingungDaointerfaceIBenutzerDaointerfaceIBenutzerGruppeDaointerfaceIClientAuthenticatorDaointerfaceIClientCounterDaoCommon interface for DAO ofClientCountersinterfaceIClientPluginDaointerfaceIDatenbankZugriffDaointerfaceIDatenquelleDaointerfaceIEntityberechtigungDaointerfaceIFormEingangDaointerfaceIFormElementDaointerfaceIFormRecordLockDaoData access object for creating, updating, and deletingWorkflowTaskentities.interfaceIFormTemplateDaointerfaceIFormVersionBackupDaointerfaceIFormVersionDaointerfaceIFrontendServerDaointerfaceILDAPAbfrageDaointerfaceILDAPGruppeDaointerfaceILDAPZugriffDaointerfaceILicenseFileDaointerfaceIMandantDaointerfaceIMandantDependentBaseDao<T extends ITransferableEntity>interfaceIMandantFrontendServerDaointerfaceIMandantLdapDataDaointerfaceIMandantMailDataDaointerfaceIMandantRessourceDaointerfaceIModulDaointerfaceIPostfachDaointerfaceIProjectAuthenticatorConfigDaointerfaceIProjectDOIDataDaointerfaceIProjectIdentityCheckDataDaoData access object for creating, updating, and deletingProjectIdentityCheckDataentities.interfaceIProjectInviteDataDaointerfaceIProjektDaointerfaceIProjektDependentBaseDao<T extends ITransferableEntity>interfaceIProjektRessourceDaointerfaceIProjektZaehlerDaointerfaceIProjektZaehlerDatenDaointerfaceIProtocolEntryClientDaointerfaceIProtocolEntryProcessDaointerfaceIProtocolEntrySystemDaointerfaceIRolleDaointerfaceIStatusDaointerfaceISystemAuthenticatorDaointerfaceISystemChangeDaointerfaceISystemMessageDaointerfaceISystemPluginDaointerfaceISystemPropertyDaointerfaceITextbausteinDaointerfaceIVorgangDaointerfaceIWorkflowElementDao<TElement extends IWorkflowElementEntity & de.xima.cmn.dao.interfaces.IEntity<Long>>Base DAO for all workflow elements.interfaceIWorkflowNodeDaoData access object for creating, updating, and deletingWorkflowNodeentities.interfaceIWorkflowNodeSearchTermDaoData access object for creating, updating, and deletingWorkflowNodeSearchTermentities.interfaceIWorkflowProcessDaoData access object for creating, updating, and deletingWorkflowProcessentities.interfaceIWorkflowStateDaoData access object for creating, updating, and deletingWorkflowStateentities.interfaceIWorkflowTaskDaoData access object for creating, updating, and deletingWorkflowTaskentities.interfaceIWorkflowTriggerDaoData access object for creating, updating, and deletingWorkflowTriggerentities.interfaceIWorkflowTriggerSearchTermDaoData access object for creating, updating, and deletingWorkflowTriggerSearchTermentities.interfaceIWorkflowVersionBackupDaoData access object for creating, updating, and deletingWorkflowVersionBackupentities.interfaceIWorkflowVersionDaoData access object for creating, updating, and deletingWorkflowVersionentities. - 
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. daoConstructors 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() 
 -