1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <module name="mmpac">
- <public>
- <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
- <interface>u8c.itf.mmpac.mmpac.IOrderTotalInfo</interface>
- <implementation>u8c.impl.mmpac.mmpac.OrderTotalInfoImpl</implementation>
- </component>
- <component name="orderadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
- <implementation>u8c.impl.mmpac.mmpac.OrderAddImpl</implementation>
- </component>
- <component name="invadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
- <implementation>u8c.impl.mmpac.mmpac.InvAddImpl</implementation>
- </component>
- <component name="custdocadd" priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
- <implementation>u8c.impl.mmpac.mmpac.CustdocAddImpl</implementation>
- </component>
- <component name="saleorderadd" priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
- <implementation>u8c.impl.mmpac.mmpac.SaleOrderAddImpl</implementation>
- </component>
- <component name="projectadd" priority="0" singleton="true" remote="true" tx="NONE" supportAlias="true">
- <implementation>u8c.impl.mmpac.mmpac.ProjectAddImpl</implementation>
- </component>
- <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
- <interface>u8c.itf.mmpac.mmpac.IUtilMaintain</interface>
- <implementation>u8c.impl.mmpac.mmpac.UtilMaintainImpl</implementation>
- </component>
-
- </public>
- </module>
|