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 |
---|---|
EntityWithServiceClassPaginationAndDTODTO |
EntityWithServiceClassPaginationAndDTOService.findOne(java.lang.Long id)
Get one entityWithServiceClassPaginationAndDTO by id.
|
EntityWithServiceClassPaginationAndDTODTO |
EntityWithServiceClassPaginationAndDTOService.save(EntityWithServiceClassPaginationAndDTODTO entityWithServiceClassPaginationAndDTODTO)
Save a entityWithServiceClassPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<EntityWithServiceClassPaginationAndDTODTO> |
EntityWithServiceClassPaginationAndDTOService.findAll(org.springframework.data.domain.Pageable pageable)
Get all the entityWithServiceClassPaginationAndDTOS.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassPaginationAndDTODTO |
EntityWithServiceClassPaginationAndDTOService.save(EntityWithServiceClassPaginationAndDTODTO entityWithServiceClassPaginationAndDTODTO)
Save a entityWithServiceClassPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassPaginationAndDTODTO |
EntityWithServiceClassPaginationAndDTOMapperImpl.toDto(EntityWithServiceClassPaginationAndDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassPaginationAndDTODTO> |
EntityWithServiceClassPaginationAndDTOMapperImpl.toDto(java.util.List<EntityWithServiceClassPaginationAndDTO> entityList) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassPaginationAndDTO |
EntityWithServiceClassPaginationAndDTOMapperImpl.toEntity(EntityWithServiceClassPaginationAndDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClassPaginationAndDTO> |
EntityWithServiceClassPaginationAndDTOMapperImpl.toEntity(java.util.List<EntityWithServiceClassPaginationAndDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceClassPaginationAndDTODTO> |
EntityWithServiceClassPaginationAndDTOResource.createEntityWithServiceClassPaginationAndDTO(EntityWithServiceClassPaginationAndDTODTO entityWithServiceClassPaginationAndDTODTO)
POST /entity-with-service-class-pagination-and-dtos : Create a new entityWithServiceClassPaginationAndDTO.
|
org.springframework.http.ResponseEntity<java.util.List<EntityWithServiceClassPaginationAndDTODTO>> |
EntityWithServiceClassPaginationAndDTOResource.getAllEntityWithServiceClassPaginationAndDTOS(org.springframework.data.domain.Pageable pageable)
GET /entity-with-service-class-pagination-and-dtos : get all the entityWithServiceClassPaginationAndDTOS.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassPaginationAndDTODTO> |
EntityWithServiceClassPaginationAndDTOResource.getEntityWithServiceClassPaginationAndDTO(java.lang.Long id)
GET /entity-with-service-class-pagination-and-dtos/:id : get the "id" entityWithServiceClassPaginationAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassPaginationAndDTODTO> |
EntityWithServiceClassPaginationAndDTOResource.updateEntityWithServiceClassPaginationAndDTO(EntityWithServiceClassPaginationAndDTODTO entityWithServiceClassPaginationAndDTODTO)
PUT /entity-with-service-class-pagination-and-dtos : Updates an existing entityWithServiceClassPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceClassPaginationAndDTODTO> |
EntityWithServiceClassPaginationAndDTOResource.createEntityWithServiceClassPaginationAndDTO(EntityWithServiceClassPaginationAndDTODTO entityWithServiceClassPaginationAndDTODTO)
POST /entity-with-service-class-pagination-and-dtos : Create a new entityWithServiceClassPaginationAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassPaginationAndDTODTO> |
EntityWithServiceClassPaginationAndDTOResource.updateEntityWithServiceClassPaginationAndDTO(EntityWithServiceClassPaginationAndDTODTO entityWithServiceClassPaginationAndDTODTO)
PUT /entity-with-service-class-pagination-and-dtos : Updates an existing entityWithServiceClassPaginationAndDTO.
|
Copyright © 2017 Osgiliath. All rights reserved.