◆ doExecuteApp()
boolean org.turro.financials.path.FinancialsInterceptor.doExecuteApp |
( |
Application |
application, |
|
|
String |
goTo, |
|
|
KeyValueMap |
kvm |
|
) |
| |
|
protected |
Reimplemented from org.turro.action.AbstractInterceptor.
Definition at line 40 of file FinancialsInterceptor.java.
41 if(
"document".equals(goTo)) {
42 if(Application.getApplication().isInRole(
"finan-document:edit")) {
43 FinancialsMenu.showDocument(kvm.get(Long.class,
"documentId"));
46 }
else if(
"contract".equals(goTo)) {
47 if(Application.getApplication().isInRole(
"finan-contract:edit")) {
48 FinancialsMenu.showContract(kvm.get(Long.class,
"contractId"));
51 }
else if(
"product".equals(goTo)) {
52 if(Application.getApplication().isInRole(
"finan-product:edit")) {
53 FinancialsMenu.showProduct(kvm.get(Long.class,
"productId"));
56 }
else if(
"register".equals(goTo)) {
57 if(Application.getApplication().isInRole(
"finan-register:edit")) {
58 FinancialsMenu.showRegister(kvm.get(Long.class,
"registerId"));
◆ doExecuteWeb()
boolean org.turro.financials.path.FinancialsInterceptor.doExecuteWeb |
( |
IConstructor |
constructor, |
|
|
String |
goTo, |
|
|
KeyValueMap |
kvm |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: