org.gcube.portlets.user.codelistinterface.codelist
Interface CodeListManager


public interface CodeListManager

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

Method Summary
 CodeListServiceInterface createCodeList(java.lang.String curationId)
           
 CodeList get(java.lang.String codeListId)
           
 java.util.List<CodeList> list()
           
 CodeListServiceInterface open(java.lang.String codeListId)
           
 void remove(java.lang.String codeListId)
           
 

Method Detail

list

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

open

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

get

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

remove

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

createCodeList

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