Package org.kapott.hbci.GV
Class GVKontoauszugPdf
- java.lang.Object
-
- org.kapott.hbci.GV.HBCIJobImpl
-
- org.kapott.hbci.GV.GVKontoauszugPdf
-
- All Implemented Interfaces:
HBCIJob
public class GVKontoauszugPdf extends HBCIJobImpl
Implementierung des Geschaeftsvorfalls fuer den elektronischen Kontoauszug (HKEKP) im PDF-Format
-
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV.HBCIJobImpl
jobResult
-
-
Constructor Summary
Constructors Constructor Description GVKontoauszugPdf(HBCIHandler handler)ct.GVKontoauszugPdf(HBCIHandler handler, java.lang.String name)ct.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidextractResults(HBCIMsgStatus msgstatus, java.lang.String header, int idx)static java.lang.StringgetLowlevelName()Liefert den Lowlevel-Namen des Auftrags.voidverifyConstraints()-
Methods inherited from class org.kapott.hbci.GV.HBCIJobImpl
acceptsParam, addConstraint, addConstraint, addSignaturePassport, addToQueue, addToQueue, canNationalAcc, checkAccountCRC, createJobSegment, createJobSegment, fillJobResult, getChallengeParam, getExternalId, getHBCICode, getJobName, getJobParameterNames, getJobRestrictions, getJobResult, getJobResultNames, getLowlevelParam, getLowlevelParams, getMainPassport, getMaxNumberPerMsg, getMinSigs, getName, getOrderAccount, getParentHandler, getSecurityClass, getSegVersion, getSignaturePassports, needsContinue, saveReturnValues, setContinueOffset, setExternalId, setIdx, setLowlevelParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setSegVersion, twoDigitValueInList
-
-
-
-
Constructor Detail
-
GVKontoauszugPdf
public GVKontoauszugPdf(HBCIHandler handler, java.lang.String name)
ct.- Parameters:
handler-name-
-
GVKontoauszugPdf
public GVKontoauszugPdf(HBCIHandler handler)
ct.- Parameters:
handler-
-
-
Method Detail
-
getLowlevelName
public static java.lang.String getLowlevelName()
Liefert den Lowlevel-Namen des Auftrags.- Returns:
- der Lowlevel-Name des Auftrags.
-
extractResults
protected void extractResults(HBCIMsgStatus msgstatus, java.lang.String header, int idx)
- Overrides:
extractResultsin classHBCIJobImpl- See Also:
HBCIJobImpl.extractResults(org.kapott.hbci.status.HBCIMsgStatus,java.lang.String, int)
-
verifyConstraints
public void verifyConstraints()
- Overrides:
verifyConstraintsin classHBCIJobImpl- See Also:
HBCIJobImpl.verifyConstraints()
-
-