Uses of Interface
de.xima.fc.dao.interfaces.IUserPortalDao
-
Packages that use IUserPortalDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IUserPortalDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IUserPortalDao Modifier and Type Field Description static IUserPortalDao
DaoProvider. USERPORTAL_DAO
The singleton instance ofIUserPortalDao
for accessing, creating, deleting, and updatingUserPortal
entities. -
Uses of IUserPortalDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserPortalDao Modifier and Type Class Description class
UserPortalDao
Implementation of theIUserPortalDao
for reading and writingUserPortal
entities.
-