public class ImportKeySet
extends java.lang.Object
ImportKeySet
class imports a given keyset as xml-file.Modifier and Type | Field and Description |
---|---|
int |
errCode
internal error code of class.
|
java.lang.String |
errMess
internal error message of class.
|
boolean |
success
true, if success.
|
Constructor and Description |
---|
ImportKeySet(n4e.core.list.List4SysUser sysUser,
java.lang.String idclient)
The constructor
ImportKeySet creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
void |
parseDocument(java.lang.String pathfrom,
java.lang.String file)
The method
parseDocument reads an xml listing of keyset and put it into database. |
public int errCode
public java.lang.String errMess
public boolean success
public ImportKeySet(n4e.core.list.List4SysUser sysUser, java.lang.String idclient)
ImportKeySet
creates a new instance(object) of the class.sysUser
- the current user object.idclient
- the uniqueid of the current client.public void parseDocument(java.lang.String pathfrom, java.lang.String file) throws java.lang.Exception
parseDocument
reads an xml listing of keyset and put it into database.pathfrom
- path to xml listing.file
- name of file of xml listing.java.lang.Exception
- if error