ORG.oclc.mantis
Class MantisUtil
java.lang.Object
|
+--ORG.oclc.mantis.MantisUtil
- public class MantisUtil
- extends Object
- implements Cloneable
Method Summary |
Object |
clone()
|
static boolean |
containsImport(Document doc,
Element el,
XMLTranslater trans)
|
static void |
doImport(Document doc,
Element el,
XMLTranslater trans)
|
static void |
doImport(Document doc,
XMLTranslater trans)
|
static MantisUtil |
getInfo(Hashtable user)
|
static MantisUtil |
getInfo(Hashtable user,
String templateName)
|
static MantisUtil |
getInfo(String displayDBName)
|
static MantisUtil |
getInfo(String displayDBName,
String templateName)
|
static MantisUtil |
getInfo(String displayDBName,
String templateName,
boolean verbose)
|
static MantisUtil |
getInfo(UserStateObject user)
|
static MantisUtil |
getInfo(UserStateObject user,
String templateName)
|
static MantisUtil |
getInfoSection(String displayDBName,
String section,
boolean def,
String lockServerHost,
int lockServerPort,
int position)
|
static Vector |
getMUsForDB(String dbname)
|
long |
getNextSequentialId(UserStateObject user)
|
static Vector |
getTemplatesForDB(String dbname)
|
static void |
reallyDoImport(Document doc,
Element el,
XMLTranslater trans)
|
String |
toString()
|
ini
public IniFile ini
trans
public XMLTranslater trans
templatedir
public DataDir templatedir
templatedoc
public Document templatedoc
dbname
public String dbname
iniFile
public String iniFile
templatefile
public String templatefile
tagfile
public String tagfile
automapfile
public String automapfile
updatefile
public String updatefile
journalfile
public String journalfile
dscfile
public String dscfile
dsctemplatefile
public String dsctemplatefile
lastMod
public long lastMod
templatefileFile
public File templatefileFile
MARC
public boolean MARC
readOnly
public boolean readOnly
data
public Hashtable data
templateName
public String templateName
templateReadOnly
public boolean templateReadOnly
restrict
public String restrict
section
public String section
cloneInto
public Vector cloneInto
longName
public String longName
updateType
public String updateType
pdbFile
public String pdbFile
MantisUtil
public MantisUtil()
getTemplatesForDB
public static Vector getTemplatesForDB(String dbname)
getMUsForDB
public static Vector getMUsForDB(String dbname)
getInfo
public static MantisUtil getInfo(UserStateObject user)
getInfo
public static MantisUtil getInfo(UserStateObject user,
String templateName)
getInfo
public static MantisUtil getInfo(Hashtable user)
getInfo
public static MantisUtil getInfo(Hashtable user,
String templateName)
getInfo
public static MantisUtil getInfo(String displayDBName)
getInfo
public static MantisUtil getInfo(String displayDBName,
String templateName)
getInfo
public static MantisUtil getInfo(String displayDBName,
String templateName,
boolean verbose)
getInfoSection
public static MantisUtil getInfoSection(String displayDBName,
String section,
boolean def,
String lockServerHost,
int lockServerPort,
int position)
doImport
public static void doImport(Document doc,
XMLTranslater trans)
containsImport
public static boolean containsImport(Document doc,
Element el,
XMLTranslater trans)
doImport
public static void doImport(Document doc,
Element el,
XMLTranslater trans)
reallyDoImport
public static void reallyDoImport(Document doc,
Element el,
XMLTranslater trans)
getNextSequentialId
public long getNextSequentialId(UserStateObject user)
toString
public String toString()
- Overrides:
- toString in class Object
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
- clone in class Object