|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.imca.services.Service net.sf.imca.services.ImportData
public class ImportData
Service for importing data into the IMCA. This is mainly used by test cases and to migrate data form the XML based site. It is not to be used by the Web Application.
Field Summary | |
---|---|
static java.lang.String |
WEBSITE_HOST
|
static java.lang.String |
WEBSITE_PROTOCAL
|
Fields inherited from class net.sf.imca.services.Service |
---|
em |
Constructor Summary | |
---|---|
ImportData()
|
Method Summary | |
---|---|
boolean |
setUpMasterData()
This reads the xml data files for the moth web site and imports the data into the database. |
Methods inherited from class net.sf.imca.services.Service |
---|
destroyEntityManager, endTransaction, startTransaction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String WEBSITE_PROTOCAL
public static java.lang.String WEBSITE_HOST
Constructor Detail |
---|
public ImportData()
Method Detail |
---|
public boolean setUpMasterData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |