Skip to content
Snippets Groups Projects
Commit 028176fd authored by felmer's avatar felmer
Browse files

SE-325 cache also protein summary table

SVN: 19242
parent ccb21b5f
No related merge requests found
......@@ -67,6 +67,7 @@ public interface IPhosphoNetXServer extends IServer
@Transactional
@RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
@CacheData
public List<ProteinSummary> listProteinSummariesByExperiment(String sessionToken,
@AuthorizationGuard(guardClass = ExperimentTechIdPredicate.class) TechId experimentId)
throws UserFailureException;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment