B C D E F G I J L M O P R S T U X

B

Base64 - class com.justhis.util.Base64.
Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
Base64() - Constructor for class com.justhis.util.Base64
 
Base64Utils - class com.justhis.util.Base64Utils.
????base64??????????
Base64Utils() - Constructor for class com.justhis.util.Base64Utils
 
buildFromFile(String) - Method in class com.justhis.util.PropertiesReader
TODO
buildFromProperties(String) - Method in class com.justhis.util.PropertiesReader
TODO

C

close() - Method in class com.justhis.jdo.JDOContext
Close Context's instance.
com.justhis.jdo - package com.justhis.jdo
 
com.justhis.jibx - package com.justhis.jibx
 
com.justhis.util - package com.justhis.util
 
com.justhis.util.exception - package com.justhis.util.exception
 
com.justhis.xml - package com.justhis.xml
 
convertXMLToString(Document) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
createObject(PersistenceManager, Object) - Static method in class com.justhis.jdo.JDOUtil
create a persistence object into database by PersistenceManager.
createObject(Transaction, Object) - Static method in class com.justhis.jdo.JDOUtil
create a persistence object by transaction, through createObject(pm,obj) to persistence object in fact.
createXml() - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
createXml(String) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!

D

decode(char[]) - Static method in class com.justhis.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decode(char[]) - Static method in class com.justhis.util.Base64Utils
????base64??????????
deleteObject(PersistenceManager, Class, String) - Static method in class com.justhis.jdo.JDOUtil
delete object from Persistence Manager .
deleteObject(Transaction, Class, String) - Static method in class com.justhis.jdo.JDOUtil
delete JDO object from persistence manager

E

encode(byte[]) - Static method in class com.justhis.util.Base64
returns an array of base64-encoded characters to represent the passed data array.
encode(Object) - Static method in class com.justhis.util.Base64Utils
??????????ojbect??????????????char ????

F

findObjList(PersistenceManager, Class) - Static method in class com.justhis.jdo.JDOUtil
find a jdo object list by class name.
findObjList(PersistenceManager, Class, String) - Static method in class com.justhis.jdo.JDOUtil
find jdo object list ordered
findObjList(PersistenceManager, Class, String, String) - Static method in class com.justhis.jdo.JDOUtil
find collection of java data object list by filter and order.
findObjectById(Transaction, Class, String) - Static method in class com.justhis.jdo.JDOUtil
search JDO object from persistence manager by JDO transaction.
findObjectById(PersistenceManager, Class, String) - Static method in class com.justhis.jdo.JDOUtil
search JDO Object from persistence manager by JDO object ID .

G

getBooleanProperty(String) - Method in class com.justhis.util.XParameters
TODO DOCUMENT ME!
getContext() - Static method in class com.justhis.jdo.JDOContext
Obtain instance of the Context for current thread.
getCountry(String) - Static method in class com.justhis.util.ResourcesReader
Get the country part of a locale encoding
getIntProperty(String) - Method in class com.justhis.util.XParameters
TODO
getKeys() - Method in class com.justhis.util.PropertiesReader
TODO
getKeys() - Static method in class com.justhis.util.StyleReader
TODO
getLanguage(String) - Static method in class com.justhis.util.ResourcesReader
Get the language part of a locale encoding
getLocale() - Static method in class com.justhis.util.ResourcesReader
Return the instance of the current locale.
getLocaleEncoding() - Static method in class com.justhis.util.ResourcesReader
Return the encoding of the current locale.
getLongProperty(String) - Method in class com.justhis.util.XParameters
TODO DOCUMENT ME!
getPersistenceManager() - Method in class com.justhis.jdo.JDOContext
Obtain this context's JDO persistence manager.
getProperties() - Method in class com.justhis.util.PropertiesReader
Get properties
getProperties(String) - Static method in class com.justhis.util.PropertiesReader
get properties by construct a PropertiesReader
getProperty(String) - Method in class com.justhis.util.PropertiesReader
TODO
getProperty(String) - Static method in class com.justhis.util.StyleReader
TODO
getProperty(String) - Method in class com.justhis.util.XParameters
TODO
getPropertyMap() - Method in class com.justhis.util.PropertiesReader
TODO
getTranslation(String) - Static method in class com.justhis.util.ResourcesReader
Lookup the translation of a particular key
getTranslation(String, String) - Static method in class com.justhis.util.ResourcesReader
Lookup the translation of a particular key that contains exactly one lookup item within its translation
getTranslation(String, String[]) - Static method in class com.justhis.util.ResourcesReader
Lookup the translation of a particular key that contains any number of lookup items within its translation
getVariant(String) - Static method in class com.justhis.util.ResourcesReader
Get the variant part of a locale encoding

I

initBundle() - Static method in class com.justhis.util.ResourcesReader
Initialize the bundle to use the resources associated with the default locale specified by the JVM
initialize(Properties) - Static method in class com.justhis.jdo.JDOContext
Creates and configures PersistenceManagerFactory.

J

JDOContext - class com.justhis.jdo.JDOContext.
JDO????????????????JDO PersistenceManager ????Factory
JDOUtil - class com.justhis.jdo.JDOUtil.
????Java Data Object????????
JavaClassRefectException - exception com.justhis.util.exception.JavaClassRefectException.
TODO
JavaClassRefectException() - Constructor for class com.justhis.util.exception.JavaClassRefectException
Creates a new JavaClassRefectException object.
JavaClassRefectException(String) - Constructor for class com.justhis.util.exception.JavaClassRefectException
DOCUMENT ME!
JavaClassRefectException(Throwable) - Constructor for class com.justhis.util.exception.JavaClassRefectException
DOCUMENT ME!
JavaClassRefectException(String, Throwable) - Constructor for class com.justhis.util.exception.JavaClassRefectException
DOCUMENT ME!
JibxUtil - class com.justhis.jibx.JibxUtil.
TODO
JibxUtil() - Constructor for class com.justhis.jibx.JibxUtil
Creates a new JibxUtil object.

L

LogicException - exception com.justhis.util.exception.LogicException.
TODO
LogicException() - Constructor for class com.justhis.util.exception.LogicException
Creates a new LogicException object.
LogicException(String) - Constructor for class com.justhis.util.exception.LogicException
Creates a new LogicException object.
LogicException(Throwable) - Constructor for class com.justhis.util.exception.LogicException
Creates a new LogicException object.
LogicException(String, Throwable) - Constructor for class com.justhis.util.exception.LogicException
Creates a new LogicException object.
loadJDOProperties() - Static method in class com.justhis.jdo.JDOContext
Load the JDO configuration from the classpath.

M

main(String[]) - Static method in class com.justhis.util.Base64
 
main(String[]) - Static method in class com.justhis.xml.XMLHelper
 
marshallDocument(Object, String, int, String, OutputStream) - Static method in class com.justhis.jibx.JibxUtil
marshall document by a jibx object enhanced.
marshallDocument(Object, String, OutputStream) - Static method in class com.justhis.jibx.JibxUtil
marshall jibx object to print xml document.
marshallDocument(Object, String, String) - Static method in class com.justhis.jibx.JibxUtil
marshall jibx object to print xml document file.
mergeXML(Element, Element, boolean) - Static method in class com.justhis.xml.XMLHelper
Copies the children of the mergeFromXML element and places them as children in the mergeToXML.

O

outputTextToFile(String, String) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
outputXML(Document, PrintStream) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
outputXMLToFile(Document, String) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!

P

PropertiesFileReadException - exception com.justhis.util.exception.PropertiesFileReadException.
TODO DOCUMENT ME!
PropertiesFileReadException() - Constructor for class com.justhis.util.exception.PropertiesFileReadException
Creates a new PropertiesFileReadException object.
PropertiesFileReadException(String) - Constructor for class com.justhis.util.exception.PropertiesFileReadException
Creates a new PropertiesFileReadException object.
PropertiesFileReadException(Throwable) - Constructor for class com.justhis.util.exception.PropertiesFileReadException
Creates a new PropertiesFileReadException object.
PropertiesFileReadException(String, Throwable) - Constructor for class com.justhis.util.exception.PropertiesFileReadException
Creates a new PropertiesFileReadException object.
PropertiesReader - class com.justhis.util.PropertiesReader.
???????????? ????????????????????????????????????????????classpath??????????
PropertiesReader(String) - Constructor for class com.justhis.util.PropertiesReader
Creates a new PropertiesReader object.
PropertiesReader(InputStream) - Constructor for class com.justhis.util.PropertiesReader
Creates a new PropertiesReader object.
parseXMLFromFile(File) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
parseXMLFromString(String) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
parseXMLFromURL(URL) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
parseXMLFromURLString(String) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!

R

ResourcesReader - class com.justhis.util.ResourcesReader.
TODO
ResourcesReader() - Constructor for class com.justhis.util.ResourcesReader
 

S

StyleReader - class com.justhis.util.StyleReader.
TODO
StyleReader() - Constructor for class com.justhis.util.StyleReader
 
setLocale(Locale) - Static method in class com.justhis.util.ResourcesReader
Set the Locale using a java class instance of a locale
setLocale(String) - Static method in class com.justhis.util.ResourcesReader
Set the Locale using a string encoding of a locale.
setProperty(String, String) - Method in class com.justhis.util.XParameters
TODO
shutdown() - Static method in class com.justhis.jdo.JDOContext
Shut down JDO engine

T

transformXML(Document, Document) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
transformXML(Document, Document, XParameters) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
transformXML(Document, File) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!
transformXML(Document, File, XParameters) - Static method in class com.justhis.xml.XMLHelper
TODO DOCUMENT ME!

U

UtilException - exception com.justhis.util.exception.UtilException.
TODO DOCUMENT ME!
UtilException() - Constructor for class com.justhis.util.exception.UtilException
Creates a new UtilException object.
UtilException(String) - Constructor for class com.justhis.util.exception.UtilException
Creates a new UtilException object.
UtilException(Throwable) - Constructor for class com.justhis.util.exception.UtilException
Creates a new UtilException object.
UtilException(String, Throwable) - Constructor for class com.justhis.util.exception.UtilException
Creates a new UtilException object.
unmarshallDocument(Class, InputStream) - Static method in class com.justhis.jibx.JibxUtil
get jibx object from inputstream
unmarshallDocument(Class, String) - Static method in class com.justhis.jibx.JibxUtil
get object from xml file

X

XMLException - exception com.justhis.util.exception.XMLException.
TODO DOCUMENT ME!
XMLException() - Constructor for class com.justhis.util.exception.XMLException
Creates a new XMLException object.
XMLException(String) - Constructor for class com.justhis.util.exception.XMLException
Creates a new XMLException object.
XMLException(Throwable) - Constructor for class com.justhis.util.exception.XMLException
Creates a new XMLException object.
XMLException(String, Throwable) - Constructor for class com.justhis.util.exception.XMLException
Creates a new XMLException object.
XMLHelper - class com.justhis.xml.XMLHelper.
TODO DOCUMENT ME!
XMLHelper() - Constructor for class com.justhis.xml.XMLHelper
 
XParameters - class com.justhis.util.XParameters.
TODO
XParameters() - Constructor for class com.justhis.util.XParameters
 

B C D E F G I J L M O P R S T U X

Copyright © 2003 EastNetworks.Net(China)Co.,Ltd.. All Rights Reserved.