📄 _ejsremotecmpcompany_eb9e26f7_tie.java
字号:
}
case 1386189865:
if (method.equals("_set_customer_prefix_cd")) {
return _set_customer_prefix_cd(in, reply);
}
case 1474458666:
if (method.equals("_get_company_desc_chs")) {
return _get_company_desc_chs(in, reply);
}
case 1474458667:
if (method.equals("_get_company_desc_cht")) {
return _get_company_desc_cht(in, reply);
}
case 1474460762:
if (method.equals("_get_company_desc_eng")) {
return _get_company_desc_eng(in, reply);
}
case 1503091235:
if (method.equals("_set_base_currency")) {
return _set_base_currency(in, reply);
}
case 1573216237:
if (method.equals("_get_last_modify_dttm")) {
return _get_last_modify_dttm(in, reply);
}
case 1686794136:
if (method.equals("_set_company_name_chs")) {
return _set_company_name_chs(in, reply);
}
case 1686794137:
if (method.equals("_set_company_name_cht")) {
return _set_company_name_cht(in, reply);
}
case 1686796232:
if (method.equals("_set_company_name_eng")) {
return _set_company_name_eng(in, reply);
}
case 1735976109:
if (method.equals("_get_postal_cd")) {
return _get_postal_cd(in, reply);
}
case 1746040238:
if (method.equals("_get_active")) {
return _get_active(in, reply);
}
case 1936868156:
if (method.equals("_get_last_mth_end")) {
return _get_last_mth_end(in, reply);
}
case 1944413392:
if (method.equals("_get_handle")) {
return _get_handle(in, reply);
}
}
throw new BAD_OPERATION();
} catch (SystemException ex) {
throw ex;
} catch (Throwable ex) {
throw new UnknownException(ex);
}
}
private org.omg.CORBA.portable.OutputStream _get_EJBHome(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
EJBHome result = target.getEJBHome();
org.omg.CORBA.portable.OutputStream out = reply.createReply();
Util.writeRemoteObject(out,result);
return out;
}
private org.omg.CORBA.portable.OutputStream _get_primaryKey(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
Object result = target.getPrimaryKey();
org.omg.CORBA.portable.OutputStream out = reply.createReply();
Util.writeAny(out,result);
return out;
}
private org.omg.CORBA.portable.OutputStream remove(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
try {
target.remove();
} catch (RemoveException ex) {
String id = "IDL:javax/ejb/RemoveEx:1.0";
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createExceptionReply();
out.write_string(id);
out.write_value(ex,RemoveException.class);
return out;
}
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_handle(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
Handle result = target.getHandle();
org.omg.CORBA.portable.OutputStream out = reply.createReply();
Util.writeAbstractObject(out,result);
return out;
}
private org.omg.CORBA.portable.OutputStream isIdentical(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
EJBObject arg0 = (EJBObject) in.read_Object(EJBObject.class);
boolean result = target.isIdentical(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
out.write_boolean(result);
return out;
}
private org.omg.CORBA.portable.OutputStream _get_active(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getActive();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_active(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setActive(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_base_currency(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getBase_currency();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_base_currency(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setBase_currency(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_company_address_chs(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getCompany_address_chs();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_company_address_chs(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setCompany_address_chs(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_company_address_cht(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getCompany_address_cht();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_company_address_cht(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setCompany_address_cht(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_company_address_eng(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getCompany_address_eng();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_company_address_eng(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setCompany_address_eng(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_company_name_chs(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getCompany_name_chs();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_company_name_chs(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setCompany_name_chs(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_company_name_cht(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getCompany_name_cht();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_company_name_cht(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setCompany_name_cht(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_company_name_eng(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getCompany_name_eng();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_company_name_eng(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setCompany_name_eng(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_email(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getEmail();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
private org.omg.CORBA.portable.OutputStream _set_email(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String arg0 = (String) in.read_value(String.class);
target.setEmail(arg0);
org.omg.CORBA.portable.OutputStream out = reply.createReply();
return out;
}
private org.omg.CORBA.portable.OutputStream _get_fax(org.omg.CORBA_2_3.portable.InputStream in , org.omg.CORBA.portable.ResponseHandler reply) throws Throwable {
String result = target.getFax();
org.omg.CORBA_2_3.portable.OutputStream out =
(org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result,String.class);
return out;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -