
@StrictBinding public class AdvancedFunctionsActionBean extends Object implements net.sourceforge.stripes.action.ActionBean, ProgressUpdateListener
| Constructor and Description |
|---|
AdvancedFunctionsActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupBerichten(String config,
String soort) |
void |
deleteBerichten(String config,
String soort) |
void |
exception(Throwable t) |
void |
exportBRKMutatieBerichten(String locatie) |
void |
fixNHRTypering(String soort,
String status)
Verwijderen van enkele aanhalingstekens van typering en clazz van sommige
nHR persoon records dmv SQL update.
|
net.sourceforge.stripes.action.Resolution |
form() |
List<AdvancedFunctionProcess> |
getAdvancedFunctionProcesses() |
String |
getAdvancedFunctionProcessName() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getExceptionStacktrace() |
long |
getProcessed() |
double |
getProgress() |
Date |
getStart() |
long |
getTotal() |
Date |
getUpdate() |
boolean |
isComplete() |
net.sourceforge.stripes.action.Resolution |
perform() |
void |
populateAdvancedFunctionProcesses() |
void |
progress(long progress) |
void |
repairBAGMutatieBerichten(String config) |
void |
repairBRKMutatieBerichten(String config) |
void |
replayBRKVerwijderBerichten(String soort,
String status)
Deze actie loopt door de lijst brk verwijderberichten (=
<empty/>
br_xml) met status RSGB_OK om ze nogmaals naar de rsgb te transformeren. |
void |
setAdvancedFunctionProcesses(List<AdvancedFunctionProcess> advancedFunctionProcesses) |
void |
setAdvancedFunctionProcessName(String advancedFunctionProcessName) |
void |
setComplete(boolean complete) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setExceptionStacktrace(String exceptionStacktrace) |
void |
setProcessed(long processed) |
void |
setProgress(double progress) |
void |
setStart(Date start) |
void |
setTotal(long total) |
void |
setUpdate(Date update) |
void |
total(long total) |
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic double getProgress()
public void setProgress(double progress)
public long getTotal()
public void setTotal(long total)
public long getProcessed()
public void setProcessed(long processed)
public boolean isComplete()
public void setComplete(boolean complete)
public Date getStart()
public void setStart(Date start)
public Date getUpdate()
public void setUpdate(Date update)
public String getExceptionStacktrace()
public void setExceptionStacktrace(String exceptionStacktrace)
public void total(long total)
total in interface ProgressUpdateListenerpublic void progress(long progress)
progress in interface ProgressUpdateListenerpublic void exception(Throwable t)
exception in interface ProgressUpdateListenerpublic List<AdvancedFunctionProcess> getAdvancedFunctionProcesses()
public void setAdvancedFunctionProcesses(List<AdvancedFunctionProcess> advancedFunctionProcesses)
public String getAdvancedFunctionProcessName()
public void setAdvancedFunctionProcessName(String advancedFunctionProcessName)
@Before(stages=BindingAndValidation) public void populateAdvancedFunctionProcesses()
@DefaultHandler public net.sourceforge.stripes.action.Resolution form()
@WaitPage(path="/WEB-INF/jsp/transform/advancedfunctionsprogress.jsp",
delay=1000,
refresh=1000)
public net.sourceforge.stripes.action.Resolution perform()
public void repairBRKMutatieBerichten(String config) throws Exception
Exceptionpublic void repairBAGMutatieBerichten(String config) throws Exception
Exceptionpublic void exportBRKMutatieBerichten(String locatie) throws Exception
Exceptionpublic void cleanupBerichten(String config, String soort) throws Exception
Exceptionpublic void deleteBerichten(String config, String soort) throws Exception
Exceptionpublic void replayBRKVerwijderBerichten(String soort, String status) throws SQLException, BrmoException, Exception
<empty/>
br_xml) met status RSGB_OK om ze nogmaals naar de rsgb te transformeren.status - bericht statussoort - soort berichtSQLException - if anyBrmoException - if anyException - if anypublic void fixNHRTypering(String soort, String status) throws SQLException, BrmoException, Exception
'INGESCHREVEN
NIET-NATUURLIJK PERSOON' moet worden INGESCHREVEN NIET-NATUURLIJK
PERSOON (evt. afgekort op 35 char voor de 'ingeschr_niet_nat_prs'
tabel/'typering' kolom)soort - soort berichtstatus - bericht statusSQLException - if anyBrmoException - if anyException - if anyCopyright © 2014–2019 B3Partners B.V.. All rights reserved.