moazs.szr
Class SZRClient

java.lang.Object
  extended bymoazs.szr.SZRClient

public class SZRClient
extends Object


Constructor Summary
SZRClient(URL url, String pvpFilePath, float pvpVersion)
           
 
Method Summary
 at.gv.bmi.szr.PersonInfoType createPerson(String givenName, String familyName, String birthDay)
           
 void initConnection(URL url, File pvpFile, float pvpVersion)
           
 String processGetBPK(at.gv.bmi.szr.PersonInfoType personInfoType, String bereich)
           
 at.gv.bmi.szr.IdentityLinkType processGetIdentityLink(at.gv.bmi.szr.PersonInfoType personInfoType, at.gv.bmi.szr.key.KeyValueType[] keys)
           
 String processGetOrganwalterBPK(at.gv.bmi.szr.PersonInfoType personInfoType)
           
 String processGetStammzahl(at.gv.bmi.szr.PersonInfoType personInfoType)
           
 at.gv.bmi.szr.FremdBPKType processTranslateBPK(at.gv.bmi.szr.PersonInfoType personInfoType, String bPK, String inputTarget, String outputTarget, String vkz, String reason)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SZRClient

public SZRClient(URL url,
                 String pvpFilePath,
                 float pvpVersion)
          throws SZRClientException
Method Detail

initConnection

public void initConnection(URL url,
                           File pvpFile,
                           float pvpVersion)
                    throws ServiceException
Throws:
ServiceException

processGetStammzahl

public String processGetStammzahl(at.gv.bmi.szr.PersonInfoType personInfoType)
                           throws SZRClientException
Throws:
SZRClientException

processGetOrganwalterBPK

public String processGetOrganwalterBPK(at.gv.bmi.szr.PersonInfoType personInfoType)
                                throws SZRClientException
Throws:
SZRClientException

processGetBPK

public String processGetBPK(at.gv.bmi.szr.PersonInfoType personInfoType,
                            String bereich)
                     throws SZRClientException
Throws:
SZRClientException

processGetIdentityLink

public at.gv.bmi.szr.IdentityLinkType processGetIdentityLink(at.gv.bmi.szr.PersonInfoType personInfoType,
                                                             at.gv.bmi.szr.key.KeyValueType[] keys)
                                                      throws SZRClientException
Throws:
SZRClientException

processTranslateBPK

public at.gv.bmi.szr.FremdBPKType processTranslateBPK(at.gv.bmi.szr.PersonInfoType personInfoType,
                                                      String bPK,
                                                      String inputTarget,
                                                      String outputTarget,
                                                      String vkz,
                                                      String reason)
                                               throws SZRClientException
Throws:
SZRClientException

createPerson

public at.gv.bmi.szr.PersonInfoType createPerson(String givenName,
                                                 String familyName,
                                                 String birthDay)
                                          throws SZRClientException
Throws:
SZRClientException


Copyright 2008 EGIZ. All Rights Reserved.