Package de.xima.fc.dao.interfaces
Interface ILDAPGruppeDao
- 
- All Superinterfaces:
 de.xima.cmn.dao.interfaces.IAbstractDao<LDAPGruppe,Long,IEntityContext>,IGenericDao<LDAPGruppe>,IMandantDependentBaseDao<LDAPGruppe>
- All Known Implementing Classes:
 LDAPGruppeDao
@Deprecated public interface ILDAPGruppeDao extends IMandantDependentBaseDao<LDAPGruppe>
Deprecated.Since Version 8.0.0 LDAP access toMandants is stored inIndirectClientAuthorizations. For accessing indirect client authorizations useIIndirectClientAuthorizationDao. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<LDAPGruppe>getAllByMandant(IEntityContext ec, Mandant man)Deprecated.List<LDAPGruppe>getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)Deprecated.Returns allLDAPGruppewhich are assigned to theBenutzerGruppe- 
Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update 
- 
Methods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getAllByMandant
List<LDAPGruppe> getAllByMandant(IEntityContext ec, Mandant man)
Deprecated. 
- 
getAllByUserGroup
List<LDAPGruppe> getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)
Deprecated.Returns allLDAPGruppewhich are assigned to theBenutzerGruppe- Parameters:
 entityContext-IEntityContextto useclient-Mandantcontext in which to look for ldap groupuserGroup-BenutzerGruppewhich should be restricted- Returns:
 - List of 
LDAPGruppe - Since:
 - 6.1.x
 
 
 - 
 
 -