Interface IdentifiedService<T extends Identified>

All Known Subinterfaces:
AttributeService, DataSetListService, DataSetService, FilterService, ListValueService, ParameterService, TestPlanService, VisibilityAreaService
All Known Implementing Classes:
AttributeServiceImpl, DataSetListServiceImpl, DataSetServiceImpl, FilterServiceImpl, ListValueServiceImpl, ParameterServiceImpl, TestPlanServiceImpl, VisibilityAreaServiceImpl

public interface IdentifiedService<T extends Identified>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    get(UUID id)
     
     
  • Method Details

    • get

      @Nullable T get(@Nonnull UUID id)
    • existsById

      boolean existsById(@Nonnull UUID id)
    • getAll

      @Nonnull List<T> getAll()