mmpac.upm 1.3 KB

123456789101112131415161718192021222324
  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. </public>
  24. </module>