Uses of Class
wt.csm.businessentity.litebusinessentity.BusinessEntityDefaultView

Packages that use BusinessEntityDefaultView
wt.clients.csm.businessentity   
wt.csm.businessentity.litebusinessentity   
wt.csm.businessentity.service   
wt.ixb.conflictFramework.conflictResolution   
wt.ixb.handlers.forclasses   
 

Uses of BusinessEntityDefaultView in wt.clients.csm.businessentity
 

Fields in wt.clients.csm.businessentity declared as BusinessEntityDefaultView
protected  BusinessEntityDefaultView BusinessEntityEditor.busObj
           
 

Uses of BusinessEntityDefaultView in wt.csm.businessentity.litebusinessentity
 

Methods in wt.csm.businessentity.litebusinessentity with parameters of type BusinessEntityDefaultView
protected  boolean BusinessEntityDefaultView.readVersion(BusinessEntityDefaultView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of BusinessEntityDefaultView in wt.csm.businessentity.service
 

Methods in wt.csm.businessentity.service that return BusinessEntityDefaultView
 BusinessEntityDefaultView StandardBusinessEntityService.createBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView StandardBusinessEntityService.updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView StandardBusinessEntityService.refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView StandardBusinessEntityService.getBusinessEntity(AbstractLiteObject object)
          

Supported API: false
 BusinessEntityDefaultView StandardBusinessEntityService.getBusinessEntityById(String id)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityServiceFwd.createBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityServiceFwd.updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityServiceFwd.refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityServiceFwd.getBusinessEntity(AbstractLiteObject object)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityServiceFwd.getBusinessEntityById(String id)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityService.createBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityService.updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityService.refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityService.getBusinessEntity(AbstractLiteObject object)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityService.getBusinessEntityById(String id)
          

Supported API: false
static BusinessEntityDefaultView BusinessEntityObjectsFactory.newBusinessEntityDefaultView(BusinessEntity entity)
          

Supported API: false
 

Methods in wt.csm.businessentity.service with parameters of type BusinessEntityDefaultView
 BusinessEntityDefaultView StandardBusinessEntityService.createBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView StandardBusinessEntityService.updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView StandardBusinessEntityService.refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 void StandardBusinessEntityService.deleteBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityServiceFwd.createBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityServiceFwd.updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityServiceFwd.refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 void BusinessEntityServiceFwd.deleteBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityService.createBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityService.updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView BusinessEntityService.refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 void BusinessEntityService.deleteBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
static BusinessEntity BusinessEntityObjectsFactory.newBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntity BusinessEntityDBService.createBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntity BusinessEntityDBService.updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntity BusinessEntityDBService.refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 void BusinessEntityDBService.deleteBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 

Uses of BusinessEntityDefaultView in wt.ixb.conflictFramework.conflictResolution
 

Methods in wt.ixb.conflictFramework.conflictResolution that return BusinessEntityDefaultView
private  BusinessEntityDefaultView CreateBusinessEntityResolver.createBusinessEntity(IxbElement fileXML, Importer importer)
           
 

Uses of BusinessEntityDefaultView in wt.ixb.handlers.forclasses
 

Methods in wt.ixb.handlers.forclasses that return BusinessEntityDefaultView
private  BusinessEntityDefaultView ExpImpForBusinessEntity.getBusinessEntityDefaultViewByName(String name)
          Find the ClassificationNodeDefaultView by full path.
private  BusinessEntityDefaultView ExpImpForBusinessEntity.createBusinessEntity(IxbElement fileXML, Importer importer)
          To create a brand new BusinessEntity instance and persisted into database absed on the information provided by the XML file
 

Methods in wt.ixb.handlers.forclasses with parameters of type BusinessEntityDefaultView
private  void ExpImpForBusinessEntity.checkConflictForAttributes(BusinessEntityDefaultView existingView, IxbElement fileXML, Importer importer)
          Check the conflicts for the BusinessEntity found from database against the XML file.