Package | Description |
---|---|
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 |
---|---|
EntityWithPaginationAndDTODTO |
EntityWithPaginationAndDTOMapperImpl.toDto(EntityWithPaginationAndDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithPaginationAndDTODTO> |
EntityWithPaginationAndDTOMapperImpl.toDto(java.util.List<EntityWithPaginationAndDTO> entityList) |
Modifier and Type | Method and Description |
---|---|
EntityWithPaginationAndDTO |
EntityWithPaginationAndDTOMapperImpl.toEntity(EntityWithPaginationAndDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithPaginationAndDTO> |
EntityWithPaginationAndDTOMapperImpl.toEntity(java.util.List<EntityWithPaginationAndDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithPaginationAndDTODTO> |
EntityWithPaginationAndDTOResource.createEntityWithPaginationAndDTO(EntityWithPaginationAndDTODTO entityWithPaginationAndDTODTO)
POST /entity-with-pagination-and-dtos : Create a new entityWithPaginationAndDTO.
|
org.springframework.http.ResponseEntity<java.util.List<EntityWithPaginationAndDTODTO>> |
EntityWithPaginationAndDTOResource.getAllEntityWithPaginationAndDTOS(org.springframework.data.domain.Pageable pageable)
GET /entity-with-pagination-and-dtos : get all the entityWithPaginationAndDTOS.
|
org.springframework.http.ResponseEntity<EntityWithPaginationAndDTODTO> |
EntityWithPaginationAndDTOResource.getEntityWithPaginationAndDTO(java.lang.Long id)
GET /entity-with-pagination-and-dtos/:id : get the "id" entityWithPaginationAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithPaginationAndDTODTO> |
EntityWithPaginationAndDTOResource.updateEntityWithPaginationAndDTO(EntityWithPaginationAndDTODTO entityWithPaginationAndDTODTO)
PUT /entity-with-pagination-and-dtos : Updates an existing entityWithPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithPaginationAndDTODTO> |
EntityWithPaginationAndDTOResource.createEntityWithPaginationAndDTO(EntityWithPaginationAndDTODTO entityWithPaginationAndDTODTO)
POST /entity-with-pagination-and-dtos : Create a new entityWithPaginationAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithPaginationAndDTODTO> |
EntityWithPaginationAndDTOResource.updateEntityWithPaginationAndDTO(EntityWithPaginationAndDTODTO entityWithPaginationAndDTODTO)
PUT /entity-with-pagination-and-dtos : Updates an existing entityWithPaginationAndDTO.
|
Copyright © 2017 Osgiliath. All rights reserved.