|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.record.persistence.genericrecordstore.generating.BuildRecordXMLRepresentation
public class BuildRecordXMLRepresentation
Here is the handling of generating and inserting the ISO and DC application profile record as well as the update of these records.
| Constructor Summary | |
|---|---|
BuildRecordXMLRepresentation()
|
|
| Method Summary | |
|---|---|
int |
generateDC(Connection connection,
Statement stm,
int operatesOnId,
ParsedProfileElement parsedElement)
Generates the Dublin Core representation in brief, summary and full for this dataset. |
int |
generateISO(Connection connection,
Statement stm,
int operatesOnId,
ParsedProfileElement parsedElement)
Generates the ISO representation in brief, summary and full for this dataset. |
int |
updateRecord(int fk_datasets,
ParsedProfileElement parsedElement,
Statement stm)
Updating the XML representation of a record in DC and ISO. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildRecordXMLRepresentation()
| Method Detail |
|---|
public int updateRecord(int fk_datasets,
ParsedProfileElement parsedElement,
Statement stm)
throws IOException
fk_datasets - which record dataset should be updatedparsedElement - stm -
IOException
public int generateISO(Connection connection,
Statement stm,
int operatesOnId,
ParsedProfileElement parsedElement)
throws IOException
connection - stm - operatesOnId - parsedElement -
IOException
public int generateDC(Connection connection,
Statement stm,
int operatesOnId,
ParsedProfileElement parsedElement)
connection - stm - operatesOnId - parsedElement -
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||