Package org.kapott.hbci.GV
Class GVKontoauszug
- java.lang.Object
-
- org.kapott.hbci.GV.HBCIJobImpl
-
- org.kapott.hbci.GV.GVKontoauszug
-
- All Implemented Interfaces:
HBCIJob
public class GVKontoauszug extends HBCIJobImpl
Implementierung des Geschaeftsvorfalls fuer den elektronischen Kontoauszug (HKEKA)
-
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV.HBCIJobImpl
jobResult
-
-
Constructor Summary
Constructors Constructor Description GVKontoauszug(HBCIHandler handler)
ct.GVKontoauszug(HBCIHandler handler, java.lang.String name)
ct.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
extractResults(HBCIMsgStatus msgstatus, java.lang.String header, int idx)
static java.lang.String
getLowlevelName()
Liefert den Lowlevel-Namen.protected boolean
redoAllowed()
Wir erlauben per Default erstmal kein Redo bei einem 3040-Code.void
verifyConstraints()
-
Methods inherited from class org.kapott.hbci.GV.HBCIJobImpl
acceptsParam, addConstraint, addConstraint, addSignaturePassport, addToQueue, addToQueue, applyOffset, canNationalAcc, checkAccountCRC, createJobSegment, createJobSegment, fillJobResult, fillJobResultFromTanJob, getChallengeParam, getExternalId, getHBCICode, getJobName, getJobParameterNames, getJobRestrictions, getJobResult, getJobResultNames, getLowlevelParam, getLowlevelParams, getMainPassport, getMaxNumberPerMsg, getMinSigs, getName, getOrderAccount, getParentHandler, getSecurityClass, getSegVersion, getSignaturePassports, haveTan, redo, saveReturnValues, setExternalId, setIdx, setLowlevelParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setSegVersion, skip, skipped, tanApplied, twoDigitValueInList
-
-
-
-
Constructor Detail
-
GVKontoauszug
public GVKontoauszug(HBCIHandler handler, java.lang.String name)
ct.- Parameters:
handler
-name
-
-
GVKontoauszug
public GVKontoauszug(HBCIHandler handler)
ct.- Parameters:
handler
-
-
-
Method Detail
-
getLowlevelName
public static java.lang.String getLowlevelName()
Liefert den Lowlevel-Namen.- Returns:
- der Lowlevel-Name.
-
redoAllowed
protected boolean redoAllowed()
Description copied from class:HBCIJobImpl
Wir erlauben per Default erstmal kein Redo bei einem 3040-Code. Es sei denn, im Job ist explizit uebeschrieben. Siehe https://homebanking-hilfe.de/forum/topic.php?p=150614#real150614- Overrides:
redoAllowed
in classHBCIJobImpl
- Returns:
- true, wenn redo erlaubt ist.
- See Also:
HBCIJobImpl.redoAllowed()
-
extractResults
protected void extractResults(HBCIMsgStatus msgstatus, java.lang.String header, int idx)
- Overrides:
extractResults
in classHBCIJobImpl
- See Also:
HBCIJobImpl.extractResults(org.kapott.hbci.status.HBCIMsgStatus, java.lang.String, int)
-
verifyConstraints
public void verifyConstraints()
- Overrides:
verifyConstraints
in classHBCIJobImpl
- See Also:
HBCIJobImpl.verifyConstraints()
-
-