Package br.com.davinti.vitruvio.spi.impl
Class RegistroLentidaoServiceImpl
Object
RegistroLentidaoServiceImpl
- All Implemented Interfaces:
RegistroLentidaoService
@Service("vRegistroLentidaoService")
public class RegistroLentidaoServiceImpl
extends Object
implements RegistroLentidaoService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDelete(List<RegistroLentidao> registros) voidbulkInsert(List<RegistroLentidao> registros) voiddelete(RegistroLentidao registro) List<RegistroLentidao> findAll()List<RegistroLentidao> intpruneRegistries(int amountToKeep) RegistroLentidaosave(RegistroLentidao registroLentidao)
-
Constructor Details
-
RegistroLentidaoServiceImpl
public RegistroLentidaoServiceImpl()
-
-
Method Details
-
save
@Transactional(propagation=REQUIRED) public RegistroLentidao save(RegistroLentidao registroLentidao) - Specified by:
savein interfaceRegistroLentidaoService
-
pruneRegistries
public int pruneRegistries(int amountToKeep) - Specified by:
pruneRegistriesin interfaceRegistroLentidaoService
-
findAll
- Specified by:
findAllin interfaceRegistroLentidaoService
-
bulkInsert
- Specified by:
bulkInsertin interfaceRegistroLentidaoService
-
bulkDelete
- Specified by:
bulkDeletein interfaceRegistroLentidaoService
-
findAllExecutionTime
- Specified by:
findAllExecutionTimein interfaceRegistroLentidaoService
-
delete
public void delete(RegistroLentidao registro) - Specified by:
deletein interfaceRegistroLentidaoService
-