• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

StoreSpecific Conditions in telesales-registry.xml

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi iam planning to add store specific conditions in TelesalesRegistry-ext.xml.For that i need to know the extendsion point

From Server execution starts from TelesalesBaseServiceBean(this is a sessionBean).In this method we will have sendBODItem method.in that method,we are making call to OAGISCmd's..from there to some other classes and finally it will pick classes like "ExtShowStore,ExtShowCustomer etc"



I have tried to know how this sessionBean is getting called.but i coud'nt.

can anyone please let me know about it


code should be like this:

<Noun name="Store">

<Verb name="Get" storeId="10309">
<ClassName>com.hfc.commerce.telesales.messaging.bodreply.HExtShowStore</ClassName>
</Verb>
<Verb name="Get" storeId="10304">
<ClassName>com.hfc.commerce.telesales.messaging.bodreply.HFRExtShowStore</ClassName>
</Verb>
<Verb name="Get">
<ClassName>com.hfc.commerce.telesales.messaging.bodreply.ExtShowStore</ClassName>
</Verb>

</Noun>

Regards,

Hitendra
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic