Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.asset.destination
Class UnmappedStructure  view UnmappedStructure download UnmappedStructure.java

java.lang.Object
  extended bycom.flexstor.flexdbserver.services.asset.destination.UnmappedStructure

public class UnmappedStructure
extends java.lang.Object


Field Summary
private  java.lang.String fileSeparator
           
static java.lang.String IDENTIFIER
           
private  int nFilesInDir
           
private  int nMaxNoOfFiles
           
private  int nSequenceDir
           
private  java.lang.String sDestination
           
private  java.lang.String sThisService
           
 
Constructor Summary
UnmappedStructure()
           
 
Method Summary
private  com.flexstor.common.errorlogger.FlexError insertPaths(java.util.Vector vAssetsIn)
           
private  com.flexstor.common.errorlogger.FlexError mapSequenceToField(com.flexstor.common.importprocessor.ImportData importData, java.lang.String sBucketField)
           
private  void setFieldValue(com.flexstor.common.data.ejb.disguiserecord.DisguiseBucketRecordData[] aBucketRecords, com.flexstor.ejb.bucket.persist.ServerBucketExtendData bucket, int nField)
           
private  com.flexstor.common.errorlogger.FlexError setNextDir(int nFilesInDataObject)
           
 com.flexstor.common.importprocessor.ImportResult setPaths(com.flexstor.common.importprocessor.ImportData importData, java.util.Hashtable htProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTIFIER

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

sThisService

private java.lang.String sThisService

fileSeparator

private java.lang.String fileSeparator

nMaxNoOfFiles

private int nMaxNoOfFiles

sDestination

private java.lang.String sDestination

nSequenceDir

private int nSequenceDir

nFilesInDir

private int nFilesInDir
Constructor Detail

UnmappedStructure

public UnmappedStructure()
Method Detail

setPaths

public com.flexstor.common.importprocessor.ImportResult setPaths(com.flexstor.common.importprocessor.ImportData importData,
                                                                 java.util.Hashtable htProperties)

insertPaths

private com.flexstor.common.errorlogger.FlexError insertPaths(java.util.Vector vAssetsIn)

setNextDir

private com.flexstor.common.errorlogger.FlexError setNextDir(int nFilesInDataObject)

mapSequenceToField

private com.flexstor.common.errorlogger.FlexError mapSequenceToField(com.flexstor.common.importprocessor.ImportData importData,
                                                                     java.lang.String sBucketField)

setFieldValue

private void setFieldValue(com.flexstor.common.data.ejb.disguiserecord.DisguiseBucketRecordData[] aBucketRecords,
                           com.flexstor.ejb.bucket.persist.ServerBucketExtendData bucket,
                           int nField)