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

LMS-740 IETLLIMSService extends ISessionProvider. This should fix a bug should...

LMS-740 IETLLIMSService extends ISessionProvider. This should fix a bug should up in integration tests

SVN: 9766
parent d515ddc7
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ package ch.systemsx.cisd.openbis.generic.shared; ...@@ -19,6 +19,7 @@ package ch.systemsx.cisd.openbis.generic.shared;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import ch.systemsx.cisd.common.exceptions.UserFailureException; import ch.systemsx.cisd.common.exceptions.UserFailureException;
import ch.systemsx.cisd.openbis.generic.shared.authorization.ISessionProvider;
import ch.systemsx.cisd.openbis.generic.shared.authorization.annotation.RoleSet; import ch.systemsx.cisd.openbis.generic.shared.authorization.annotation.RoleSet;
import ch.systemsx.cisd.openbis.generic.shared.authorization.annotation.RolesAllowed; import ch.systemsx.cisd.openbis.generic.shared.authorization.annotation.RolesAllowed;
import ch.systemsx.cisd.openbis.generic.shared.dto.DatabaseInstancePE; import ch.systemsx.cisd.openbis.generic.shared.dto.DatabaseInstancePE;
...@@ -33,7 +34,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.SampleIdentifier; ...@@ -33,7 +34,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.SampleIdentifier;
* *
* @author Christian Ribeaud * @author Christian Ribeaud
*/ */
public interface IETLLIMSService extends IWebService, IDataStoreInfoProvider public interface IETLLIMSService extends IWebService, IDataStoreInfoProvider, ISessionProvider
{ {
/** /**
* Returns the home database instance. * Returns the home database instance.
......
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