Advertisement
aadddrr

Service getRoundingParameter

Sep 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.31 KB | None | 0 0
  1. <service name="getRoundingParameter" output="outputDto">
  2.         <informations>
  3.             <description>Get rounding parameter</description>
  4.             <info-in>
  5.                 <info name="result.header.userLoginId" description="user login id" type="Long" />
  6.                 <info name="result.header.roleLoginId" description="role login id" type="Long" />
  7.                 <info name="result.header.tenantLoginId" description="tenant login id" type="Long" />
  8.                 <info name="result.header.datetime" description="datetime" type="String" />
  9.                 <info name="result.header.sessionId" description="session id" type="String" />
  10.                 <info name="result.header.secureKey" description="secure key" type="String" />
  11.                 <info name="result.header.taskName" description="task name" type="String" />
  12.             </info-in>
  13.             <info-out>
  14.                 <info name="result.scaleTax" description="scale tax" type="Integer" />
  15.                 <info name="result.roundingModeNonTax" description="rounding mode non tax" type="Integer" />
  16.                 <info name="result.roundingModeTax" description="rounding mode tax" type="Integer" />
  17.             </info-out>
  18.         </informations>
  19.         <mod-dto output="inputDto">
  20.             <key name="tenantId" type="Long" from="${result.header.tenantId}" />
  21.         </mod-dto>
  22.         <call-bf name="getRoundingParameter" input="${inputDto}" output="outputDto">
  23.             <onsuccess />
  24.             <onerror />
  25.         </call-bf>
  26.     </service>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement