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 classLdapQueryBean.EntityListModelImpl 
- 
Constructor Summary
Constructors Constructor Description LdapQueryBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAttribute()org.primefaces.extensions.model.layout.LayoutOptionscreateLayoutOptions()List<GenericStringModel>getAttributes()MandantLdapDatagetCurrentLdapData()StringgetGeneratedQuery()StringgetGeneratedUrl()List<LDAPZugriff>getLdapZugriffe()IEntityListModelSelectByView<LDAPAbfrage>getModel()StringgetParamQuery()List<IParameterModel>getQueryParams()StringgetResultString()DataTable<String,String>getResultTable()EDataViewgetResultView()SessionBeangetSessionBean()Deprecated.voidremoveAttribute(GenericStringModel host)voidsetAttributes(List<GenericStringModel> attributeList)voidsetModel(IEntityListModelSelectByView<LDAPAbfrage> model)voidsetQueryParams(List<IParameterModel> queryParams)voidsetResultView(EDataView resultView)voidsetSessionBean(SessionBean sessionBean)Deprecated.voidupdateModel()- 
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, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msg 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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()
 
- 
getSessionBean
@Deprecated public SessionBean getSessionBean()
Deprecated. 
- 
setSessionBean
@Deprecated public void setSessionBean(SessionBean sessionBean)
Deprecated. 
 - 
 
 -