mmpac.upm 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module name="mmpac">
  3. <public>
  4. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  5. <interface>u8c.itf.mmpac.mmpac.IOrderTotalInfo</interface>
  6. <implementation>u8c.impl.mmpac.mmpac.OrderTotalInfoImpl</implementation>
  7. </component>
  8. <component name="orderadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
  9. <implementation>u8c.impl.mmpac.mmpac.OrderAddImpl</implementation>
  10. </component>
  11. <component name="invadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
  12. <implementation>u8c.impl.mmpac.mmpac.InvAddImpl</implementation>
  13. </component>
  14. <component name="custdocadd" priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  15. <implementation>u8c.impl.mmpac.mmpac.CustdocAddImpl</implementation>
  16. </component>
  17. <component name="saleorderadd" priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  18. <implementation>u8c.impl.mmpac.mmpac.SaleOrderAddImpl</implementation>
  19. </component>
  20. <component name="projectadd" priority="0" singleton="true" remote="true" tx="NONE" supportAlias="true">
  21. <implementation>u8c.impl.mmpac.mmpac.ProjectAddImpl</implementation>
  22. </component>
  23. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  24. <interface>u8c.itf.mmpac.mmpac.IUtilMaintain</interface>
  25. <implementation>u8c.impl.mmpac.mmpac.UtilMaintainImpl</implementation>
  26. </component>
  27. </public>
  28. </module>