Uses of Class
org.chorem.callao.service.dto.LogDTO

Packages that use LogDTO
org.chorem.callao.service   
org.chorem.callao.service.convertObject   
 

Uses of LogDTO in org.chorem.callao.service
 

Methods in org.chorem.callao.service that return types with arguments of type LogDTO
 java.util.List<LogDTO> LogServiceImpl.listeAllLogDTO()
          Permet de renvoyer tous les logs au format DTO.
 java.util.List<LogDTO> LogServiceImpl.searchLogDTOWithDateCreate(java.util.Date dateCreate)
          Permet de rechercher tous les logs suivant la date de création, c'est à dire de l'opération effectuée sur une entry à un jour précis, et qui a déclenchée automatiquement une création de log.
 

Methods in org.chorem.callao.service with parameters of type LogDTO
 java.lang.String LogServiceImpl.addLog(LogDTO logDTO)
          Création d'un log à partir d'un log DTO.
 java.lang.String LogServiceImpl.removeLog(LogDTO logDTO)
          Permet de supprimer un log à partir de son DTO.
 

Uses of LogDTO in org.chorem.callao.service.convertObject
 

Methods in org.chorem.callao.service.convertObject that return LogDTO
 LogDTO ConvertLog.logEntityToDto(Log log)
          Permet de transformer une entité journal en objet DTO
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.