com.ptc.windchill.counterpart.client
Class cCounterPartServiceProxy.cImportProjectComponents

java.lang.Object
  extended bycom.ptc.windchill.counterpart.client.cCounterPartServiceProxy.cImportProjectComponents
All Implemented Interfaces:
nitidus.sil.be.io.iImportProjectComponents
Enclosing class:
cCounterPartServiceProxy

private class cCounterPartServiceProxy.cImportProjectComponents
extends Object
implements nitidus.sil.be.io.iImportProjectComponents


Field Summary
private  cCounterPartServiceProxy.cClassificationWithAttachments fClassification
           
private  CounterPartBundle fCounterPartBundle
           
 
Constructor Summary
(package private) cCounterPartServiceProxy.cImportProjectComponents(CounterPartBundle bundle, nitidus.sil.be.att.iAttachmentNameSpaceManager attachmentManager)
           
 
Method Summary
 nitidus.sil.be.clf.iMasterClassificationIO getClassification()
           
 nitidus.sil.be.data.iDataIO getData(String name)
          Gets one data set.
 String[] getDataNames()
          Returns names of all data sets.
 byte[] getPublicClassification()
           
 nitidus.sil.be.unit.iUnitWorldIO getUnits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fCounterPartBundle

private CounterPartBundle fCounterPartBundle

fClassification

private cCounterPartServiceProxy.cClassificationWithAttachments fClassification
Constructor Detail

cCounterPartServiceProxy.cImportProjectComponents

cCounterPartServiceProxy.cImportProjectComponents(CounterPartBundle bundle,
                                                  nitidus.sil.be.att.iAttachmentNameSpaceManager attachmentManager)
                                            throws IOException
Method Detail

getUnits

public nitidus.sil.be.unit.iUnitWorldIO getUnits()
Specified by:
getUnits in interface nitidus.sil.be.io.iImportProjectComponents
See Also:
iImportProjectComponents

getClassification

public nitidus.sil.be.clf.iMasterClassificationIO getClassification()
Specified by:
getClassification in interface nitidus.sil.be.io.iImportProjectComponents
See Also:
iImportProjectComponents

getPublicClassification

public byte[] getPublicClassification()
Specified by:
getPublicClassification in interface nitidus.sil.be.io.iImportProjectComponents
See Also:
iImportProjectComponents

getDataNames

public String[] getDataNames()
Returns names of all data sets.

Specified by:
getDataNames in interface nitidus.sil.be.io.iImportProjectComponents

getData

public nitidus.sil.be.data.iDataIO getData(String name)
Gets one data set.

Specified by:
getData in interface nitidus.sil.be.io.iImportProjectComponents