wt.replication.unit
Class WTUnitServiceFwd

java.lang.Object
  extended bywt.replication.unit.WTUnitServiceFwd
All Implemented Interfaces:
RemoteAccess, Serializable, WTUnitService

public class WTUnitServiceFwd
extends Object
implements RemoteAccess, WTUnitService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
          Deprecated.  
private static String FC_RESOURCE
          Deprecated.  
(package private) static boolean SERVER
          Deprecated.  
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
WTUnitServiceFwd()
          Deprecated.  
 
Method Summary
 WTUnit addSeedObjectToUnit(WTObject a_seed, WTUnit a_unit)
          Deprecated.  
 WTUnit createReplicationBaseline(WTUnit a_unit, boolean as_Exported, boolean as_Imported)
          Deprecated.  
 WTPart createUnitPartsTree(int treeDepth, int level, String parentNumber, int childIndex)
          Deprecated.  
 Enumeration getAllOperationRecords(WTUnit unit)
          Deprecated.  
 UnitOperationRecord getLatestOperationRecord(WTUnit unit, Class concreteOperationClass)
          Deprecated.  
private static Manager getManager()
          Deprecated.  
 ReplicationBaseline getReplicationBaseline(WTUnit a_unit)
          Deprecated.  
 EPMDocConfigSpec getUnitEPMDocConfigSpec(WTUnit a_unit)
          Deprecated.  
 QueryResult getUnitSeedLinks(WTUnit a_unit)
          Deprecated.  
 QueryResult getUnitSeedObjects(WTUnit a_unit)
          Deprecated.  
 WTDocumentConfigSpec getUnitWTDocumentConfigSpec(WTUnit a_unit)
          Deprecated.  
 WTPartConfigSpec getUnitWTPartConfigSpec(WTUnit a_unit)
          Deprecated.  
 void initializeUnitStatus(WTUnit unit)
          Deprecated.  
 boolean isSeedObjectInUnit(WTObject a_seed, WTUnit a_unit)
          Deprecated.  
 void removeAllOperationRecords(WTUnit unit)
          Deprecated.  
 WTUnit removeReplicationBaseline(WTUnit a_unit)
          Deprecated.  
 WTUnit removeSeedObjectFromUnit(WTObject a_seed, WTUnit a_unit)
          Deprecated.  
 WTUnit removeUnitEPMDocConfigSpec(WTUnit a_unit)
          Deprecated.  
 WTUnit removeUnitWTDocumentConfigSpec(WTUnit a_unit)
          Deprecated.  
 WTUnit removeUnitWTPartConfigSpec(WTUnit a_unit)
          Deprecated.  
 WTUnit setUnitEPMDocConfigSpec(EPMDocConfigSpec a_configSpec, WTUnit a_unit)
          Deprecated.  
 WTUnit setUnitWTDocumentConfigSpec(WTDocumentConfigSpec a_configSpec, WTUnit a_unit)
          Deprecated.  
 WTUnit setUnitWTPartConfigSpec(WTPartConfigSpec a_configSpec, WTUnit a_unit)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER
Deprecated. 

FC_RESOURCE

private static final String FC_RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

WTUnitServiceFwd

public WTUnitServiceFwd()
Deprecated. 
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Deprecated. 
Returns:
Manager
Throws:
WTException

addSeedObjectToUnit

public WTUnit addSeedObjectToUnit(WTObject a_seed,
                                  WTUnit a_unit)
                           throws WTException
Deprecated.  

Adds seed objects like WTPart, WTDocument or EPMDocument to the WTUnit.

Supported API: false

Specified by:
addSeedObjectToUnit in interface WTUnitService
Parameters:
a_seed -
a_unit -
Returns:
WTUnit
Throws:
WTException

getUnitSeedLinks

public QueryResult getUnitSeedLinks(WTUnit a_unit)
                             throws WTException
Deprecated.  

Returns a set of seed objects attached to the unit.

Supported API: false

Specified by:
getUnitSeedLinks in interface WTUnitService
Parameters:
a_unit -
Returns:
QueryResult
Throws:
WTException

getUnitSeedObjects

public QueryResult getUnitSeedObjects(WTUnit a_unit)
                               throws WTException
Deprecated.  

Returns a set of seed objects attached to the unit.

Supported API: false

Specified by:
getUnitSeedObjects in interface WTUnitService
Parameters:
a_unit -
Returns:
QueryResult
Throws:
WTException

isSeedObjectInUnit

public boolean isSeedObjectInUnit(WTObject a_seed,
                                  WTUnit a_unit)
                           throws WTException
Deprecated.  

Checks whether the object is attached to the unit as a seed object.

Supported API: false

Specified by:
isSeedObjectInUnit in interface WTUnitService
Parameters:
a_seed -
a_unit -
Returns:
boolean
Throws:
WTException

removeSeedObjectFromUnit

public WTUnit removeSeedObjectFromUnit(WTObject a_seed,
                                       WTUnit a_unit)
                                throws WTException
Deprecated.  

Removes seed object from the unit.

Supported API: false

Specified by:
removeSeedObjectFromUnit in interface WTUnitService
Parameters:
a_seed -
a_unit -
Returns:
WTUnit
Throws:
WTException

getUnitWTPartConfigSpec

public WTPartConfigSpec getUnitWTPartConfigSpec(WTUnit a_unit)
                                         throws WTException
Deprecated.  



Supported API: false

Specified by:
getUnitWTPartConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTPartConfigSpec
Throws:
WTException

