Package de.xima.fc.dao.interfaces
Interface IUserPortalAuthConfigDao
-
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<UserPortalAuthConfig,Long,IEntityContext>
,IGenericDao<UserPortalAuthConfig>
- All Known Implementing Classes:
UserPortalAuthConfigDao
public interface IUserPortalAuthConfigDao extends IGenericDao<UserPortalAuthConfig>
DAO for reading and writingUserPortalAuthConfig
entities.- Since:
- 8.2.0
- Author:
- XIMA Media GmbH
-
-
Method Summary
-
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
-
-