Package org.kapott.hbci.GV
Class GVKUmsAllCamt
- java.lang.Object
-
- org.kapott.hbci.GV.HBCIJobImpl
-
- org.kapott.hbci.GV.AbstractSEPAGV
-
- org.kapott.hbci.GV.GVKUmsAllCamt
-
- All Implemented Interfaces:
HBCIJob
public class GVKUmsAllCamt extends AbstractSEPAGV
Implementierung des Geschaeftsvorfalls zum Abruf von Umsaetzen mit Angabe des Zeitraums im CAMT-Format (HKCAZ).
-
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV.AbstractSEPAGV
ENDTOEND_ID_NOTPROVIDED, sepaParams
-
Fields inherited from class org.kapott.hbci.GV.HBCIJobImpl
jobResult
-
-
Constructor Summary
Constructors Constructor Description GVKUmsAllCamt(HBCIHandler handler)ct.GVKUmsAllCamt(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)protected SepaVersiongetDefaultPainVersion()Liefert die Default-PAIN-Version, das verwendet werden soll, wenn von der Bank keine geliefert wurden.static java.lang.StringgetLowlevelName()protected SepaVersion.TypegetPainType()Liefert den PAIN-Type.protected booleanredoAllowed()Wir erlauben per Default erstmal kein Redo bei einem 3040-Code.voidverifyConstraints()Bei SEPA Geschäftsvorfällen müssen wir verifyConstraints überschreiben um die SEPA XML zu generieren-
Methods inherited from class org.kapott.hbci.GV.AbstractSEPAGV
addConstraint, createSEPAFromParams, getLowlevelParam, getPainJobName, getPainVersion, getSEPAGenerator, getSEPAMessageId, getSEPAParam, setLowlevelParam, setSEPAParam
-
Methods inherited from class org.kapott.hbci.GV.HBCIJobImpl
acceptsParam, addConstraint, addSignaturePassport, addToQueue, addToQueue, applyOffset, canNationalAcc, checkAccountCRC, createJobSegment, createJobSegment, fillJobResult, fillJobResultFromTanJob, getChallengeParam, getExternalId, getHBCICode, getJobName, getJobParameterNames, getJobRestrictions, getJobResult, getJobResultNames, getLowlevelParams, getMainPassport, getMaxNumberPerMsg, getMinSigs, getName, getOrderAccount, getParentHandler, getSecurityClass, getSegVersion, getSignaturePassports, haveTan, redo, saveReturnValues, setExternalId, setIdx, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setSegVersion, skip, skipped, tanApplied, twoDigitValueInList
-
-
-
-
Constructor Detail
-
GVKUmsAllCamt
public GVKUmsAllCamt(HBCIHandler handler, java.lang.String name)
ct.- Parameters:
handler-name-
-
GVKUmsAllCamt
public GVKUmsAllCamt(HBCIHandler handler)
ct.- Parameters:
handler-
-
-
Method Detail
-
getLowlevelName
public static java.lang.String getLowlevelName()
- Returns:
- der Lowlevelname.
-
getDefaultPainVersion
protected SepaVersion getDefaultPainVersion()
Description copied from class:AbstractSEPAGVLiefert die Default-PAIN-Version, das verwendet werden soll, wenn von der Bank keine geliefert wurden.- Specified by:
getDefaultPainVersionin classAbstractSEPAGV- Returns:
- Default-Pain-Version.
- See Also:
AbstractSEPAGV.getDefaultPainVersion()
-
getPainType
protected SepaVersion.Type getPainType()
Description copied from class:AbstractSEPAGVLiefert den PAIN-Type.- Specified by:
getPainTypein classAbstractSEPAGV- Returns:
- der PAIN-Type.
- See Also:
AbstractSEPAGV.getPainType()
-
redoAllowed
protected boolean redoAllowed()
Description copied from class:HBCIJobImplWir 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:
redoAllowedin classHBCIJobImpl- Returns:
- true, wenn redo erlaubt ist.
- See Also:
HBCIJobImpl.redoAllowed()
-
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()
Description copied from class:AbstractSEPAGVBei SEPA Geschäftsvorfällen müssen wir verifyConstraints überschreiben um die SEPA XML zu generieren- Overrides:
verifyConstraintsin classAbstractSEPAGV- See Also:
HBCIJobImpl.verifyConstraints()
-
-