Package | Description |
---|---|
io.github.jhipster.sample.service |
Service layer beans.
|
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 |
---|---|
EntityWithServiceClassAndDTODTO |
EntityWithServiceClassAndDTOService.findOne(java.lang.Long id)
Get one entityWithServiceClassAndDTO by id.
|
EntityWithServiceClassAndDTODTO |
EntityWithServiceClassAndDTOService.save(EntityWithServiceClassAndDTODTO entityWithServiceClassAndDTODTO)
Save a entityWithServiceClassAndDTO.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOService.findAll()
Get all the entityWithServiceClassAndDTOS.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndDTODTO |
EntityWithServiceClassAndDTOService.save(EntityWithServiceClassAndDTODTO entityWithServiceClassAndDTODTO)
Save a entityWithServiceClassAndDTO.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndDTODTO |
EntityWithServiceClassAndDTOMapperImpl.toDto(EntityWithServiceClassAndDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOMapperImpl.toDto(java.util.List<EntityWithServiceClassAndDTO> entityList) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndDTO |
EntityWithServiceClassAndDTOMapperImpl.toEntity(EntityWithServiceClassAndDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassAndDTO> |
EntityWithServiceClassAndDTOMapperImpl.toEntity(java.util.List<EntityWithServiceClassAndDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOResource.createEntityWithServiceClassAndDTO(EntityWithServiceClassAndDTODTO entityWithServiceClassAndDTODTO)
POST /entity-with-service-class-and-dtos : Create a new entityWithServiceClassAndDTO.
|
java.util.List<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOResource.getAllEntityWithServiceClassAndDTOS()
GET /entity-with-service-class-and-dtos : get all the entityWithServiceClassAndDTOS.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOResource.getEntityWithServiceClassAndDTO(java.lang.Long id)
GET /entity-with-service-class-and-dtos/:id : get the "id" entityWithServiceClassAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOResource.updateEntityWithServiceClassAndDTO(EntityWithServiceClassAndDTODTO entityWithServiceClassAndDTODTO)
PUT /entity-with-service-class-and-dtos : Updates an existing entityWithServiceClassAndDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOResource.createEntityWithServiceClassAndDTO(EntityWithServiceClassAndDTODTO entityWithServiceClassAndDTODTO)
POST /entity-with-service-class-and-dtos : Create a new entityWithServiceClassAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndDTODTO> |
EntityWithServiceClassAndDTOResource.updateEntityWithServiceClassAndDTO(EntityWithServiceClassAndDTODTO entityWithServiceClassAndDTODTO)
PUT /entity-with-service-class-and-dtos : Updates an existing entityWithServiceClassAndDTO.
|
Copyright © 2017 Osgiliath. All rights reserved.