public abstract class ModelLoaderBase extends java.lang.Object implements ModelProcessIntf
Constructor and Description |
---|
ModelLoaderBase(Factory factory,
BIMProjectRemote projectMbo,
ModelLoaderOptions options,
ProgressLogger<ItemFACILITY> logger) |
Modifier and Type | Method and Description |
---|---|
void |
addFile(InputFile cobieFile)
Specify the file name for a single sheet from a COBie spread sheet to loading
|
AttachmentMgr |
getAttachmentMgr() |
AttributeMapMgr |
getAttributeMapMgr() |
ClassificationMgr |
getClassificationMgr() |
java.lang.String |
getItemSetId() |
java.util.Locale |
getLocale() |
ProgressLogger<ItemFACILITY> |
getLogger() |
ModelLoaderOptions |
getOptions() |
java.lang.String |
getOrgId() |
BIMProjectRemote |
getProjectMbo() |
java.lang.String |
getSiteId() |
SystemMapMgr |
getSystemMapMgr() |
Translate |
getTranslator() |
UserInfo |
getUserInfo() |
boolean |
isAutoCreateCompanyMaster() |
public ModelLoaderBase(Factory factory, BIMProjectRemote projectMbo, ModelLoaderOptions options, ProgressLogger<ItemFACILITY> logger) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public AttachmentMgr getAttachmentMgr()
getAttachmentMgr
in interface ModelProcessIntf
public AttributeMapMgr getAttributeMapMgr()
getAttributeMapMgr
in interface ModelProcessIntf
public ClassificationMgr getClassificationMgr()
getClassificationMgr
in interface ModelProcessIntf
public java.lang.String getItemSetId()
getItemSetId
in interface ModelProcessIntf
public java.util.Locale getLocale()
getLocale
in interface ModelProcessIntf
public ProgressLogger<ItemFACILITY> getLogger()
getLogger
in interface ModelProcessIntf
public ModelLoaderOptions getOptions()
getOptions
in interface ModelProcessIntf
public java.lang.String getOrgId()
getOrgId
in interface ModelProcessIntf
public BIMProjectRemote getProjectMbo()
getProjectMbo
in interface ModelProcessIntf
public java.lang.String getSiteId()
getSiteId
in interface ModelProcessIntf
public SystemMapMgr getSystemMapMgr()
getSystemMapMgr
in interface ModelProcessIntf
public Translate getTranslator()
getTranslator
in interface ModelProcessIntf
public UserInfo getUserInfo()
getUserInfo
in interface ModelProcessIntf
public boolean isAutoCreateCompanyMaster()
isAutoCreateCompanyMaster
in interface ModelProcessIntf
public void addFile(InputFile cobieFile) throws ParseException
fileName
- sheetName
- ParseException