Package de.xima.fc.gui.bean.data
Class LdapQueryBean
- 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.LdapQueryBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class LdapQueryBean extends AMessaging
Bean für die aktuelle Session und deren Informationen- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
LdapQueryBean.EntityListModelImpl
-
Constructor Summary
Constructors Constructor Description LdapQueryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttribute()
org.primefaces.extensions.model.layout.LayoutOptions
createLayoutOptions()
List<GenericStringModel>
getAttributes()
MandantLdapData
getCurrentLdapData()
String
getGeneratedQuery()
String
getGeneratedUrl()
List<LDAPZugriff>
getLdapZugriffe()
IEntityListModelSelectByView<LDAPAbfrage>
getModel()
String
getParamQuery()
List<IParameterModel>
getQueryParams()
String
getResultString()
DataTable<String,String>
getResultTable()
EDataView
getResultView()
SessionBean
getSessionBean()
void
removeAttribute(GenericStringModel host)
void
setAttributes(List<GenericStringModel> attributeList)
void
setModel(IEntityListModelSelectByView<LDAPAbfrage> model)
void
setQueryParams(List<IParameterModel> queryParams)
void
setResultView(EDataView resultView)
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<LDAPAbfrage> getModel()
- Returns:
- the model
-
setModel
public void setModel(IEntityListModelSelectByView<LDAPAbfrage> model)
- Parameters:
model
- the model to set
-
setAttributes
public void setAttributes(List<GenericStringModel> attributeList)
-
getAttributes
public List<GenericStringModel> getAttributes()
-
addAttribute
public void addAttribute()
-
removeAttribute
public void removeAttribute(GenericStringModel host)
-
getResultView
public EDataView getResultView()
-
setResultView
public void setResultView(EDataView resultView)
-
getQueryParams
public List<IParameterModel> getQueryParams()
-
setQueryParams
public void setQueryParams(List<IParameterModel> queryParams)
-
getResultString
public String getResultString()
-
getParamQuery
public String getParamQuery()
-
getGeneratedQuery
public String getGeneratedQuery()
-
getGeneratedUrl
public String getGeneratedUrl()
-
getCurrentLdapData
public MandantLdapData getCurrentLdapData()
- Returns:
- LDAP data of current
Mandant
-
getLdapZugriffe
public List<LDAPZugriff> getLdapZugriffe()
-
createLayoutOptions
public org.primefaces.extensions.model.layout.LayoutOptions createLayoutOptions()
-
-