Skip navigation links

Package com.poscoict.glueframework.biz.control

biz control package.

See: Description

Package com.poscoict.glueframework.biz.control Description

biz control package. Glue Biz Controller.

Glue Biz Controller´Â Glue Service ÆÄÀÏÀ» Àоîµé¿© ½ÇÇàÇÏ´Â ¿ªÇÒÀ» ÇÑ´Ù. Web, Non-Web App °øÅëÀ¸·Î »ç¿ëµÇ¸ç,Transactionó¸® ¹× Logging¸¦ ó¸®ÇÏ°í ¼öÇà°á°ú´Â GlueContext¿¡ ¹Ý¿µÇÑ´Ù.

  //service ¼öÇà¿¡ ÇÊ¿äÇÑ Á¤º¸ PosContext¿¡ ¼³Á¤
  GlueContext ctx = new GlueDefaultContext();
  //Çʼö : ServiceName
  ctx.put(GlueBizControlConstants.SERVICE_NAME,"emp-service");
  
  // Biz Controller ȹµæ
  GlueBizController bizIF = GlueBizProvider.getController();
  
  // Service ¼öÇà
  bizIF.doAction(ctx);
  
  // Service ¼öÇà°á°ú È°¿ë
  List rowSet = (List)ctx.get("empResultList");
  Integer insertCnt = (Integer)ctx.get("insertCnt");
 
Since:
2013. 5. 10.
Version:
1.0.0
Author:
Ç㠵γç
Skip navigation links

Copyright © 2013–2020 POSCO ICT. All rights reserved.