파라미터 이름 수정

master
mjkhan21 1 year ago
parent b2d43f47f0
commit be9e64a26d

@ -258,72 +258,72 @@ public class BugaWSSoapBindingStub extends Stub implements BugaWS {
}
@Override
public Bu04UserInfoWSDTO getUserInfo(String in0) throws RemoteException {
return execute(_operations[0], "", new Object[] {in0});
public Bu04UserInfoWSDTO getUserInfo(String userId) throws RemoteException {
return execute(_operations[0], "", new Object[] {userId});
}
@Override
public boolean isCheckBugaUpdate(String in0, String in1, String in2, String in3, String in4, String in5) throws RemoteException {
return execute(_operations[1], "BugaSoapAction", new Object[] {in0, in1, in2, in3, in4, in5});
public Bu04SemokWSDTO[] getListSemokInfo(String siguCd, String buseoCd) throws RemoteException {
return execute(_operations[4], "", new Object[] {siguCd, buseoCd});
}
@Override
public String getNewTaxNo(String in0, String in1, String in2, String in3) throws RemoteException {
return execute(_operations[2], "BugaSoapAction", new Object[] {in0, in1, in2, in3});
public Bu04SemokWSDTO getSemokInfo(String siguCd, String buseoCd, String semokCd) throws RemoteException {
return execute(_operations[3], "BugaSoapAction", new Object[] {siguCd, buseoCd, semokCd});
}
@Override
public Bu04SemokWSDTO getSemokInfo(String in0, String in1, String in2) throws RemoteException {
return execute(_operations[3], "BugaSoapAction", new Object[] {in0, in1, in2});
public Bu04SemokWSRACSDTO getSemokInfoRACS(String siguCd, String buseoCd, String semokCd) throws RemoteException {
return execute(_operations[10], "", new Object[] {siguCd, buseoCd, semokCd});
}
@Override
public Bu04SemokWSDTO[] getListSemokInfo(String in0, String in1) throws RemoteException {
return execute(_operations[4], "", new Object[] {in0, in1});
public String getNewTaxNo(String siguCd, String semokCd, String taxYm, String taxGubun) throws RemoteException {
return execute(_operations[2], "BugaSoapAction", new Object[] {siguCd, semokCd, taxYm, taxGubun});
}
@Override
public StatusCodeWSDTO insertBugaRegist(Bu04BugaWSDTO in0) throws RemoteException {
return execute(_operations[5], "BugaSoapAction", new Object[] {in0});
public Bu04SimpleBugaWSDTO[] getListSimpleBuga(String buchGubun, String sysGubun, String mulNm) throws RemoteException {
return execute(_operations[8], "", new Object[] {buchGubun, sysGubun, mulNm});
}
@Override
public StatusCodeWSDTO insertBugaRegistExt(Bu04BugaExtWSDTO in0) throws RemoteException {
return execute(_operations[6], "", new Object[] {in0});
public Bu04SimpleBugaETCWSDTO getSimpleBuga(String buchGubun, String sysGubun, String siguCd, String semokCd, String taxYm, String taxGubun, String taxNo) throws RemoteException {
return execute(_operations[9], "", new Object[] {buchGubun, sysGubun, siguCd, semokCd, taxYm, taxGubun, taxNo});
}
@Override
public StatusCodeWSDTO deleteBuga(String in0, String in1, String in2, String in3, String in4, String in5, String in6, String in7) throws RemoteException {
return execute(_operations[7], "", new Object[] {in0, in1, in2, in3, in4, in5, in6, in7});
public StatusCodeWSDTO insertBugaRegist(Bu04BugaWSDTO issue) throws RemoteException {
return execute(_operations[5], "BugaSoapAction", new Object[] {issue});
}
@Override
public Bu04SimpleBugaWSDTO[] getListSimpleBuga(String in0, String in1, String in2) throws RemoteException {
return execute(_operations[8], "", new Object[] {in0, in1, in2});
public StatusCodeWSDTO insertBugaRegistExt(Bu04BugaExtWSDTO issue) throws RemoteException {
return execute(_operations[6], "", new Object[] {issue});
}
@Override
public Bu04SimpleBugaETCWSDTO getSimpleBuga(String in0, String in1, String in2, String in3, String in4, String in5, String in6) throws RemoteException {
return execute(_operations[9], "", new Object[] {in0, in1, in2, in3, in4, in5, in6});
public boolean isCheckBugaUpdate(String siguCd, String buseoCd, String semokCd, String taxYm, String taxGubun, String taxNo) throws RemoteException {
return execute(_operations[1], "BugaSoapAction", new Object[] {siguCd, buseoCd, semokCd, taxYm, taxGubun, taxNo});
}
@Override
public Bu04SemokWSRACSDTO getSemokInfoRACS(String in0, String in1, String in2) throws RemoteException {
return execute(_operations[10], "", new Object[] {in0, in1, in2});
public StatusCodeWSDTO deleteBuga(String siguCd, String buseoCd, String semokCd, String taxYm, String taxGubun, String taxNo, String lastWorkId, String sysGubun) throws RemoteException {
return execute(_operations[7], "", new Object[] {siguCd, buseoCd, semokCd, taxYm, taxGubun, taxNo, lastWorkId, sysGubun});
}
@Override
public Bu04GyuljeInfoDTO getGyuljeInfo(String in0, String in1, String in2, String in3, String in4, String in5, String in6) throws RemoteException {
return execute(_operations[11], "", new Object[] {in0, in1, in2, in3, in4, in5, in6});
public StatusCodeWSDTO biGwaSeRegistWS(String siguCd, String buseoCd, String semokCd, String taxYm, String taxGubun, String taxNo, String buDcGubun) throws RemoteException {
return execute(_operations[12], "", new Object[] {siguCd, buseoCd, semokCd, taxYm, taxGubun, taxNo, buDcGubun});
}
@Override
public StatusCodeWSDTO biGwaSeRegistWS(String in0, String in1, String in2, String in3, String in4, String in5, String in6) throws RemoteException {
return execute(_operations[12], "", new Object[] {in0, in1, in2, in3, in4, in5, in6});
public Bu04GyuljeInfoDTO getGyuljeInfo(String siguCd, String semokCd, String taxYm, String taxGubun, String buseoCd, String taxNo, String lastWorkId) throws RemoteException {
return execute(_operations[11], "", new Object[] {siguCd, semokCd, taxYm, taxGubun, buseoCd, taxNo, lastWorkId});
}
@Override
public StatusCodeWSDTO updateNapgiYmd(Bu04BugaWSDTO in0) throws RemoteException {
return execute(_operations[13], "", new Object[] {in0});
public StatusCodeWSDTO updateNapgiYmd(Bu04BugaWSDTO issue) throws RemoteException {
return execute(_operations[13], "", new Object[] {issue});
}
}
Loading…
Cancel
Save