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
public interface ILDAPGruppeDao extends IMandantDependentBaseDao<LDAPGruppe>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LDAPGruppe>
getAllByMandant(IEntityContext ec, Mandant man)
List<LDAPGruppe>
getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)
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
getEntityRefs, read
-
-
-
-
Method Detail
-
getAllByMandant
List<LDAPGruppe> getAllByMandant(IEntityContext ec, Mandant man)
-
getAllByUserGroup
List<LDAPGruppe> getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)
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
-
-