Interface ILDAPAbfrageHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 LDAPAbfrageHandler
public interface ILDAPAbfrageHandler extends IGenericHandler
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.alibaba.fastjson.JSONArrayexecutePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters, IReplacerParams replacerParams)com.alibaba.fastjson.JSONArrayexecuteQuery(UserContext uc, Mandant man, String abfrageName, Serializable[] parameters)- 
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName 
- 
Methods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update 
 - 
 
 - 
 
- 
- 
Method Detail
- 
executeQuery
com.alibaba.fastjson.JSONArray executeQuery(UserContext uc, Mandant man, String abfrageName, Serializable[] parameters) throws com.unboundid.ldap.sdk.LDAPException, GeneralSecurityException, com.unboundid.ldap.sdk.LDAPException
- Throws:
 com.unboundid.ldap.sdk.LDAPExceptionGeneralSecurityException
 
- 
executePublicQuery
com.alibaba.fastjson.JSONArray executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters, IReplacerParams replacerParams) throws com.unboundid.ldap.sdk.LDAPException, GeneralSecurityException, com.unboundid.ldap.sdk.LDAPException
- Throws:
 com.unboundid.ldap.sdk.LDAPExceptionGeneralSecurityException
 
 - 
 
 -