setUnitWTPartConfigSpec

public WTUnit setUnitWTPartConfigSpec(WTPartConfigSpec a_configSpec,
                                      WTUnit a_unit)
                               throws WTException
Deprecated.  



Supported API: false

Specified by:
setUnitWTPartConfigSpec in interface WTUnitService
Parameters:
a_configSpec -
a_unit -
Returns:
WTUnit
Throws:
WTException

removeUnitWTPartConfigSpec

public WTUnit removeUnitWTPartConfigSpec(WTUnit a_unit)
                                  throws WTException
Deprecated.  



Supported API: false

Specified by:
removeUnitWTPartConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTUnit
Throws:
WTException

getUnitEPMDocConfigSpec

public EPMDocConfigSpec getUnitEPMDocConfigSpec(WTUnit a_unit)
                                         throws WTException
Deprecated.  



Supported API: false

Specified by:
getUnitEPMDocConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
EPMDocConfigSpec
Throws:
WTException

setUnitEPMDocConfigSpec

public WTUnit setUnitEPMDocConfigSpec(EPMDocConfigSpec a_configSpec,
                                      WTUnit a_unit)
                               throws WTException
Deprecated.  



Supported API: false

Specified by:
setUnitEPMDocConfigSpec in interface WTUnitService
Parameters:
a_configSpec -
a_unit -
Returns:
WTUnit
Throws:
WTException

removeUnitEPMDocConfigSpec

public WTUnit removeUnitEPMDocConfigSpec(WTUnit a_unit)
                                  throws WTException
Deprecated.  



Supported API: false

Specified by:
removeUnitEPMDocConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTUnit
Throws:
WTException

getUnitWTDocumentConfigSpec

public WTDocumentConfigSpec getUnitWTDocumentConfigSpec(WTUnit a_unit)
                                                 throws WTException
Deprecated.  



Supported API: false

Specified by:
getUnitWTDocumentConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTDocumentConfigSpec
Throws:
WTException

setUnitWTDocumentConfigSpec

public WTUnit setUnitWTDocumentConfigSpec(WTDocumentConfigSpec a_configSpec,
                                          WTUnit a_unit)
                                   throws WTException
Deprecated.  



Supported API: false

Specified by:
setUnitWTDocumentConfigSpec in interface WTUnitService
Parameters:
a_configSpec -
a_unit -
Returns:
WTUnit
Throws:
WTException

removeUnitWTDocumentConfigSpec

public WTUnit removeUnitWTDocumentConfigSpec(WTUnit a_unit)
                                      throws WTException
Deprecated.  



Supported API: false

Specified by:
removeUnitWTDocumentConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTUnit
Throws:
WTException

createReplicationBaseline

public WTUnit createReplicationBaseline(WTUnit a_unit,
                                        boolean as_Exported,
                                        boolean as_Imported)
                                 throws WTException
Deprecated.  



Supported API: false

Specified by:
createReplicationBaseline in interface WTUnitService
Parameters:
a_unit -
as_Exported -
as_Imported -
Returns:
WTUnit
Throws:
WTException

getReplicationBaseline

public ReplicationBaseline getReplicationBaseline(WTUnit a_unit)
                                           throws WTException
Deprecated.  



Supported API: false

Specified by:
getReplicationBaseline in interface WTUnitService
Parameters:
a_unit -
Returns:
ReplicationBaseline
Throws:
WTException

removeReplicationBaseline

public WTUnit removeReplicationBaseline(WTUnit a_unit)
                                 throws WTException
Deprecated.  



Supported API: false

Specified by:
removeReplicationBaseline in interface WTUnitService
Parameters:
a_unit -
Returns:
WTUnit
Throws:
WTException

getAllOperationRecords

public Enumeration getAllOperationRecords(WTUnit unit)
                                   throws WTException
Deprecated.  



Supported API: false

Specified by:
getAllOperationRecords in interface WTUnitService
Parameters:
unit -
Returns:
Enumeration
Throws:
WTException

removeAllOperationRecords

public void removeAllOperationRecords(WTUnit unit)
                               throws WTException
Deprecated.  



Supported API: false

Specified by:
removeAllOperationRecords in interface WTUnitService
Parameters:
unit -
Throws:
WTException

createUnitPartsTree

public WTPart createUnitPartsTree(int treeDepth,
                                  int level,
                                  String parentNumber,
                                  int childIndex)
                           throws WTException
Deprecated.  

Crate a part tree for the user supplied number of children for each part and the tree depth. Each part is described by a document. In addition to parts and document, the tree contains WTPartDescribeLinks and WTPartUsageLinks

Supported API: false

Specified by:
createUnitPartsTree in interface WTUnitService
Parameters:
treeDepth -
level -
parentNumber -
childIndex -
Returns:
WTPart
Throws:
WTException

initializeUnitStatus

public void initializeUnitStatus(WTUnit unit)
                          throws WTException
Deprecated.  



Supported API: false

Specified by:
initializeUnitStatus in interface WTUnitService
Parameters:
unit -
Throws:
WTException

getLatestOperationRecord

public UnitOperationRecord getLatestOperationRecord(WTUnit unit,
                                                    Class concreteOperationClass)
                                             throws WTException
Deprecated.  



Supported API: false

Specified by:
getLatestOperationRecord in interface WTUnitService
Parameters:
unit -
concreteOperationClass -
Returns:
UnitOperationRecord
Throws:
WTException