1 package org.acegisecurity; 2 3 public interface OrganisationService extends Service<Organisation> { 4 public void deactive(Organisation org); 5 }