Interface CommonService<I extends Serializable,T extends tech.corefinance.common.model.GenericModel<I>,R extends org.springframework.data.repository.CrudRepository<T,I>>

All Known Subinterfaces:
PermissionService<T,C>
All Known Implementing Classes:
AbstractPermissionService

public interface CommonService<I extends Serializable,T extends tech.corefinance.common.model.GenericModel<I>,R extends org.springframework.data.repository.CrudRepository<T,I>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    deleteRecord(I itemId)
     
     
  • Method Details

    • getRepository

      R getRepository()
    • deleteRecord

      default boolean deleteRecord(I itemId)