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 |
---|---|
EntityWithServiceImplPaginationAndDTODTO |
EntityWithServiceImplPaginationAndDTOService.findOne(java.lang.Long id)
Get the "id" entityWithServiceImplPaginationAndDTO.
|
EntityWithServiceImplPaginationAndDTODTO |
EntityWithServiceImplPaginationAndDTOService.save(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
Save a entityWithServiceImplPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOService.findAll(org.springframework.data.domain.Pageable pageable)
Get all the entityWithServiceImplPaginationAndDTOS.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplPaginationAndDTODTO |
EntityWithServiceImplPaginationAndDTOService.save(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
Save a entityWithServiceImplPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplPaginationAndDTODTO |
EntityWithServiceImplPaginationAndDTOServiceImpl.findOne(java.lang.Long id)
Get one entityWithServiceImplPaginationAndDTO by id.
|
EntityWithServiceImplPaginationAndDTODTO |
EntityWithServiceImplPaginationAndDTOServiceImpl.save(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
Save a entityWithServiceImplPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOServiceImpl.findAll(org.springframework.data.domain.Pageable pageable)
Get all the entityWithServiceImplPaginationAndDTOS.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplPaginationAndDTODTO |
EntityWithServiceImplPaginationAndDTOServiceImpl.save(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
Save a entityWithServiceImplPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplPaginationAndDTODTO |
EntityWithServiceImplPaginationAndDTOMapperImpl.toDto(EntityWithServiceImplPaginationAndDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOMapperImpl.toDto(java.util.List<EntityWithServiceImplPaginationAndDTO> entityList) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplPaginationAndDTO |
EntityWithServiceImplPaginationAndDTOMapperImpl.toEntity(EntityWithServiceImplPaginationAndDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceImplPaginationAndDTO> |
EntityWithServiceImplPaginationAndDTOMapperImpl.toEntity(java.util.List<EntityWithServiceImplPaginationAndDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOResource.createEntityWithServiceImplPaginationAndDTO(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
POST /entity-with-service-impl-pagination-and-dtos : Create a new entityWithServiceImplPaginationAndDTO.
|
org.springframework.http.ResponseEntity<java.util.List<EntityWithServiceImplPaginationAndDTODTO>> |
EntityWithServiceImplPaginationAndDTOResource.getAllEntityWithServiceImplPaginationAndDTOS(org.springframework.data.domain.Pageable pageable)
GET /entity-with-service-impl-pagination-and-dtos : get all the entityWithServiceImplPaginationAndDTOS.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOResource.getEntityWithServiceImplPaginationAndDTO(java.lang.Long id)
GET /entity-with-service-impl-pagination-and-dtos/:id : get the "id" entityWithServiceImplPaginationAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOResource.updateEntityWithServiceImplPaginationAndDTO(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
PUT /entity-with-service-impl-pagination-and-dtos : Updates an existing entityWithServiceImplPaginationAndDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOResource.createEntityWithServiceImplPaginationAndDTO(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
POST /entity-with-service-impl-pagination-and-dtos : Create a new entityWithServiceImplPaginationAndDTO.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplPaginationAndDTODTO> |
EntityWithServiceImplPaginationAndDTOResource.updateEntityWithServiceImplPaginationAndDTO(EntityWithServiceImplPaginationAndDTODTO entityWithServiceImplPaginationAndDTODTO)
PUT /entity-with-service-impl-pagination-and-dtos : Updates an existing entityWithServiceImplPaginationAndDTO.
|
Copyright © 2017 Osgiliath. All rights reserved.