Uses of Interface
de.xima.fc.dao.interfaces.IUserPortalStateDao
-
Packages that use IUserPortalStateDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IUserPortalStateDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IUserPortalStateDao Modifier and Type Field Description static IUserPortalStateDao
DaoProvider. USERPORTALSTATE_DAO
The singleton instance ofIUserPortalStateDao
for accessing, creating, deleting, and updatingUserPortalState
entities. -
Uses of IUserPortalStateDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserPortalStateDao Modifier and Type Class Description class
UserPortalStateDao
The default implementation ofIUserPortalStateDao
that can be accessed viaDaoProvider
.
-