Uses of Class
org.apache.juddi.datatype.business.BusinessEntity

Packages that use BusinessEntity
org.apache.juddi.datastore   
org.apache.juddi.datastore.jdbc   
org.apache.juddi.datatype.business   
org.apache.juddi.datatype.request   
org.apache.juddi.datatype.response   
 

Uses of BusinessEntity in org.apache.juddi.datastore
 

Methods in org.apache.juddi.datastore that return BusinessEntity
 BusinessEntity DataStore.fetchBusiness(java.lang.String businessKey)
           
 

Methods in org.apache.juddi.datastore with parameters of type BusinessEntity
 void DataStore.saveBusiness(BusinessEntity business, java.lang.String publisherID)
           
 

Uses of BusinessEntity in org.apache.juddi.datastore.jdbc
 

Methods in org.apache.juddi.datastore.jdbc that return BusinessEntity
 BusinessEntity JDBCDataStore.fetchBusiness(java.lang.String businessKey)
           
 

Methods in org.apache.juddi.datastore.jdbc with parameters of type BusinessEntity
 void JDBCDataStore.saveBusiness(BusinessEntity business, java.lang.String publisherID)
           
 

Uses of BusinessEntity in org.apache.juddi.datatype.business
 

Methods in org.apache.juddi.datatype.business that return BusinessEntity
 BusinessEntity BusinessEntityExt.getBusinessEntity()
          Returns the instance of the BusinessEntity that's being extended.
 

Methods in org.apache.juddi.datatype.business with parameters of type BusinessEntity
 void BusinessEntityExt.setBusinessEntity(BusinessEntity newValue)
          Sets the instance of the BusinessEntity that's being extended.
 

Constructors in org.apache.juddi.datatype.business with parameters of type BusinessEntity
BusinessEntityExt(BusinessEntity business)
          Creates a new BusinessEntityExt instance and sets the instance of the BusinessEntity that's being extended.
 

Uses of BusinessEntity in org.apache.juddi.datatype.request
 

Methods in org.apache.juddi.datatype.request with parameters of type BusinessEntity
 void ValidateValues.addBusinessEntity(BusinessEntity business)
           
 void SaveBusiness.addBusinessEntity(BusinessEntity businessEntity)
           
 

Constructors in org.apache.juddi.datatype.request with parameters of type BusinessEntity
SaveBusiness(AuthInfo info, BusinessEntity business)
           
 

Uses of BusinessEntity in org.apache.juddi.datatype.response
 

Methods in org.apache.juddi.datatype.response with parameters of type BusinessEntity
 void BusinessDetail.addBusinessEntity(BusinessEntity entity)
           
 



Copyright © 2004-2007. All Rights Reserved.