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 IUserPortalDaoDaoProvider. USERPORTAL_DAOThe singleton instance ofIUserPortalDaofor accessing, creating, deleting, and updatingUserPortalentities. -
Uses of IUserPortalDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserPortalDao Modifier and Type Class Description classUserPortalDaoImplementation of theIUserPortalDaofor reading and writingUserPortalentities.
-