Interface FullService<T extends JpaIdentifiable>

Type Parameters:
T -
All Superinterfaces:
CreateService<T>, DeleteByIdService<T>, GenericCreateService<T,Long>, GenericDeleteByIdService<T,Long>, GenericJpaCreateService<T,Long,EventMetaData>, GenericJpaDeleteByIdService<T,Long,EventMetaData>, GenericJpaGetRepositoryService<T,Long>, GenericJpaReadFindByIdService<T,Long>, GenericJpaUpdateService<T,Long,EventMetaData>, GenericReadFindAllService<T,Long>, GenericReadFindByIdService<T,Long>, GenericUpdateService<T,Long>, GetRepositoryService<T>, ReadFindAllService<T>, ReadFindByIdService<T>, UpdateService<T>
All Known Implementing Classes:
StandardApiService, StandardService

public interface FullService<T extends JpaIdentifiable> extends CreateService<T>, ReadFindByIdService<T>, ReadFindAllService<T>, UpdateService<T>, DeleteByIdService<T>
A convenience full service, which can be used to include all the standard services that we have