Uses of Class
edu.uoc.tfc.dto.security.OperationVO

Packages that use OperationVO
edu.uoc.tfc.dbmodel.security   
edu.uoc.tfc.dto.security   
edu.uoc.tfc.gui.home   
edu.uoc.tfc.service.security   
 

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

Methods in edu.uoc.tfc.dbmodel.security that return OperationVO
 OperationVO OperationDao.toOperationVO(Operation entity)
          Converts this DAO's entity to an object of type OperationVO.
 OperationVO OperationDaoBase.toOperationVO(Operation entity)
           
 OperationVO OperationDaoImpl.toOperationVO(Operation entity)
           
 OperationVO[] OperationDao.toOperationVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type OperationVO.
 OperationVO[] OperationDaoBase.toOperationVOArray(java.util.Collection entities)
           
 

Methods in edu.uoc.tfc.dbmodel.security with parameters of type OperationVO
 Operation OperationDao.operationVOToEntity(OperationVO operationVO)
          Converts an instance of type OperationVO to this DAO's entity.
 Operation OperationDaoImpl.operationVOToEntity(OperationVO operationVO)
           
 void OperationDao.operationVOToEntity(OperationVO source, Operation target, boolean copyIfNull)
          Copies the fields of OperationVO to the specified entity.
 void OperationDaoBase.operationVOToEntity(OperationVO source, Operation target, boolean copyIfNull)
           
 void OperationDaoImpl.operationVOToEntity(OperationVO source, Operation target, boolean copyIfNull)
           
 void OperationDao.toOperationVO(Operation source, OperationVO target)
          Copies the fields of the specified entity to the target value object.
 void OperationDaoBase.toOperationVO(Operation source, OperationVO target)
           
 void OperationDaoImpl.toOperationVO(Operation source, OperationVO target)
           
 

Uses of OperationVO in edu.uoc.tfc.dto.security
 

Constructors in edu.uoc.tfc.dto.security with parameters of type OperationVO
OperationVO(OperationVO otherBean)
          Copies constructor from other OperationVO
 

Uses of OperationVO in edu.uoc.tfc.gui.home
 

Methods in edu.uoc.tfc.gui.home that return OperationVO
 OperationVO[] CUHomeFormImpl.getOperacions()
           
 OperationVO[] CrearMenuForm.getOperacions()
          Gets the operacions field.
 

Methods in edu.uoc.tfc.gui.home with parameters of type OperationVO
 void CUHomeFormImpl.setOperacions(OperationVO[] operacions)
           
 void CrearMenuForm.setOperacions(OperationVO[] operacions)
          Sets the operacions field.
 

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

Methods in edu.uoc.tfc.service.security that return OperationVO
 OperationVO[] SecurityServiceBase.carregaOperacionsDelRol(java.lang.String roleId)
           
 OperationVO[] SecurityService.carregaOperacionsDelRol(java.lang.String roleId)