package org.genedb.jogra.services; public interface LockAndNotificationService { // LockStatus findLockStatus(String systematicId); LockStatus lockGene(String systematicId); void unlockGene(String systematicId); void notifyGene(String uniqueName, String string); }