org.gcube.portlets.user.codelistlibrary.codelist
Class D4ScienceCodeListManager
java.lang.Object
org.gcube.portlets.user.codelistlibrary.codelist.D4ScienceCodeListManager
public class D4ScienceCodeListManager
- extends java.lang.Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
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 |
D4ScienceCodeListManager
public D4ScienceCodeListManager(D4ScienceSession session)
throws java.lang.Exception
- Throws:
java.lang.Exception
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()