Modifier and Type | Class and Description |
---|---|
class |
DataSourcesBean.EntityListModelImpl |
class |
DBConnectionBean.EntityListModelImpl |
class |
DBQueryBean.EntityListModelImpl |
class |
LDAPConnectionBean.EntityListModelImpl |
class |
LDAPQueryBean.EntityListModelImpl |
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<Datenquelle> |
DataSourcesBean.getModel() |
IEntityListModelSelectByView<Datenquelle> |
DBQueryBean.getModel() |
IEntityListModelSelectByView<DatenbankZugriff> |
DBConnectionBean.getModel() |
IEntityListModelSelectByView<LDAPZugriff> |
LDAPConnectionBean.getModel() |
IEntityListModelSelectByView<LDAPAbfrage> |
LDAPQueryBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
DBConnectionBean.setModel(IEntityListModelSelectByView<DatenbankZugriff> model) |
void |
DataSourcesBean.setModel(IEntityListModelSelectByView<Datenquelle> model) |
void |
DBQueryBean.setModel(IEntityListModelSelectByView<Datenquelle> model) |
void |
LDAPQueryBean.setModel(IEntityListModelSelectByView<LDAPAbfrage> model) |
void |
LDAPConnectionBean.setModel(IEntityListModelSelectByView<LDAPZugriff> model) |
Modifier and Type | Class and Description |
---|---|
class |
InboxBean.EntityListModelImpl |
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<Postfach> |
InboxBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
InboxBean.setModel(IEntityListModelSelectByView<Postfach> model) |
Modifier and Type | Class and Description |
---|---|
class |
MandantFrontendServerBean.EntityListModelImpl |
Modifier and Type | Class and Description |
---|---|
class |
ClientResourceBean.EntityListModelImpl |
class |
ProjectResourceBean.EntityListModelImpl |
Modifier and Type | Class and Description |
---|---|
class |
ClientBean.EntityListModelImpl |
class |
FrontendServerBean.EntityListModelImpl |
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<Mandant> |
ClientBean.getModel() |
IEntityListModelSelectByView<FrontendServer> |
FrontendServerBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
FrontendServerBean.setModel(IEntityListModelSelectByView<FrontendServer> model) |
void |
ClientBean.setModel(IEntityListModelSelectByView<Mandant> model) |
Modifier and Type | Class and Description |
---|---|
class |
TemplatesBean.EntityListModelImpl |
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<Textbaustein> |
TemplatesBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
TemplatesBean.setModel(IEntityListModelSelectByView<Textbaustein> model) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPGroupBean.EntityListModelImpl |
class |
UserBean.EntityListModelImpl |
class |
UserGroupBean.EntityListModelImpl |
class |
UserRoleBean.EntityListModelImpl |
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<LDAPGruppe> |
LDAPGroupBean.getModel() |
IEntityListModelSelectByView<Rolle> |
UserRoleBean.getModel() |
IEntityListModelSelectByView<Benutzer> |
UserBean.getModel() |
IEntityListModelSelectByView<BenutzerGruppe> |
UserGroupBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
UserBean.setModel(IEntityListModelSelectByView<Benutzer> model) |
void |
UserGroupBean.setModel(IEntityListModelSelectByView<BenutzerGruppe> model) |
void |
LDAPGroupBean.setModel(IEntityListModelSelectByView<LDAPGruppe> model) |
void |
UserRoleBean.setModel(IEntityListModelSelectByView<Rolle> model) |
Modifier and Type | Class and Description |
---|---|
class |
EntityListModelSelectByView<T extends ITransferableEntity>
Extends the
EntityListModel and adds functionality for memorizing the currently selected entity for the
duration of the current session. |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.