Interface ProtocolService

All Superinterfaces:
BaseImmutableService<Protocol>, BaseReadOnlyService<Protocol>, SecurableBaseImmutableService<Protocol>, SecurableBaseReadOnlyService<Protocol>
All Known Implementing Classes:
ProtocolServiceImpl

public interface ProtocolService extends SecurableBaseImmutableService<Protocol>
Author:
kelsey
  • Method Details

    • findByName

      @Nullable @Secured({"IS_AUTHENTICATED_ANONYMOUSLY","AFTER_ACL_READ"}) Protocol findByName(String protocolName)
    • loadAllUniqueByName

      @Secured({"IS_AUTHENTICATED_ANONYMOUSLY","AFTER_ACL_COLLECTION_READ"}) List<Protocol> loadAllUniqueByName()