Index

C D F G O S U 
All Classes and Interfaces|All Packages|Serialized Form

C

create(T) - Method in interface org.autumnframework.service.services.GenericCreateService
 

D

deleteById(ID) - Method in interface org.autumnframework.service.services.GenericDeleteByIdService
 
deleteByIds(List<ID>) - Method in interface org.autumnframework.service.services.GenericDeleteByIdsService
 

F

findAll(Pageable) - Method in interface org.autumnframework.service.services.GenericReadFindAllService
 
findAllModifiedBetween(LocalDateTime, LocalDateTime, Pageable) - Method in interface org.autumnframework.service.services.GenericAuditedReadFindAllService
 
findAllModifiedBetween(Date, Date, Pageable) - Method in interface org.autumnframework.service.services.GenericAuditedReadFindAllService
 
findAllModifiedSince(LocalDateTime, Pageable) - Method in interface org.autumnframework.service.services.GenericAuditedReadFindAllService
 
findAllModifiedSince(Date, Pageable) - Method in interface org.autumnframework.service.services.GenericAuditedReadFindAllService
 
findById(ID) - Method in interface org.autumnframework.service.services.GenericReadFindByIdService
 
findByIds(List<ID>) - Method in interface org.autumnframework.service.services.GenericReadFindByIdsService
 

G

GenericApiIdentifiable<T> - Interface in org.autumnframework.service.identifiable
 
GenericAuditedReadFindAllService<T extends GenericApiIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what an audited read findAll service should look like
GenericCreateService<T extends GenericIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what a create service should look like
GenericDeleteByIdService<T extends GenericIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what a delete service should look like
GenericDeleteByIdsService<T extends GenericIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what a delete service should look like
GenericIdentifiable<T> - Interface in org.autumnframework.service.identifiable
 
GenericReadFindAllService<T extends GenericIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what a read findAll service should look like
GenericReadFindByIdService<T extends GenericIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what a read find by id service should look like
GenericReadFindByIdsService<T extends GenericIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what a read find by ids service should look like
GenericStreamingReadFindAllService<T extends GenericApiIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what a read findAll service should look like
GenericUpdateService<T extends GenericIdentifiable<ID>,ID extends Serializable> - Interface in org.autumnframework.service.services
In it's bare essentials defines what an update service should look like
getCreationDate() - Method in interface org.autumnframework.service.identifiable.GenericApiIdentifiable
 
getId() - Method in interface org.autumnframework.service.identifiable.GenericIdentifiable
 
getLastModifiedDate() - Method in interface org.autumnframework.service.identifiable.GenericApiIdentifiable
 

O

org.autumnframework.service.identifiable - package org.autumnframework.service.identifiable
 
org.autumnframework.service.services - package org.autumnframework.service.services
 

S

setId(T) - Method in interface org.autumnframework.service.identifiable.GenericIdentifiable
 
streamAll() - Method in interface org.autumnframework.service.services.GenericStreamingReadFindAllService
 
streamAllModifiedBetween(LocalDateTime, LocalDateTime) - Method in interface org.autumnframework.service.services.GenericAuditedReadFindAllService
 
streamAllModifiedBetween(Date, Date) - Method in interface org.autumnframework.service.services.GenericAuditedReadFindAllService
 
streamAllModifiedSince(LocalDateTime) - Method in interface org.autumnframework.service.services.GenericAuditedReadFindAllService
 
streamAllModifiedSince(Date) - Method in interface org.autumnframework.service.services.GenericAuditedReadFindAllService
 

U

update(T) - Method in interface org.autumnframework.service.services.GenericUpdateService
 
C D F G O S U 
All Classes and Interfaces|All Packages|Serialized Form