Uses of Class
wt.epm.upload.CacheDocument.CacheFamilyTableCell

Packages that use CacheDocument.CacheFamilyTableCell
wt.epm.upload   
 

Uses of CacheDocument.CacheFamilyTableCell in wt.epm.upload
 

Methods in wt.epm.upload that return CacheDocument.CacheFamilyTableCell
protected  CacheDocument.CacheFamilyTableCell EPMUploadInstance.Column.createCell(CacheDocument cacheDocument, String name, boolean inherited, boolean isDefinedHere, EPMFamilyTableColumn epmColumn, EPMNDFTValue ndValue)
           
protected  CacheDocument.CacheFamilyTableCell EPMUploadInstance.Column.updateCell(CacheDocument cacheDocument, boolean inherited, boolean isDefinedHere, EPMFamilyTableColumn epmColumn, EPMNDFTValue ndValue, CacheDocument.CacheFamilyTableCell cacheCell)
           
protected  CacheDocument.CacheFamilyTableCell EPMUploadInstance.ColumnDependency.createCell(CacheDocument cacheDocument, String name, boolean inherited, boolean isDefinedHere, EPMFamilyTableColumn epmColumn, EPMNDFTValue ndValue)
           
 CacheDocument.CacheFamilyTableCell CacheDocument.createCacheFamilyTableCell(String name, EPMFamilyTableCell cell)
           
 CacheDocument.CacheFamilyTableCell CacheDocument.createNewFamilyTableCell(String name, boolean inherited, boolean isDefinition, EPMFamilyTableColumn epmColumn)
           
 CacheDocument.CacheFamilyTableCell CacheDocument.createNewFamilyTableDependencyCell(String name, boolean inherited, boolean isDefinition, EPMFamilyTableColumn epmColumn)
           
 CacheDocument.CacheFamilyTableCell CacheDocument.getCacheFamilyTableCell(String name)
           
 CacheDocument.CacheFamilyTableCell CacheDocument.removeFamilyTableCell(String name)
           
 

Methods in wt.epm.upload with parameters of type CacheDocument.CacheFamilyTableCell
protected  CacheDocument.CacheFamilyTableCell EPMUploadInstance.Column.updateCell(CacheDocument cacheDocument, boolean inherited, boolean isDefinedHere, EPMFamilyTableColumn epmColumn, EPMNDFTValue ndValue, CacheDocument.CacheFamilyTableCell cacheCell)
           
private  void CacheDocument.setFamilyTableCell(String name, CacheDocument.CacheFamilyTableCell cell)