Package | Description |
---|---|
io.github.jhipster.sample.service |
Service layer beans.
|
io.github.jhipster.sample.service.impl | |
io.github.jhipster.sample.service.mapper |
MapStruct mappers for mapping domain objects and Data Transfer Objects.
|
io.github.jhipster.sample.web.rest |
Spring MVC REST controllers.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndDTODTO |
EntityWithServiceImplAndDTOService.findOne(java.lang.Long id)
Get the "id" entityWithServiceImplAndDTO.
|
EntityWithServiceImplAndDTODTO |
EntityWithServiceImplAndDTOService.save(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
Save a entityWithServiceImplAndDTO.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOService.findAll()
Get all the entityWithServiceImplAndDTOS.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndDTODTO |
EntityWithServiceImplAndDTOService.save(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
Save a entityWithServiceImplAndDTO.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndDTODTO |
EntityWithServiceImplAndDTOServiceImpl.findOne(java.lang.Long id)
Get one entityWithServiceImplAndDTO by id.
|
EntityWithServiceImplAndDTODTO |
EntityWithServiceImplAndDTOServiceImpl.save(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
Save a entityWithServiceImplAndDTO.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOServiceImpl.findAll()
Get all the entityWithServiceImplAndDTOS.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndDTODTO |
EntityWithServiceImplAndDTOServiceImpl.save(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
Save a entityWithServiceImplAndDTO.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndDTODTO |
EntityWithServiceImplAndDTOMapperImpl.toDto(EntityWithServiceImplAndDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOMapperImpl.toDto(java.util.List<EntityWithServiceImplAndDTO> entityList) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndDTO |
EntityWithServiceImplAndDTOMapperImpl.toEntity(EntityWithServiceImplAndDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceImplAndDTO> |
EntityWithServiceImplAndDTOMapperImpl.toEntity(java.util.List<EntityWithServiceImplAndDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOResource.createEntityWithServiceImplAndDTO(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
POST /entity-with-service-impl-and-dtos : Create a new entityWithServiceImplAndDTO.
|
java.util.List<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOResource.getAllEntityWithServiceImplAndDTOS()
GET /entity-with-service-impl-and-dtos : get all the entityWithServiceImplAndDTOS.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOResource.getEntityWithServiceImplAndDTO(java.lang.Long id)
GET /entity-with-service-impl-and-dtos/:id : get the "id" entityWithServiceImplAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOResource.updateEntityWithServiceImplAndDTO(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
PUT /entity-with-service-impl-and-dtos : Updates an existing entityWithServiceImplAndDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOResource.createEntityWithServiceImplAndDTO(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
POST /entity-with-service-impl-and-dtos : Create a new entityWithServiceImplAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndDTODTO> |
EntityWithServiceImplAndDTOResource.updateEntityWithServiceImplAndDTO(EntityWithServiceImplAndDTODTO entityWithServiceImplAndDTODTO)
PUT /entity-with-service-impl-and-dtos : Updates an existing entityWithServiceImplAndDTO.
|
Copyright © 2017 Osgiliath. All rights reserved.