package com.vci.corba.bofactory;
|
|
|
/**
|
* Generated from IDL interface "BOFactoryService".
|
*
|
* @author JacORB IDL compiler V 3.9
|
* @version generated at 2022-12-23 15:42:24
|
*/
|
|
public abstract class BOFactoryServicePOA
|
extends org.omg.PortableServer.Servant
|
implements org.omg.CORBA.portable.InvokeHandler, com.vci.corba.bofactory.BOFactoryServiceOperations
|
{
|
static private final java.util.HashMap<String,Integer> m_opsHash = new java.util.HashMap<String,Integer>();
|
static
|
{
|
m_opsHash.put ( "batchCreateBOWithLinkNoCheckNoLog", Integer.valueOf(0));
|
m_opsHash.put ( "batchUpdateLinkObject", Integer.valueOf(1));
|
m_opsHash.put ( "updateBusinessObject", Integer.valueOf(2));
|
m_opsHash.put ( "getClssficationValue", Integer.valueOf(3));
|
m_opsHash.put ( "batchDeleteLinkObject", Integer.valueOf(4));
|
m_opsHash.put ( "batchCreateLinkObject", Integer.valueOf(5));
|
m_opsHash.put ( "batchChangeBusinessObjectOwner", Integer.valueOf(6));
|
m_opsHash.put ( "getNextRevisionValueObject", Integer.valueOf(7));
|
m_opsHash.put ( "transferBusinessObject", Integer.valueOf(8));
|
m_opsHash.put ( "getLastRevisionBusinessObject", Integer.valueOf(9));
|
m_opsHash.put ( "checkInBusinessObject", Integer.valueOf(10));
|
m_opsHash.put ( "executeUpdateSql", Integer.valueOf(11));
|
m_opsHash.put ( "transferBusinessObjectAndRelease", Integer.valueOf(12));
|
m_opsHash.put ( "updateBusinessObjectOut", Integer.valueOf(13));
|
m_opsHash.put ( "getNextVersionValue", Integer.valueOf(14));
|
m_opsHash.put ( "createLinkObject", Integer.valueOf(15));
|
m_opsHash.put ( "batchRevisonBusinessObject", Integer.valueOf(16));
|
m_opsHash.put ( "batchUpdateBusinessObject", Integer.valueOf(17));
|
m_opsHash.put ( "executeUpdateSqlByParams", Integer.valueOf(18));
|
m_opsHash.put ( "getCustomSqlValue", Integer.valueOf(19));
|
m_opsHash.put ( "checkoutBusinessObject", Integer.valueOf(20));
|
m_opsHash.put ( "batchCUDBOLOByTransaction", Integer.valueOf(21));
|
m_opsHash.put ( "deleteBusinessObject", Integer.valueOf(22));
|
m_opsHash.put ( "batchDeleteBusinessObject", Integer.valueOf(23));
|
m_opsHash.put ( "getNextRevisionValue", Integer.valueOf(24));
|
m_opsHash.put ( "unCheckOutBusinessObject", Integer.valueOf(25));
|
m_opsHash.put ( "batchCreateBusinessObjectWithLink", Integer.valueOf(26));
|
m_opsHash.put ( "batchCUDBOLO", Integer.valueOf(27));
|
m_opsHash.put ( "batchCheckInBusinessObject", Integer.valueOf(28));
|
m_opsHash.put ( "test", Integer.valueOf(29));
|
m_opsHash.put ( "changeBusinessObjectOwner", Integer.valueOf(30));
|
m_opsHash.put ( "readLinkObjectByFromBO", Integer.valueOf(31));
|
m_opsHash.put ( "createBusinessObject", Integer.valueOf(32));
|
m_opsHash.put ( "batchUnCheckOutBusinessObject", Integer.valueOf(33));
|
m_opsHash.put ( "batchTransferBusinessObjectAndRelease", Integer.valueOf(34));
|
m_opsHash.put ( "revisionBusinessObject", Integer.valueOf(35));
|
m_opsHash.put ( "readLinkObjectById", Integer.valueOf(36));
|
m_opsHash.put ( "deleteLinkObject", Integer.valueOf(37));
|
m_opsHash.put ( "executeUpdateSqls", Integer.valueOf(38));
|
m_opsHash.put ( "updateLinkObject", Integer.valueOf(39));
|
m_opsHash.put ( "batchCreateDeleteBOLO", Integer.valueOf(40));
|
m_opsHash.put ( "beginTransaction", Integer.valueOf(41));
|
m_opsHash.put ( "getSqlQueryResult", Integer.valueOf(42));
|
m_opsHash.put ( "createBusinessObjectWithLinkTS", Integer.valueOf(43));
|
m_opsHash.put ( "commitTransaction", Integer.valueOf(44));
|
m_opsHash.put ( "createBusinessObjectWithLink", Integer.valueOf(45));
|
m_opsHash.put ( "readBusinessObject", Integer.valueOf(46));
|
m_opsHash.put ( "batchCheckoutBusinessObject", Integer.valueOf(47));
|
m_opsHash.put ( "batchCreateBusinessObjectWithLinkTS", Integer.valueOf(48));
|
m_opsHash.put ( "initBusinessObject", Integer.valueOf(49));
|
m_opsHash.put ( "revisionBusinessObjectWithLink", Integer.valueOf(50));
|
m_opsHash.put ( "batchCreateBusinessObject", Integer.valueOf(51));
|
m_opsHash.put ( "initLinkObject", Integer.valueOf(52));
|
m_opsHash.put ( "getBatchBusinessObject", Integer.valueOf(53));
|
}
|
private String[] ids = {"IDL:com/vci/corba/bofactory/BOFactoryService:1.0"};
|
public com.vci.corba.bofactory.BOFactoryService _this()
|
{
|
org.omg.CORBA.Object __o = _this_object() ;
|
com.vci.corba.bofactory.BOFactoryService __r = com.vci.corba.bofactory.BOFactoryServiceHelper.narrow(__o);
|
return __r;
|
}
|
public com.vci.corba.bofactory.BOFactoryService _this(org.omg.CORBA.ORB orb)
|
{
|
org.omg.CORBA.Object __o = _this_object(orb) ;
|
com.vci.corba.bofactory.BOFactoryService __r = com.vci.corba.bofactory.BOFactoryServiceHelper.narrow(__o);
|
return __r;
|
}
|
public org.omg.CORBA.portable.OutputStream _invoke(String method, org.omg.CORBA.portable.InputStream _input, org.omg.CORBA.portable.ResponseHandler handler)
|
throws org.omg.CORBA.SystemException
|
{
|
org.omg.CORBA.portable.OutputStream _out = null;
|
// do something
|
// quick lookup of operation
|
java.lang.Integer opsIndex = (java.lang.Integer)m_opsHash.get ( method );
|
if ( null == opsIndex )
|
throw new org.omg.CORBA.BAD_OPERATION(method + " not found");
|
switch ( opsIndex.intValue() )
|
{
|
case 0: // batchCreateBOWithLinkNoCheckNoLog
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectListHolder _arg0= new com.vci.corba.omd.data.BusinessObjectListHolder();
|
_arg0._read (_input);
|
com.vci.corba.omd.data.LinkObjectListHolder _arg1= new com.vci.corba.omd.data.LinkObjectListHolder();
|
_arg1._read (_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchCreateBOWithLinkNoCheckNoLog(_arg0,_arg1));
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,_arg0.value);
|
com.vci.corba.omd.data.LinkObjectListHelper.write(_out,_arg1.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 1: // batchUpdateLinkObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.LinkObjectListHolder _arg0= new com.vci.corba.omd.data.LinkObjectListHolder();
|
_arg0._read (_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchUpdateLinkObject(_arg0));
|
com.vci.corba.omd.data.LinkObjectListHelper.write(_out,_arg0.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 2: // updateBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectHolder _arg0= new com.vci.corba.omd.data.BusinessObjectHolder();
|
_arg0._read (_input);
|
_out = handler.createReply();
|
_out.write_boolean(updateBusinessObject(_arg0));
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,_arg0.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 3: // getClssficationValue
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
com.vci.corba.omd.data.AttributeValue[] _arg1=com.vci.corba.omd.data.AttributeValueListHelper.read(_input);
|
_out = handler.createReply();
|
com.vci.corba.common.data.WStringArrayHelper.write(_out,getClssficationValue(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 4: // batchDeleteLinkObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.LinkObject[] _arg0=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchDeleteLinkObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 5: // batchCreateLinkObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.LinkObject[] _arg0=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
_out = handler.createReply();
|
com.vci.corba.omd.data.LinkObjectListHelper.write(_out,batchCreateLinkObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 6: // batchChangeBusinessObjectOwner
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.framework.data.UserInfo[] _arg1=com.vci.corba.framework.data.UserInfoListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchChangeBusinessObjectOwner(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 7: // getNextRevisionValueObject
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
java.lang.String _arg1=_input.read_wstring();
|
java.lang.String _arg2=_input.read_wstring();
|
boolean _arg3=_input.read_boolean();
|
java.lang.String _arg4=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.RevisionDataInfoHelper.write(_out,getNextRevisionValueObject(_arg0,_arg1,_arg2,_arg3,_arg4));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 8: // transferBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectHolder _arg0= new com.vci.corba.omd.data.BusinessObjectHolder();
|
_arg0._read (_input);
|
com.vci.corba.omd.lifecycleManager.TransitionVO _arg1=com.vci.corba.omd.lifecycleManager.TransitionVOHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(transferBusinessObject(_arg0,_arg1));
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,_arg0.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 9: // getLastRevisionBusinessObject
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
java.lang.String _arg1=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,getLastRevisionBusinessObject(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 10: // checkInBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(checkInBusinessObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 11: // executeUpdateSql
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
_out = handler.createReply();
|
_out.write_boolean(executeUpdateSql(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 12: // transferBusinessObjectAndRelease
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectHolder _arg0= new com.vci.corba.omd.data.BusinessObjectHolder();
|
_arg0._read (_input);
|
com.vci.corba.omd.lifecycleManager.TransitionVO _arg1=com.vci.corba.omd.lifecycleManager.TransitionVOHelper.read(_input);
|
java.lang.String _arg2=_input.read_wstring();
|
_out = handler.createReply();
|
_out.write_boolean(transferBusinessObjectAndRelease(_arg0,_arg1,_arg2));
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,_arg0.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 13: // updateBusinessObjectOut
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectHolder _arg0= new com.vci.corba.omd.data.BusinessObjectHolder();
|
_arg0._read (_input);
|
_out = handler.createReply();
|
_out.write_boolean(updateBusinessObjectOut(_arg0));
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,_arg0.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 14: // getNextVersionValue
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
java.lang.String _arg1=_input.read_wstring();
|
java.lang.String _arg2=_input.read_wstring();
|
int _arg3=_input.read_long();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.VersionDataInfoHelper.write(_out,getNextVersionValue(_arg0,_arg1,_arg2,_arg3));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 15: // createLinkObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.LinkObject _arg0=com.vci.corba.omd.data.LinkObjectHelper.read(_input);
|
_out = handler.createReply();
|
com.vci.corba.omd.data.LinkObjectHelper.write(_out,createLinkObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 16: // batchRevisonBusinessObject
|
{
|
try
|
{
|
java.lang.String[] _arg0=com.vci.corba.common.data.WStringArrayHelper.read(_input);
|
java.lang.String _arg1=_input.read_wstring();
|
_out = handler.createReply();
|
_out.write_boolean(batchRevisonBusinessObject(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 17: // batchUpdateBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectListHolder _arg0= new com.vci.corba.omd.data.BusinessObjectListHolder();
|
_arg0._read (_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchUpdateBusinessObject(_arg0));
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,_arg0.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 18: // executeUpdateSqlByParams
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
com.vci.corba.omd.data.AttributeValue[] _arg1=com.vci.corba.omd.data.AttributeValueListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(executeUpdateSqlByParams(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 19: // getCustomSqlValue
|
{
|
try
|
{
|
java.lang.String[] _arg0=com.vci.corba.common.data.WStringArrayHelper.read(_input);
|
_out = handler.createReply();
|
com.vci.corba.common.data.WStringArray2DHelper.write(_out,getCustomSqlValue(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 20: // checkoutBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(checkoutBusinessObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 21: // batchCUDBOLOByTransaction
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
com.vci.corba.omd.data.BusinessObject[] _arg1=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.omd.data.LinkObject[] _arg2=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
com.vci.corba.omd.data.BusinessObject[] _arg3=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.omd.data.LinkObject[] _arg4=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
com.vci.corba.omd.data.BusinessObject[] _arg5=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.omd.data.LinkObject[] _arg6=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchCUDBOLOByTransaction(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 22: // deleteBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
int _arg1=_input.read_long();
|
_out = handler.createReply();
|
_out.write_boolean(deleteBusinessObject(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 23: // batchDeleteBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
int _arg1=_input.read_long();
|
_out = handler.createReply();
|
_out.write_boolean(batchDeleteBusinessObject(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 24: // getNextRevisionValue
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
int _arg1=_input.read_long();
|
java.lang.String _arg2=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.RevisionDataInfoHelper.write(_out,getNextRevisionValue(_arg0,_arg1,_arg2));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 25: // unCheckOutBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(unCheckOutBusinessObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 26: // batchCreateBusinessObjectWithLink
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectListHolder _arg0= new com.vci.corba.omd.data.BusinessObjectListHolder();
|
_arg0._read (_input);
|
com.vci.corba.omd.data.LinkObjectListHolder _arg1= new com.vci.corba.omd.data.LinkObjectListHolder();
|
_arg1._read (_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchCreateBusinessObjectWithLink(_arg0,_arg1));
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,_arg0.value);
|
com.vci.corba.omd.data.LinkObjectListHelper.write(_out,_arg1.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 27: // batchCUDBOLO
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectListHolder _arg0= new com.vci.corba.omd.data.BusinessObjectListHolder();
|
_arg0._read (_input);
|
com.vci.corba.omd.data.LinkObjectListHolder _arg1= new com.vci.corba.omd.data.LinkObjectListHolder();
|
_arg1._read (_input);
|
com.vci.corba.omd.data.BusinessObjectListHolder _arg2= new com.vci.corba.omd.data.BusinessObjectListHolder();
|
_arg2._read (_input);
|
com.vci.corba.omd.data.LinkObjectListHolder _arg3= new com.vci.corba.omd.data.LinkObjectListHolder();
|
_arg3._read (_input);
|
com.vci.corba.omd.data.BusinessObject[] _arg4=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.omd.data.LinkObject[] _arg5=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchCUDBOLO(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5));
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,_arg0.value);
|
com.vci.corba.omd.data.LinkObjectListHelper.write(_out,_arg1.value);
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,_arg2.value);
|
com.vci.corba.omd.data.LinkObjectListHelper.write(_out,_arg3.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 28: // batchCheckInBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchCheckInBusinessObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 29: // test
|
{
|
_out = handler.createReply();
|
test();
|
break;
|
}
|
case 30: // changeBusinessObjectOwner
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
com.vci.corba.framework.data.UserInfo _arg1=com.vci.corba.framework.data.UserInfoHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(changeBusinessObjectOwner(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 31: // readLinkObjectByFromBO
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
java.lang.String _arg1=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.LinkObjectListHelper.write(_out,readLinkObjectByFromBO(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 32: // createBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
boolean _arg1=_input.read_boolean();
|
boolean _arg2=_input.read_boolean();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,createBusinessObject(_arg0,_arg1,_arg2));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 33: // batchUnCheckOutBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchUnCheckOutBusinessObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 34: // batchTransferBusinessObjectAndRelease
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.omd.lifecycleManager.TransitionVO[] _arg1=com.vci.corba.omd.lifecycleManager.TransitionVOArrayHelper.read(_input);
|
java.lang.String[] _arg2=com.vci.corba.common.data.WStringArrayHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchTransferBusinessObjectAndRelease(_arg0,_arg1,_arg2));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 35: // revisionBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
com.vci.corba.omd.data.LinkObject[] _arg1=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
boolean _arg2=_input.read_boolean();
|
boolean _arg3=_input.read_boolean();
|
boolean _arg4=_input.read_boolean();
|
boolean _arg5=_input.read_boolean();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,revisionBusinessObject(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 36: // readLinkObjectById
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
java.lang.String _arg1=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.LinkObjectHelper.write(_out,readLinkObjectById(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 37: // deleteLinkObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.LinkObject _arg0=com.vci.corba.omd.data.LinkObjectHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(deleteLinkObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 38: // executeUpdateSqls
|
{
|
try
|
{
|
java.lang.String[] _arg0=com.vci.corba.common.data.WStringArrayHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(executeUpdateSqls(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 39: // updateLinkObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.LinkObjectHolder _arg0= new com.vci.corba.omd.data.LinkObjectHolder();
|
_arg0._read (_input);
|
_out = handler.createReply();
|
_out.write_boolean(updateLinkObject(_arg0));
|
com.vci.corba.omd.data.LinkObjectHelper.write(_out,_arg0.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 40: // batchCreateDeleteBOLO
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectListHolder _arg0= new com.vci.corba.omd.data.BusinessObjectListHolder();
|
_arg0._read (_input);
|
com.vci.corba.omd.data.LinkObjectListHolder _arg1= new com.vci.corba.omd.data.LinkObjectListHolder();
|
_arg1._read (_input);
|
com.vci.corba.omd.data.BusinessObject[] _arg2=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.omd.data.LinkObject[] _arg3=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchCreateDeleteBOLO(_arg0,_arg1,_arg2,_arg3));
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,_arg0.value);
|
com.vci.corba.omd.data.LinkObjectListHelper.write(_out,_arg1.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 41: // beginTransaction
|
{
|
_out = handler.createReply();
|
java.lang.String tmpResult1150 = beginTransaction();
|
_out.write_wstring( tmpResult1150 );
|
break;
|
}
|
case 42: // getSqlQueryResult
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
com.vci.corba.omd.data.AttributeValue[] _arg1=com.vci.corba.omd.data.AttributeValueListHelper.read(_input);
|
_out = handler.createReply();
|
com.vci.corba.common.data.WStringArray2DHelper.write(_out,getSqlQueryResult(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 43: // createBusinessObjectWithLinkTS
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.omd.data.LinkObject _arg1=com.vci.corba.omd.data.LinkObjectHelper.read(_input);
|
org.omg.CORBA.StringHolder _arg2= new org.omg.CORBA.StringHolder();
|
_arg2.value = _input.read_wstring ();
|
_out = handler.createReply();
|
_out.write_boolean(createBusinessObjectWithLinkTS(_arg0,_arg1,_arg2));
|
java.lang.String tmpResult1151 = _arg2.value;
|
_out.write_wstring( tmpResult1151 );
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 44: // commitTransaction
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
org.omg.CORBA.StringHolder _arg1= new org.omg.CORBA.StringHolder();
|
_arg1.value = _input.read_wstring ();
|
_out = handler.createReply();
|
_out.write_boolean(commitTransaction(_arg0,_arg1));
|
java.lang.String tmpResult1152 = _arg1.value;
|
_out.write_wstring( tmpResult1152 );
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 45: // createBusinessObjectWithLink
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObjectListHolder _arg0= new com.vci.corba.omd.data.BusinessObjectListHolder();
|
_arg0._read (_input);
|
com.vci.corba.omd.data.LinkObjectHolder _arg1= new com.vci.corba.omd.data.LinkObjectHolder();
|
_arg1._read (_input);
|
_out = handler.createReply();
|
_out.write_boolean(createBusinessObjectWithLink(_arg0,_arg1));
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,_arg0.value);
|
com.vci.corba.omd.data.LinkObjectHelper.write(_out,_arg1.value);
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 46: // readBusinessObject
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
java.lang.String _arg1=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,readBusinessObject(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 47: // batchCheckoutBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
_out = handler.createReply();
|
_out.write_boolean(batchCheckoutBusinessObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 48: // batchCreateBusinessObjectWithLinkTS
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
com.vci.corba.omd.data.LinkObject[] _arg1=com.vci.corba.omd.data.LinkObjectListHelper.read(_input);
|
org.omg.CORBA.StringHolder _arg2= new org.omg.CORBA.StringHolder();
|
_arg2.value = _input.read_wstring ();
|
_out = handler.createReply();
|
_out.write_boolean(batchCreateBusinessObjectWithLinkTS(_arg0,_arg1,_arg2));
|
java.lang.String tmpResult1153 = _arg2.value;
|
_out.write_wstring( tmpResult1153 );
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 49: // initBusinessObject
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,initBusinessObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 50: // revisionBusinessObjectWithLink
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject _arg0=com.vci.corba.omd.data.BusinessObjectHelper.read(_input);
|
java.lang.String[] _arg1=com.vci.corba.common.data.WStringArrayHelper.read(_input);
|
boolean _arg2=_input.read_boolean();
|
boolean _arg3=_input.read_boolean();
|
boolean _arg4=_input.read_boolean();
|
boolean _arg5=_input.read_boolean();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.BusinessObjectHelper.write(_out,revisionBusinessObjectWithLink(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 51: // batchCreateBusinessObject
|
{
|
try
|
{
|
com.vci.corba.omd.data.BusinessObject[] _arg0=com.vci.corba.omd.data.BusinessObjectListHelper.read(_input);
|
boolean _arg1=_input.read_boolean();
|
boolean _arg2=_input.read_boolean();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,batchCreateBusinessObject(_arg0,_arg1,_arg2));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 52: // initLinkObject
|
{
|
try
|
{
|
java.lang.String _arg0=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.LinkObjectHelper.write(_out,initLinkObject(_arg0));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
case 53: // getBatchBusinessObject
|
{
|
try
|
{
|
java.lang.String[] _arg0=com.vci.corba.common.data.WStringArrayHelper.read(_input);
|
java.lang.String _arg1=_input.read_wstring();
|
_out = handler.createReply();
|
com.vci.corba.omd.data.BusinessObjectListHelper.write(_out,getBatchBusinessObject(_arg0,_arg1));
|
}
|
catch(com.vci.corba.common.VCIError _ex0)
|
{
|
_out = handler.createExceptionReply();
|
com.vci.corba.common.VCIErrorHelper.write(_out, _ex0);
|
}
|
break;
|
}
|
}
|
return _out;
|
}
|
|
public String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] obj_id)
|
{
|
return ids;
|
}
|
}
|