Uses of Interface
de.xima.fc.gui.interfaces.data.IEntityListModelSelectByView
-
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean declared as IEntityListModelSelectByView Modifier and Type Field Description protected IEntityListModelSelectByView<E>
AExternalUserBean. model
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.bean.data
Classes in de.xima.fc.gui.bean.data that implement IEntityListModelSelectByView Modifier and Type Class Description class
ClientCounterConfigBean.EntityListModelImpl
class
DataSourcesBean.EntityListModelImpl
class
DbConnectionBean.EntityListModelImpl
class
DbQueryBean.EntityListModelImpl
class
LdapConnectionBean.EntityListModelImpl
class
LdapQueryBean.EntityListModelImpl
Methods in de.xima.fc.gui.bean.data that return IEntityListModelSelectByView Modifier and Type Method Description IEntityListModelSelectByView<ClientCounter>
ClientCounterConfigBean. getModel()
IEntityListModelSelectByView<Datenquelle>
DataSourcesBean. getModel()
IEntityListModelSelectByView<DatenbankZugriff>
DbConnectionBean. getModel()
IEntityListModelSelectByView<Datenquelle>
DbQueryBean. getModel()
IEntityListModelSelectByView<LDAPZugriff>
LdapConnectionBean. getModel()
IEntityListModelSelectByView<LDAPAbfrage>
LdapQueryBean. getModel()
IEntityListModelSelectByView<WebDavAccess>
WebDavConnectionBean. getModel()
Methods in de.xima.fc.gui.bean.data with parameters of type IEntityListModelSelectByView Modifier and Type Method Description void
DataSourcesBean. setModel(IEntityListModelSelectByView<Datenquelle> model)
void
DbConnectionBean. setModel(IEntityListModelSelectByView<DatenbankZugriff> model)
void
DbQueryBean. setModel(IEntityListModelSelectByView<Datenquelle> model)
void
LdapConnectionBean. setModel(IEntityListModelSelectByView<LDAPZugriff> model)
void
LdapQueryBean. setModel(IEntityListModelSelectByView<LDAPAbfrage> model)
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.bean.inbox
Classes in de.xima.fc.gui.bean.inbox that implement IEntityListModelSelectByView Modifier and Type Class Description class
InboxBean.EntityListModelImpl
Methods in de.xima.fc.gui.bean.inbox that return IEntityListModelSelectByView Modifier and Type Method Description IEntityListModelSelectByView<Postfach>
InboxBean. getModel()
Methods in de.xima.fc.gui.bean.inbox with parameters of type IEntityListModelSelectByView Modifier and Type Method Description void
InboxBean. setModel(IEntityListModelSelectByView<Postfach> model)
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.bean.mfserver
Classes in de.xima.fc.gui.bean.mfserver that implement IEntityListModelSelectByView Modifier and Type Class Description class
MandantFrontendServerBean.EntityListModelImpl
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.bean.resource
Classes in de.xima.fc.gui.bean.resource that implement IEntityListModelSelectByView Modifier and Type Class Description class
ClientResourceBean.EntityListModelImpl
class
ProjectResourceBean.EntityListModelImpl
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.bean.settings
Classes in de.xima.fc.gui.bean.settings that implement IEntityListModelSelectByView Modifier and Type Class Description class
ClientBean.EntityListModelImpl
class
ExternalUserSystemBean.EntityListModelImpl<T extends ITransferableEntity>
class
FrontendServerBean.EntityListModelImpl
Methods in de.xima.fc.gui.bean.settings that return IEntityListModelSelectByView Modifier and Type Method Description IEntityListModelSelectByView<Mandant>
ClientBean. getModel()
IEntityListModelSelectByView<SystemAuthenticator>
ExternalUserSystemBean. getModel()
IEntityListModelSelectByView<FrontendServer>
FrontendServerBean. getModel()
Methods in de.xima.fc.gui.bean.settings with parameters of type IEntityListModelSelectByView Modifier and Type Method Description void
ClientBean. setModel(IEntityListModelSelectByView<Mandant> model)
void
ExternalUserSystemBean. setModel(IEntityListModelSelectByView<SystemAuthenticator> model)
void
FrontendServerBean. setModel(IEntityListModelSelectByView<FrontendServer> model)
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.bean.templates
Classes in de.xima.fc.gui.bean.templates that implement IEntityListModelSelectByView Modifier and Type Class Description class
TemplatesBean.EntityListModelImpl
Methods in de.xima.fc.gui.bean.templates that return IEntityListModelSelectByView Modifier and Type Method Description IEntityListModelSelectByView<Textbaustein>
TemplatesBean. getModel()
Methods in de.xima.fc.gui.bean.templates with parameters of type IEntityListModelSelectByView Modifier and Type Method Description void
TemplatesBean. setModel(IEntityListModelSelectByView<Textbaustein> model)
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.bean.user
Classes in de.xima.fc.gui.bean.user that implement IEntityListModelSelectByView Modifier and Type Class Description class
ExternalUserClientBean.EntityListModelImpl<T extends ITransferableEntity>
class
LDAPGroupBean.EntityListModelImpl
class
UserBean.EntityListModelImpl
class
UserGroupBean.EntityListModelImpl
class
UserRoleBean.EntityListModelImpl
Methods in de.xima.fc.gui.bean.user that return IEntityListModelSelectByView Modifier and Type Method Description IEntityListModelSelectByView<ClientAuthenticator>
ExternalUserClientBean. getModel()
IEntityListModelSelectByView<LDAPGruppe>
LDAPGroupBean. getModel()
IEntityListModelSelectByView<Benutzer>
UserBean. getModel()
IEntityListModelSelectByView<BenutzerGruppe>
UserGroupBean. getModel()
IEntityListModelSelectByView<Rolle>
UserRoleBean. getModel()
Methods in de.xima.fc.gui.bean.user with parameters of type IEntityListModelSelectByView Modifier and Type Method Description void
ExternalUserClientBean. setModel(IEntityListModelSelectByView<ClientAuthenticator> model)
void
LDAPGroupBean. setModel(IEntityListModelSelectByView<LDAPGruppe> model)
void
UserBean. setModel(IEntityListModelSelectByView<Benutzer> model)
void
UserGroupBean. setModel(IEntityListModelSelectByView<BenutzerGruppe> model)
void
UserRoleBean. setModel(IEntityListModelSelectByView<Rolle> model)
-
Uses of IEntityListModelSelectByView in de.xima.fc.gui.model.appointment
Classes in de.xima.fc.gui.model.appointment that implement IEntityListModelSelectByView Modifier and Type Class Description class
AppointmentTemplateListModel
The view model for theAppointmentTemplate
- the backend menu for configuring the appointments. -
Uses of IEntityListModelSelectByView in de.xima.fc.gui.model.data
Classes in de.xima.fc.gui.model.data that implement IEntityListModelSelectByView Modifier and Type Class Description class
EntityListModelSelectByView<T extends ITransferableEntity>
Extends theEntityListModel
and adds functionality for memorizing the currently selected entity for the duration of the current session.
-