...
# | Serviço | Código para ativação |
---|---|---|
1 | Lançamento | System Database. scheduleBatchexecuteBatch(new snap_brok.GeracaoLancamentosContratosBatch() , '01. Lançamento', 3,100); |
2 | Faturamento | SystemDatabase.scheduleBatchexecuteBatch(new snap_brok.FaturaBatch(), '02. Faturamento', 3, 100); |
3 | Emissão de boletos | SystemDatabase.scheduleBatchexecuteBatch(new snap_brok.CobrancaEmitirBoletoBatch(), '03. Emissão de boletos', 5, 100); |
4 | Consulta de boletos | System Database. scheduleBatchexecuteBatch(new snap_brok.CobrancaConsultarBoletoBatch(), '04. Consulta de boletos', 5,5); |
5 | Geração de faturas | System Database. scheduleBatchexecuteBatch(new snap_brok.FaturaGerarArquivoBatch(), '05. Geração de faturas', 3,100); |
6 | Repasse | System Database. scheduleBatchexecuteBatch(new snap_brok.RepasseBatch(), '06. Repasse', 3,100); |
7 | Contabilização de faturas | System Database. scheduleBatchexecuteBatch(new snap_brok.FaturaContabilizarBatch() , '07. Contabilização de faturas', 3, 100); |
8 | Reajuste do aluguel | SystemDatabase.scheduleBatchexecuteBatch(new snap_brok.ReajusteAluguelBatch(), '08. Reajuste do aluguel', 10, 100); |
9 | Atualização de títulos | SystemDatabase.scheduleBatchexecuteBatch(new snap_brok.CobrancaAtualizarTituloBatch(), '09. Atualização de títulos', 60, 100); |
10 | Envio de SMS | SystemDatabase.scheduleBatchexecuteBatch(new snap_brok.EnviarSmsBatch(), '10. Envio de SMS', 5, 100); |
11 | Atualização de cobranças | System Database. scheduleBatchexecuteBatch(new snap_brok.CobrancaAtualizarCobrancaBatch() , '11. Atualização de cobranças', 60, 100); |
12 | Limpeza de logs | System Database. scheduleBatchexecuteBatch(new snap_ finanbrok.LogLimparBatch(), '12. Limpeza de logs', 1440, 10000100); |
13 | Geração de pagamento | System Database. scheduleBatchexecuteBatch(new snap_ finanbrok.PagamentoGerarBatch() , '13. Geração de pagamento', 3, 100); |