| Return Type | Method Summary |
| CHAR | AddDefaultOprEntry()
Creates a default opr entry. |
| CHAR | CreateAndAddNewOprEntry(CHAR * view, CHAR * aid, CHAR * rci, Vector * fapVect)
Creates and adds a new Opr entry. |
| CHAR | DeleteOprEntry(CHAR * view, CHAR * aid)
deletes an operation entry. |
| CHAR | EditOprEntry(CHAR * view, CHAR * aid, CHAR * rci, Vector *fapVect)
Edits a operation entry details. |
| void | FreeOprSecurityViewPtr(OperationParamSecurityView * oprParamSecuViewPtr)
Frees OperationSecurityView block variable . |
| INT32 | GetOprEntryStatus(CHAR * viewName, CHAR * aid)
retreives status of a new opr . |
| Vector* | GetOprEntryfapListVector(CHAR * viewName, CHAR * aid)
retreives FAP vector for the given aid. |
| CHAR | IsOperationViewAuthenticated(CHAR *rci, CHAR *field, CHAR *recId, CHAR *userID)
It checks whether to allow the execution command or not by examining the Operation view entry. |
| CHAR | IsOprEntryExists(CHAR * viewName, CHAR * aid)
checks if opr entry exists. |
| CHAR | IsOprViewExists(CHAR * viewName)
checks if a view exists. |
| Method Details |