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.
-
Method Summary
Modifier and TypeMethodDescriptiongetAllByMandant(IEntityContext ec, Mandant man) Deprecated.getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup) Deprecated.Returns allLDAPGruppewhich are assigned to theBenutzerGruppeMethods 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, updateMethods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read
-
Method Details
-
getAllByMandant
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
-
Mandants is stored inIndirectClientAuthorizations. For accessing indirect client authorizations useIIndirectClientAuthorizationDao.