Package de.xima.fc.gui.bean.data
Class DbConnectionBean
- 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.DbConnectionBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class DbConnectionBean 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
DbConnectionBean.EntityListModelImpl
-
Constructor Summary
Constructors Constructor Description DbConnectionBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
changeJdbcUrl(javax.faces.event.AjaxBehaviorEvent evt)
Methode zum Ändern der JDBC-Url-Strings Achtung: Dieser wird nur geändert, wenn noch kein Wert gesetzt ist.void
checkConnection()
void
determineDriverClass()
List<DatenbankZugriff>
getDatenbankzugriffe()
IEntityListModelSelectByView<DatenbankZugriff>
getModel()
SessionBean
getSessionBean()
void
setModel(IEntityListModelSelectByView<DatenbankZugriff> 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<DatenbankZugriff> getModel()
- Returns:
- the model
-
setModel
public void setModel(IEntityListModelSelectByView<DatenbankZugriff> model)
- Parameters:
model
- the model to set
-
getDatenbankzugriffe
public List<DatenbankZugriff> getDatenbankzugriffe()
-
changeJdbcUrl
public void changeJdbcUrl(javax.faces.event.AjaxBehaviorEvent evt)
Methode zum Ändern der JDBC-Url-Strings Achtung: Dieser wird nur geändert, wenn noch kein Wert gesetzt ist.Grund: Nutzer könnte bereits etwas hineinkopiert haben...
- Parameters:
evt
- the ajax event
-
checkConnection
public void checkConnection()
-
determineDriverClass
public void determineDriverClass()
-
-