com.wm.app.tn.db
Class Import

java.lang.Object
  extended by com.wm.app.tn.db.Import

public class Import
extends java.lang.Object


Field Summary
static java.lang.String APPEND_TO_RULE_LIST
           
static java.lang.String REPLACE_RULE_LIST
           
 
Constructor Summary
Import()
           
 
Method Summary
static void installArchSvcs(java.util.Vector data, boolean dbop, boolean force, boolean print)
           
static void installAttributes(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static void installBinaryTypes(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static void installContactTypes(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static com.wm.data.IData installData(com.wm.data.IData data, boolean dbop, boolean force, boolean rrappend, boolean print)
           
static com.wm.data.IData installData(com.wm.data.IData data, boolean dbop, boolean force, java.lang.String ruleImportOptions, boolean print)
           
static void installDLS(com.wm.data.IData[] data, boolean dbop, boolean force, boolean print)
           
static void installDLS(java.util.Vector<DLSInfo> data, boolean dbop, boolean force, boolean print)
           
static void installExtflds(java.util.Vector data, boolean dbop, boolean force, boolean print)
           
static void installFieldDefs(java.util.Vector data, boolean dbop, boolean force, boolean print)
           
static void installFieldGroups(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static void installFP(com.wm.data.IData[] data, boolean dbop, boolean force, boolean print)
           
static void installIdTypes(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static void installImportedQueries(byte[] data, boolean dbop, boolean force, boolean print)
           
static void installProfileGroups(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static void installProfiles(java.util.Vector data, boolean dbop, boolean force, boolean print)
           
static void installQueues(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static void installRules(RoutingRuleList data, boolean dbop, java.lang.String ruleImportOptions, boolean print)
           
static void installSecurities(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static void installTPAs(java.util.Vector data, boolean dbop, boolean force, boolean print)
           
static void installTypes(com.wm.data.IData data, boolean dbop, boolean force, boolean print)
           
static void installVersion(com.wm.data.IData data, boolean print)
           
static void main(java.lang.String[] args)
           
static void registerDeliveryServicesInfo(Profile profile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPLACE_RULE_LIST

public static final java.lang.String REPLACE_RULE_LIST
See Also:
Constant Field Values

APPEND_TO_RULE_LIST

public static final java.lang.String APPEND_TO_RULE_LIST
See Also:
Constant Field Values
Constructor Detail

Import

public Import()
Method Detail

installData

public static com.wm.data.IData installData(com.wm.data.IData data,
                                            boolean dbop,
                                            boolean force,
                                            java.lang.String ruleImportOptions,
                                            boolean print)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

installData

public static com.wm.data.IData installData(com.wm.data.IData data,
                                            boolean dbop,
                                            boolean force,
                                            boolean rrappend,
                                            boolean print)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

installVersion

public static void installVersion(com.wm.data.IData data,
                                  boolean print)
                           throws java.lang.Exception
Throws:
java.lang.Exception

installDLS

public static void installDLS(java.util.Vector<DLSInfo> data,
                              boolean dbop,
                              boolean force,
                              boolean print)
                       throws java.lang.Exception
Throws:
java.lang.Exception

installDLS

public static void installDLS(com.wm.data.IData[] data,
                              boolean dbop,
                              boolean force,
                              boolean print)
                       throws java.lang.Exception
Throws:
java.lang.Exception

installFP

public static void installFP(com.wm.data.IData[] data,
                             boolean dbop,
                             boolean force,
                             boolean print)
                      throws java.lang.Exception
Throws:
java.lang.Exception

installAttributes

public static void installAttributes(com.wm.data.IData data,
                                     boolean dbop,
                                     boolean force,
                                     boolean print)
                              throws java.lang.Exception
Throws:
java.lang.Exception

installTypes

public static void installTypes(com.wm.data.IData data,
                                boolean dbop,
                                boolean force,
                                boolean print)
                         throws java.lang.Exception
Throws:
java.lang.Exception

installRules

public static void installRules(RoutingRuleList data,
                                boolean dbop,
                                java.lang.String ruleImportOptions,
                                boolean print)
                         throws java.lang.Exception
Throws:
java.lang.Exception

installFieldDefs

public static void installFieldDefs(java.util.Vector data,
                                    boolean dbop,
                                    boolean force,
                                    boolean print)
                             throws java.lang.Exception
Throws:
java.lang.Exception

installProfiles

public static void installProfiles(java.util.Vector data,
                                   boolean dbop,
                                   boolean force,
                                   boolean print)
                            throws java.lang.Exception
Throws:
java.lang.Exception

registerDeliveryServicesInfo

public static void registerDeliveryServicesInfo(Profile profile)

installExtflds

public static void installExtflds(java.util.Vector data,
                                  boolean dbop,
                                  boolean force,
                                  boolean print)
                           throws java.lang.Exception
Throws:
java.lang.Exception

installIdTypes

public static void installIdTypes(com.wm.data.IData data,
                                  boolean dbop,
                                  boolean force,
                                  boolean print)
                           throws java.lang.Exception
Throws:
java.lang.Exception

installContactTypes

public static void installContactTypes(com.wm.data.IData data,
                                       boolean dbop,
                                       boolean force,
                                       boolean print)
                                throws java.lang.Exception
Throws:
java.lang.Exception

installBinaryTypes

public static void installBinaryTypes(com.wm.data.IData data,
                                      boolean dbop,
                                      boolean force,
                                      boolean print)
                               throws java.lang.Exception
Throws:
java.lang.Exception

installFieldGroups

public static void installFieldGroups(com.wm.data.IData data,
                                      boolean dbop,
                                      boolean force,
                                      boolean print)
                               throws java.lang.Exception
Throws:
java.lang.Exception

installProfileGroups

public static void installProfileGroups(com.wm.data.IData data,
                                        boolean dbop,
                                        boolean force,
                                        boolean print)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

installQueues

public static void installQueues(com.wm.data.IData data,
                                 boolean dbop,
                                 boolean force,
                                 boolean print)
                          throws java.lang.Exception
Throws:
java.lang.Exception

installArchSvcs

public static void installArchSvcs(java.util.Vector data,
                                   boolean dbop,
                                   boolean force,
                                   boolean print)
                            throws java.lang.Exception
Throws:
java.lang.Exception

installTPAs

public static void installTPAs(java.util.Vector data,
                               boolean dbop,
                               boolean force,
                               boolean print)
                        throws java.lang.Exception
Throws:
java.lang.Exception

installSecurities

public static void installSecurities(com.wm.data.IData data,
                                     boolean dbop,
                                     boolean force,
                                     boolean print)
                              throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

installImportedQueries

public static void installImportedQueries(byte[] data,
                                          boolean dbop,
                                          boolean force,
                                          boolean print)
                                   throws java.lang.Exception
Throws:
java.lang.Exception