public interface EntityWithServiceImplAndDTOService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.Long id)
Delete the "id" entityWithServiceImplAndDTO.
|
java.util.List<EntityWithServiceImplAndDTODTO> |
findAll()
Get all the entityWithServiceImplAndDTOS.
|
EntityWithServiceImplAndDTODTO |
findOne(java.lang.Long id)
Get the "id" entityWithServiceImplAndDTO.
|
EntityWithServiceImplAndDTODTO |
save(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
Save a entityWithServiceImplAndDTO.
|
EntityWithServiceImplAndDTODTO save(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
entityWithServiceImplAndDTODTO - the entity to savejava.util.List<EntityWithServiceImplAndDTODTO> findAll()
EntityWithServiceImplAndDTODTO findOne(java.lang.Long id)
id - the id of the entityvoid delete(java.lang.Long id)
id - the id of the entityCopyright © 2017 Osgiliath. All rights reserved.