Class CsvFullRestController<DTO extends org.autumnframework.service.api.dtos.AuditedIdentifiable,T extends org.autumnframework.service.jpa.entities.ApiEntity>

java.lang.Object
org.autumnframework.service.server.controllers.implementations.FullRestController<DTO,T>
org.autumnframework.service.csv.server.controllers.implementations.CsvFullRestController<DTO,T>
Type Parameters:
DTO -
T -
All Implemented Interfaces:
CsvController<DTO,T>, CsvDownloadController<DTO,T>, CreateController<DTO,T>, DeleteByIdController<DTO,T>, DeleteByIdsController<DTO,T>, ReadFindAllController<DTO,T>, ReadFindAllModifiedBetweenController<DTO,T>, ReadFindAllModifiedSinceController<DTO,T>, ReadFindByIdController<DTO,T>, ReadFindByIdsController<DTO,T>, DtoResponseController<DTO,T>, UpdateController<DTO,T>, FullController<DTO,T>

public abstract class CsvFullRestController<DTO extends org.autumnframework.service.api.dtos.AuditedIdentifiable,T extends org.autumnframework.service.jpa.entities.ApiEntity> extends FullRestController<DTO,T> implements CsvController<DTO,T>
  • Constructor Details

    • CsvFullRestController

      public CsvFullRestController(org.autumnframework.service.mappers.DtoEntityMapper<DTO,T> mapper, org.autumnframework.service.jpa.services.FullApiService<T> service)
      Parameters:
      mapper -
      service -