Package de.xima.fc.dao.interfaces
Interface IMandantLdapDataDao
-
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<MandantLdapData,Long,IEntityContext>
,IGenericDao<MandantLdapData>
- All Known Implementing Classes:
MandantLdapDataDao
@Deprecated public interface IMandantLdapDataDao extends IGenericDao<MandantLdapData>
Deprecated.since version 8.0.0 UseLDAPZugriff
for client scoped LDAP connections instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description MandantLdapData
getByMandant(IEntityContext ec, Mandant mandant)
Deprecated.-
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
-
getByMandant
MandantLdapData getByMandant(IEntityContext ec, Mandant mandant)
Deprecated.
-
-