org.exoplatform.application.registry.jcr
Class DataMapper

java.lang.Object
  extended by org.exoplatform.application.registry.jcr.DataMapper

public class DataMapper
extends java.lang.Object

Created by The eXo Platform SARL Author : Tung Pham thanhtungty@gmail.com Nov 23, 2007


Constructor Summary
DataMapper()
           
 
Method Summary
 void map(org.w3c.dom.Document doc, Application application)
           
 void map(org.w3c.dom.Document doc, ApplicationCategory category)
           
 Application toApplication(org.w3c.dom.Document doc)
           
 ApplicationCategory toApplicationCategory(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMapper

public DataMapper()
Method Detail

map

public void map(org.w3c.dom.Document doc,
                ApplicationCategory category)
         throws java.lang.Exception
Throws:
java.lang.Exception

toApplicationCategory

public ApplicationCategory toApplicationCategory(org.w3c.dom.Document doc)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

map

public void map(org.w3c.dom.Document doc,
                Application application)
         throws java.lang.Exception
Throws:
java.lang.Exception

toApplication

public Application toApplication(org.w3c.dom.Document doc)
                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.