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 branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ public interface IPhosphoNetXServer extends IServer ...@@ -67,6 +67,7 @@ public interface IPhosphoNetXServer extends IServer
@Transactional @Transactional
@RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER) @RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
@CacheData
public List<ProteinSummary> listProteinSummariesByExperiment(String sessionToken, public List<ProteinSummary> listProteinSummariesByExperiment(String sessionToken,
@AuthorizationGuard(guardClass = ExperimentTechIdPredicate.class) TechId experimentId) @AuthorizationGuard(guardClass = ExperimentTechIdPredicate.class) TechId experimentId)
throws UserFailureException; 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