Advertisement
tko_pb

GenerateAutoSearchKey

Jul 27th, 2018
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. package org.wirabumi.gen.oez.callout;
  2.  
  3. import org.openbravo.erpCommon.ad_callouts.SimpleCallout.CalloutInfo;
  4.  
  5. public class GenerateAutoSearchKey {
  6.  
  7.     GenerateProductSearchKey generateproductsearchkey;
  8.     public void DoExecute(CalloutInfo info) {
  9.         generateproductsearchkey.execute(info);
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement