|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mls.common.XmlObject | +--mls.common.TranslatingXmlObject | +--mls.domain.MlsBusinessObject
A business object that wrappers access to the multiple listing service database. Currently, this runs in test mode, using a 'pseudo-database' retrieved from an XML file.
Fields inherited from class mls.common.TranslatingXmlObject |
EMPTY,
NULL_BOOLEAN,
NULL_BYTE,
NULL_CHAR,
NULL_DOUBLE,
NULL_FLOAT,
NULL_INTEGER,
NULL_LONG,
NULL_SHORT,
NULL_STRING |
Fields inherited from class mls.common.XmlObject |
INDENT |
Constructor Summary | |
MlsBusinessObject()
|
Method Summary | |
static Results |
doQuery(Query query)
Process the specified query, returning a results object Currently, this retrieves results from an XML file as opposed to a database. |
private static Results |
filterResults(Results results,
Query query)
Filter a results set based on the specified query |
Methods inherited from class mls.common.TranslatingXmlObject |
addCloseTag,
addOpenTag,
addString,
addString,
build,
buildArrayPrimitive,
buildEnum,
buildPrimitive,
classNameToXmlTag,
extract,
extractArrayPrimitive,
extractEnum,
extractPrimitive,
initDoc,
isPrimitive,
object2Xml,
xml2Object |
Methods inherited from class mls.common.XmlObject |
dump,
dumpElement,
getChildren,
getChildren,
getElement,
getElement,
getElement,
getElementText,
getParser,
indent,
narrow,
nElements,
parse,
parseString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public MlsBusinessObject()
Method Detail |
public static Results doQuery(Query query)
query
- an MLS query objectprivate static Results filterResults(Results results, Query query)
results
- an MLS property results setquery
- an MLS query object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |