Uses of Class
com.avoka.fc.core.dao.UserAccountDao
-
Packages that use UserAccountDao Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.servlet Provides execution thread request context utility class.com.avoka.fc.core.servlet.rest Provides REST Service API servlet classes. -
-
Uses of UserAccountDao in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return UserAccountDao Modifier and Type Method Description static UserAccountDao
DaoFactory. getUserAccountDao()
Return aUserAccountDao
instance -
Uses of UserAccountDao in com.avoka.fc.core.servlet
Fields in com.avoka.fc.core.servlet declared as UserAccountDao Modifier and Type Field Description protected UserAccountDao
RenderServlet. userAccountDao
-
Uses of UserAccountDao in com.avoka.fc.core.servlet.rest
Fields in com.avoka.fc.core.servlet.rest declared as UserAccountDao Modifier and Type Field Description protected UserAccountDao
AbstractRestServlet. userAccountDao
-