org.gcube.contentmanagement.timeseriesservice.impl.codelist.wrappers
Class CLImportItemWrapper

java.lang.Object
  extended by ObjectStateControl
      extended by org.gcube.contentmanagement.timeseriesservice.impl.codelist.wrappers.CLImportItemWrapper


Constructor Summary
CLImportItemWrapper(java.lang.String owner, java.lang.String codelistId, GCUBEScope scope)
          
Method Summary
static CLImportItemWrapper get(java.lang.String id)
          
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLImportItemWrapper

public CLImportItemWrapper(java.lang.String owner,
                           java.lang.String codelistId,
                           GCUBEScope scope)
Method Detail

getOwner

public java.lang.String getOwner()
Returns:
the owner

getCodelistId

public java.lang.String getCodelistId()
Returns:
the codelistId

getStatus

public State getStatus()
                throws java.lang.Exception
Throws:
java.lang.Exception

getCodelist

public CodeListImport getCodelist()
                           throws java.lang.Exception
Returns:
the codelistId
Throws:
java.lang.Exception

getScope

public GCUBEScope getScope()
Returns:
the scope

remove

public boolean remove()

store

public boolean store()

get

public static CLImportItemWrapper get(java.lang.String id)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getAll

public static java.util.Iterator<CLImportItemWrapper> getAll()
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

getByUser

public static java.util.Iterator<CLImportItemWrapper> getByUser(java.lang.String user)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception