arta.synergy.ejb.imports.ap
Class APImportManager

java.lang.Object
  extended by arta.synergy.ejb.imports.ap.APImportManager

public class APImportManager
extends java.lang.Object

Created by IntelliJ IDEA. User: topa Date: 17.01.2011 Time: 10:22:11


Constructor Summary
APImportManager()
           
 
Method Summary
static ServerResult<APImportFullInfo> getImportInfo(java.lang.String importUUID, java.lang.String locale)
           
static ServerResult<APImportInfoList> getImportsList(java.lang.String locale, APImportSearchParams params)
           
static ServerResult<java.lang.Boolean> importActions(java.util.ArrayList<Action> actions, java.lang.String locale)
           
static ServerResult<java.util.ArrayList<Action>> importFile(java.lang.String fileName, java.lang.String locale)
           
static ServerResult<APImporResult> importXMLFile(javax.ejb.EJBContext ejbContext, java.lang.String fileName, java.lang.String locale, java.lang.String host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APImportManager

public APImportManager()
Method Detail

importXMLFile

public static ServerResult<APImporResult> importXMLFile(javax.ejb.EJBContext ejbContext,
                                                        java.lang.String fileName,
                                                        java.lang.String locale,
                                                        java.lang.String host)

importFile

public static ServerResult<java.util.ArrayList<Action>> importFile(java.lang.String fileName,
                                                                   java.lang.String locale)

importActions

public static ServerResult<java.lang.Boolean> importActions(java.util.ArrayList<Action> actions,
                                                            java.lang.String locale)

getImportInfo

public static ServerResult<APImportFullInfo> getImportInfo(java.lang.String importUUID,
                                                           java.lang.String locale)

getImportsList

public static ServerResult<APImportInfoList> getImportsList(java.lang.String locale,
                                                            APImportSearchParams params)


Copyright © 2000 Dummy Corp. All Rights Reserved.