static CLImportItemWrapper |
get(java.lang.String id)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLImportItemWrapper
public CLImportItemWrapper(java.lang.String owner,
java.lang.String codelistId,
GCUBEScope scope)
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
|