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 IUserPortalStateDaoDaoProvider. USERPORTALSTATE_DAOThe singleton instance ofIUserPortalStateDaofor accessing, creating, deleting, and updatingUserPortalStateentities. -
Uses of IUserPortalStateDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserPortalStateDao Modifier and Type Class Description classUserPortalStateDaoThe default implementation ofIUserPortalStateDaothat can be accessed viaDaoProvider.
-