org.gcube.portlets.user.codelistlibrary.codelist
Class D4ScienceCodeListManager

java.lang.Object
  extended by org.gcube.portlets.user.codelistlibrary.codelist.D4ScienceCodeListManager

public class D4ScienceCodeListManager
extends java.lang.Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Constructor Summary
D4ScienceCodeListManager(D4ScienceSession session)
           
 
Method Summary
 CodeListServiceInterface createCodeList(java.lang.String curationId)
           
 CodeList get(java.lang.String codeListId)
           
 GCUBESecurityManagerImpl getSecurityManager()
           
 java.util.List<CodeList> list()
           
 CodeListServiceInterface open(java.lang.String codeListId)
           
 void remove(java.lang.String curationId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

D4ScienceCodeListManager

public D4ScienceCodeListManager(D4ScienceSession session)
                         throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

open

public CodeListServiceInterface open(java.lang.String codeListId)
                              throws java.lang.Exception
Throws:
java.lang.Exception

list

public java.util.List<CodeList> list()
                              throws java.lang.Exception
Throws:
java.lang.Exception

get

public CodeList get(java.lang.String codeListId)
             throws java.lang.Exception
Throws:
java.lang.Exception

remove

public void remove(java.lang.String curationId)
            throws java.lang.Exception
Throws:
java.lang.Exception

createCodeList

public CodeListServiceInterface createCodeList(java.lang.String curationId)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

getSecurityManager

public GCUBESecurityManagerImpl getSecurityManager()