Package de.xima.fc.gui.bean.data
Class LdapConnectionBean
- java.lang.Object
-
- de.xima.fc.gui.common.utils.msg.I18nUtils
-
- de.xima.fc.gui.common.utils.msg.MessageUtils
-
- de.xima.fc.gui.common.utils.msg.AMessaging
-
- de.xima.fc.gui.bean.data.LdapConnectionBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class LdapConnectionBean extends AMessaging
Bean für die Verwaltung von Verbindungen- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
LdapConnectionBean.EntityListModelImpl
-
Constructor Summary
Constructors Constructor Description LdapConnectionBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkConnection()
IEntityListModelSelectByView<LDAPZugriff>
getModel()
SessionBean
getSessionBean()
void
setModel(IEntityListModelSelectByView<LDAPZugriff> model)
void
setSessionBean(SessionBean sessionBean)
void
updateModel()
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg
-
-
-
-
Method Detail
-
getSessionBean
public SessionBean getSessionBean()
-
setSessionBean
public void setSessionBean(SessionBean sessionBean)
-
updateModel
public void updateModel()
-
getModel
public IEntityListModelSelectByView<LDAPZugriff> getModel()
-
setModel
public void setModel(IEntityListModelSelectByView<LDAPZugriff> model)
-
checkConnection
public void checkConnection()
-
-