xc.upm 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module name="xc">
  3. <public>
  4. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  5. <interface>u8c.itf.po.IDemandInfo</interface>
  6. <implementation>u8c.impl.DemandInfoImpl</implementation>
  7. </component>
  8. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  9. <interface>u8c.itf.ic.ISafetystockInfo</interface>
  10. <implementation>u8c.impl.SafetystockInfoImpl</implementation>
  11. </component>
  12. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  13. <interface>u8c.itf.po.IDemandPurchaseRequisition</interface>
  14. <implementation>u8c.impl.DemandPurchaseRequisitionImpl</implementation>
  15. </component>
  16. <component name="custdocadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
  17. <implementation>u8c.impl.CustdocAddImpl</implementation>
  18. </component>
  19. <component name="custadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
  20. <implementation>u8c.impl.CustAddImpl</implementation>
  21. </component>
  22. <component name="demandadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
  23. <implementation>u8c.impl.DemandAddImpl</implementation>
  24. </component>
  25. </public>
  26. </module>