public class InquiryBean
extends java.lang.Object
implements javax.ejb.SessionBean
See Inquiry for detailed javadoc of each method.
| Constructor and Description |
|---|
InquiryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ejbActivate()
Deprecated.
|
void |
ejbCreate()
Deprecated.
|
void |
ejbPassivate()
Deprecated.
|
void |
ejbRemove()
Deprecated.
|
BindingDetail |
findBinding(java.lang.String serviceKey,
TModelBag tModelBag)
Deprecated.
|
BindingDetail |
findBinding(java.lang.String serviceKey,
TModelBag tModelBag,
InquiryOptions options)
Deprecated.
|
BusinessList |
findBusiness(CategoryBag categoryBag)
Deprecated.
|
BusinessList |
findBusiness(CategoryBag categoryBag,
InquiryOptions options)
Deprecated.
|
BusinessList |
findBusiness(DiscoveryUrlList discoveryURLs)
Deprecated.
|
BusinessList |
findBusiness(DiscoveryUrlList discoveryURLs,
InquiryOptions options)
Deprecated.
|
BusinessList |
findBusiness(IdentifierBag identifierBag)
Deprecated.
|
BusinessList |
findBusiness(IdentifierBag identifierBag,
InquiryOptions options)
Deprecated.
|
BusinessList |
findBusiness(NameList nameList)
Deprecated.
|
BusinessList |
findBusiness(NameList nameList,
InquiryOptions options)
Deprecated.
|
BusinessList |
findBusiness(TModelBag tModelBag)
Deprecated.
|
BusinessList |
findBusiness(TModelBag tModelBag,
InquiryOptions options)
Deprecated.
|
RelatedBusinessesList |
findRelatedBusinesses(FindQualifiers findQualifiers,
java.lang.String businessKey)
Deprecated.
|
RelatedBusinessesList |
findRelatedBusinesses(java.lang.String businessKey)
Deprecated.
|
RelatedBusinessesList |
findRelatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference)
Deprecated.
|
ServiceList |
findService(java.lang.String businessKey,
CategoryBag categoryBag)
Deprecated.
|
ServiceList |
findService(java.lang.String businessKey,
CategoryBag categoryBag,
InquiryOptions options)
Deprecated.
|
ServiceList |
findService(java.lang.String businessKey,
NameList nameList)
Deprecated.
|
ServiceList |
findService(java.lang.String businessKey,
NameList nameList,
InquiryOptions options)
Deprecated.
|
ServiceList |
findService(java.lang.String businessKey,
TModelBag tModelBag)
Deprecated.
|
ServiceList |
findService(java.lang.String businessKey,
TModelBag tModelBag,
InquiryOptions options)
Deprecated.
|
TModelList |
findTModel(CategoryBag categoryBag)
Deprecated.
|
TModelList |
findTModel(CategoryBag categoryBag,
InquiryOptions options)
Deprecated.
|
TModelList |
findTModel(IdentifierBag identifierBag)
Deprecated.
|
TModelList |
findTModel(IdentifierBag identifierBag,
InquiryOptions options)
Deprecated.
|
TModelList |
findTModel(java.lang.String name)
Deprecated.
|
TModelList |
findTModel(java.lang.String name,
InquiryOptions options)
Deprecated.
|
BindingDetail |
getBindingDetail(java.lang.String bindingKey)
Deprecated.
|
BindingDetail |
getBindingDetail(java.util.Vector bindingKeys)
Deprecated.
|
BusinessDetail |
getBusinessDetail(java.lang.String businessKey)
Deprecated.
|
BusinessDetail |
getBusinessDetail(java.util.Vector businessKeys)
Deprecated.
|
ServiceDetail |
getServiceDetail(java.lang.String serviceKey)
Deprecated.
// Start of get_businessDetailExt methods.
// get_businessDetailExt with a single key
public BusinessDetailExt getBusinessDetailExt(String businessKey)
throws DispositionReportException
{
BusinessInquiry inquiry = new BusinessInquiry();
Vector businessKeyVector = new Vector(1);
businessKeyVector.add(businessKey);
return inquiry.getDetailExt(businessKeyVector);
}
// get_businessDetailExt with multiple keys
public BusinessDetailExt getBusinessDetailExt(Vector businessKeys)
throws DispositionReportException
{
BusinessInquiry inquiry = new BusinessInquiry();
return inquiry.getDetailExt(businessKeys);
}
// End of get_businessDetailExt methods.
|
ServiceDetail |
getServiceDetail(java.util.Vector serviceKeys)
Deprecated.
|
TModelDetail |
getTModelDetail(java.lang.String tModelKey)
Deprecated.
|
TModelDetail |
getTModelDetail(java.util.Vector tModelKeys)
Deprecated.
|
void |
setSessionContext(javax.ejb.SessionContext context)
Deprecated.
|
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbActivate()
throws javax.ejb.EJBException
ejbActivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void ejbPassivate()
throws javax.ejb.EJBException
ejbPassivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void ejbRemove()
throws javax.ejb.EJBException
ejbRemove in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void setSessionContext(javax.ejb.SessionContext context)
throws javax.ejb.EJBException
setSessionContext in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(NameList nameList) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(NameList nameList, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(IdentifierBag identifierBag) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(IdentifierBag identifierBag, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(CategoryBag categoryBag) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(TModelBag tModelBag) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(DiscoveryUrlList discoveryURLs) throws DispositionReportException
DispositionReportExceptionpublic BusinessList findBusiness(DiscoveryUrlList discoveryURLs, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey) throws DispositionReportException
DispositionReportExceptionpublic RelatedBusinessesList findRelatedBusinesses(FindQualifiers findQualifiers, java.lang.String businessKey) throws DispositionReportException
DispositionReportExceptionpublic RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference) throws DispositionReportException
DispositionReportExceptionpublic ServiceList findService(java.lang.String businessKey, NameList nameList) throws DispositionReportException
DispositionReportExceptionpublic ServiceList findService(java.lang.String businessKey, NameList nameList, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag) throws DispositionReportException
DispositionReportExceptionpublic ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic ServiceList findService(java.lang.String businessKey, TModelBag tModelBag) throws DispositionReportException
DispositionReportExceptionpublic ServiceList findService(java.lang.String businessKey, TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic TModelList findTModel(java.lang.String name) throws DispositionReportException
DispositionReportExceptionpublic TModelList findTModel(java.lang.String name, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic TModelList findTModel(IdentifierBag identifierBag) throws DispositionReportException
DispositionReportExceptionpublic TModelList findTModel(IdentifierBag identifierBag, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic TModelList findTModel(CategoryBag categoryBag) throws DispositionReportException
DispositionReportExceptionpublic TModelList findTModel(CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
DispositionReportExceptionpublic BindingDetail getBindingDetail(java.lang.String bindingKey) throws DispositionReportException
DispositionReportExceptionpublic BindingDetail getBindingDetail(java.util.Vector bindingKeys) throws DispositionReportException
DispositionReportExceptionpublic BusinessDetail getBusinessDetail(java.lang.String businessKey) throws DispositionReportException
DispositionReportExceptionpublic BusinessDetail getBusinessDetail(java.util.Vector businessKeys) throws DispositionReportException
DispositionReportExceptionpublic ServiceDetail getServiceDetail(java.lang.String serviceKey) throws DispositionReportException
DispositionReportExceptionpublic ServiceDetail getServiceDetail(java.util.Vector serviceKeys) throws DispositionReportException
DispositionReportExceptionpublic TModelDetail getTModelDetail(java.lang.String tModelKey) throws DispositionReportException
DispositionReportExceptionpublic TModelDetail getTModelDetail(java.util.Vector tModelKeys) throws DispositionReportException
DispositionReportException