Produkter
Mind Mapping Software
Outlining Software
Software til Gantt-diagrammer
Forbrug
Mindmaps til uddannelse
Mind maps til erhvervslivet
Tankekort til personlig udvikling
Fordele ved mind mapping
Ressourcer
Funktioner
Uddannelse
Personligt & Arbejde
Desktop
Video Tutorials
Watch tips and tricks about using Mindomo.
Help Center
Detailed help guide on configuring and using Mindomo.
Artikler
Hvad er mindmapping?
How to Mind Map?
How to Take Notes with Mind Maps?
How to Prioritize Tasks with Mind Maps?
What is a Concept Map?
Top 29 Mind Map Examples
Prisfastsættelse
Log ind
Tilmeld dig
Produkter
Mind Mapping Software
Outlining Software
Software til Gantt-diagrammer
Forbrug
Mindmaps til uddannelse
Mind maps til erhvervslivet
Tankekort til personlig udvikling
Fordele ved mind mapping
Artikler
Hvad er mindmapping?
How to Mind Map?
How to Take Notes with Mind Maps?
How to Prioritize Tasks with Mind Maps?
What is a Concept Map?
Top 29 Mind Map Examples
Funktioner
Uddannelse
Personligt & Arbejde
Desktop
Hjælp
Video Tutorials
Help Center
Prisfastsættelse
Tilmeld dig
Log ind
Kategorier:
Alle
-
controller
-
configuration
-
service
-
cycle
af
Tatlum Crane
9 år siden
419
Autopayment Scheme
Åben
Mere som dette
Chapter2 Transaction Processing in the AIS
af SISI YANG
Sultan Cafe & Bookstore
af nazli bozoglu
Tourism and hospitality
af So Sweet
DBLC
af nur aini
CycleController -> void insertCycle(Cycle)
Cycle -> Calendar getStart()
CycleController -> Cycle generateCycle(Autopayment a)
ConfigurationParser -> IDictionary
getStagesData(int cycleConfigId)
CycleCalculator -> Calendar calculateCycleStartDay(Service, Contract)
ConfigurationParser -> String getCycleStartDay(int cycleConfigId)
ConfigurationParser -> IDictionary
getBindings()
ServiceController -> Service getService(Contract c)
CycleController -> boolean existActiveCycle(Autopayment a)
AutopaymentController -> List
getActiveAutopayments(AutopaymentMode mode)
ru.ufanet.bgbilling.dyn.module.sberbank OperationType
ru.ufanet.bgbilling.dyn.module.sberbank Operation
ru.bitel.bgbilling.common.bean Autopayment
? Service
Cycle.Stage
ru.ufanet.bgbilling.dyn.module.sberbank CycleCalculator
ru.ufanet.bgbilling.dyn.module.sberbank ConfigurationParser
? ServiceController
OperationController
BillingCalculator
PlaceholderController
stage 1: Fill Cycles
CycleController
CycleCalculator
ConfigurationParser
ServiceController
AutopaymentController
ru.ufanet.bgbilling.dyn.kernel CachingBillingCalculator
ru.ufanet.bgbilling.dyn.kernel PlaceholderController
ru.ufanet.bgbilling.dyn.module.sberbank OperationController
ru.ufanet.bgbilling.dyn.module.sberbank CycleController
ru.ufanet.bgbilling.dyn.module.sberbank AutopaymentController
ru.ufanet.bgbilling.dyn.module.sberbank Cycle
Table: recommended_sum_cashe
Table: sberbank_autopaument_cycles_{mid}
ru.bitel.bgbilling.common.bean AutopaymentMode
stage 2: Work With Cycles
CycleController -> updateCycle(Cycle)
Cycle -> void setStop(Calendar)
Cycle -> boolean nextStage()
OperationController -> bool doOperation(Operation o, Autopayment a)
AutopaymentController -> void doAutopayment(Contract c, int mode, BigDecimal sum)
CachingBillingCalculator -> BigDecimal getRecommendedSum(Contract c, bool fromCache, long freshTime)
Operation: autopayment
PlaceholderController -> String processString(String s, Contract c)
-> String replace_nextAutopaymentDate(Contract c)
-> String replace_prevAutopaymentDate(Contract c)
-> String replace_recommendedSum(Contract c)
-> String replace_contract(Contract c)
Autopayment -> int getContractId()
ConfigurationParser -> String getSmsText(int smsId)
Operation: sms
Operation -> int getId()
Operation -> OperationType getType()
bool isPossibleOperation(Operation o, Autopayment a)
AutopaymentController -> Autopayment getAutopayment(int autopaymentId)
Cycle -> int getAutopaymentId()
Stage -> Calendar getDate()
Cycle -> Stage getCurrentStage()
CycleController -> List
getActiveCycles()
Autopayment