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 allLDAPGruppe
which 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 Details
-
getAllByMandant
Deprecated. -
getAllByUserGroup
List<LDAPGruppe> getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup) Deprecated.Returns allLDAPGruppe
which are assigned to theBenutzerGruppe
- Parameters:
entityContext
-IEntityContext
to useclient
-Mandant
context in which to look for ldap groupuserGroup
-BenutzerGruppe
which should be restricted- Returns:
- List of
LDAPGruppe
- Since:
- 6.1.x
-
Mandant
s is stored inIndirectClientAuthorization
s. For accessing indirect client authorizations useIIndirectClientAuthorizationDao
.