Uses of Interface
edu.uoc.tfc.dbmodel.security.OperationDao

Packages that use OperationDao
edu.uoc.tfc.dbmodel.security   
edu.uoc.tfc.dbmodel.security.crud   
edu.uoc.tfc.service.security   
 

Uses of OperationDao in edu.uoc.tfc.dbmodel.security
 

Classes in edu.uoc.tfc.dbmodel.security that implement OperationDao
 class OperationDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.security.Operation.
 class OperationDaoImpl
           
 

Uses of OperationDao in edu.uoc.tfc.dbmodel.security.crud
 

Methods in edu.uoc.tfc.dbmodel.security.crud with parameters of type OperationDao
 void OperationManageableDaoBase.setDao(OperationDao dao)
           
 void RoleManageableDaoBase.setOperationsDao(OperationDao operationsDao)
           
 

Uses of OperationDao in edu.uoc.tfc.service.security
 

Methods in edu.uoc.tfc.service.security with parameters of type OperationDao
 void SecurityServiceBase.setOperationDao(OperationDao operationDao)
          Sets the reference to operation's DAO.