| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.trackstudio.securedkernel.SecuredFindAdapterManager
public class SecuredFindAdapterManager
This manager is used for searching for various objects
| Constructor Summary | |
|---|---|
SecuredFindAdapterManager()
 | 
|
| Method Summary | |
|---|---|
 SecuredAclBean | 
findAclById(SessionContext sc,
            java.lang.String id)
Find acl by id  | 
 SecuredAttachmentBean | 
findAttachmentById(SessionContext sc,
                   java.lang.String id)
Find attachment by id  | 
 SecuredCategoryBean | 
findCategoryById(SessionContext sc,
                 java.lang.String id)
Find category by id  | 
 SecuredContentTypeBean | 
findContentTypeById(SessionContext sc,
                    java.lang.String id)
Find content type by id  | 
 SecuredEmailTypeBean | 
findEmailTypeById(SessionContext sc,
                  java.lang.String id)
Find email template by id  | 
 SecuredFilterBean | 
findFilterById(SessionContext sc,
               java.lang.String id)
Find filter by id  | 
 SecuredFilterTypeBean | 
findFilterTypeById(SessionContext sc,
                   java.lang.String id)
Find filter type by id  | 
 SecuredMailImportBean | 
findMailImportById(SessionContext sc,
                   java.lang.String id)
Find email import rule by id  | 
 SecuredMessageBean | 
findMessageById(SessionContext sc,
                java.lang.String id)
Find message by id  | 
 SecuredMstatusBean | 
findMstatusById(SessionContext sc,
                java.lang.String id)
Find message status by id  | 
 SecuredNotificationBean | 
findNotificationById(SessionContext sc,
                     java.lang.String id)
Find notification by id  | 
 SecuredPriorityBean | 
findPriorityById(SessionContext sc,
                 java.lang.String id)
Find priority by id  | 
 SecuredPrstatusBean | 
findPrstatusById(SessionContext sc,
                 java.lang.String id)
Find prstatus by id  | 
 SecuredRegistrationBean | 
findRegistrationById(SessionContext sc,
                     java.lang.String id)
Find registration by id  | 
 SecuredReportBean | 
findReportById(SessionContext sc,
               java.lang.String id)
Find report by id  | 
 SecuredResolutionBean | 
findResolutionById(SessionContext sc,
                   java.lang.String id)
Find resolution by id  | 
 SecuredScriptBean | 
findScriptById(SessionContext sc,
               java.lang.String id)
Find script by id  | 
 SecuredStatusBean | 
findStatusById(SessionContext sc,
               java.lang.String id)
Find user status by id  | 
 SecuredSubscriberBean | 
findSubscriberById(SessionContext sc,
                   java.lang.String id)
Find subscriber by id  | 
 SecuredTaskBean | 
findTaskById(SessionContext sc,
             java.lang.String id)
Find task by id  | 
 SecuredTaskUDFBean | 
findTaskUDFById(SessionContext sc,
                java.lang.String id)
Find task custom fieled by id  | 
 SecuredTransitionBean | 
findTransitionById(SessionContext sc,
                   java.lang.String id)
Find transition by id  | 
 SecuredUDFBean | 
findUDFById(SessionContext sc,
            java.lang.String id)
Find custom filed by id  | 
 SecuredUdflistBean | 
findUdflistById(SessionContext sc,
                java.lang.String id)
Find custom fieled by id  | 
 SecuredUserBean | 
findUserById(SessionContext sc,
             java.lang.String id)
Find user by id  | 
 SecuredUserUDFBean | 
findUserUDFById(SessionContext sc,
                java.lang.String id)
Find user custom fieled by id  | 
 SecuredWorkflowBean | 
findWorkflowById(SessionContext sc,
                 java.lang.String id)
Find workflow by id  | 
 SecuredWorkflowUDFBean | 
findWorkflowUDFById(SessionContext sc,
                    java.lang.String id)
Find workflow custom fieled by id  | 
 java.lang.String | 
quickGoHandler(SessionContext sc,
               java.lang.String key)
Find task by number or name  | 
 java.lang.String | 
searchTaskByQuickGo(SessionContext sc,
                    java.lang.String key)
Find task by number or name  | 
 java.lang.String | 
searchUserByQuickGo(SessionContext sc,
                    java.lang.String key)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SecuredFindAdapterManager()
| Method Detail | 
|---|
public SecuredWorkflowBean findWorkflowById(SessionContext sc,
                                            java.lang.String id)
                                     throws GranException
sc - session contextid - workflow's id
GranException
public SecuredCategoryBean findCategoryById(SessionContext sc,
                                            java.lang.String id)
                                     throws GranException
sc - session contextid - category's id
GranException
public SecuredNotificationBean findNotificationById(SessionContext sc,
                                                    java.lang.String id)
                                             throws GranException
sc - session contextid - notification's id
GranException
public SecuredFilterBean findFilterById(SessionContext sc,
                                        java.lang.String id)
                                 throws GranException
sc - session contextid - filter's id
GranException
public SecuredPrstatusBean findPrstatusById(SessionContext sc,
                                            java.lang.String id)
                                     throws GranException
sc - session contextid - prstatus's id
GranException
public SecuredEmailTypeBean findEmailTypeById(SessionContext sc,
                                              java.lang.String id)
                                       throws GranException
sc - session contextid - email template's id
GranException
public SecuredSubscriberBean findSubscriberById(SessionContext sc,
                                                java.lang.String id)
                                         throws GranException
sc - session contextid - subscriber's id
GranException
public SecuredReportBean findReportById(SessionContext sc,
                                        java.lang.String id)
                                 throws GranException
sc - session contextid - report's id
GranException
public SecuredMailImportBean findMailImportById(SessionContext sc,
                                                java.lang.String id)
                                         throws GranException
sc - session contextid - import rule's id
GranException
public SecuredContentTypeBean findContentTypeById(SessionContext sc,
                                                  java.lang.String id)
                                           throws GranException
sc - session contextid - content type's id
GranException
public SecuredFilterTypeBean findFilterTypeById(SessionContext sc,
                                                java.lang.String id)
                                         throws GranException
sc - session contextid - filter type's id
GranException
public SecuredMessageBean findMessageById(SessionContext sc,
                                          java.lang.String id)
                                   throws GranException
sc - session contextid - message's id
GranException
public SecuredMstatusBean findMstatusById(SessionContext sc,
                                          java.lang.String id)
                                   throws GranException
sc - session contextid - message status's id
GranException
public SecuredPriorityBean findPriorityById(SessionContext sc,
                                            java.lang.String id)
                                     throws GranException
sc - session contextid - priority's id
GranException
public SecuredAclBean findAclById(SessionContext sc,
                                  java.lang.String id)
                           throws GranException
sc - session contextid - acl's id
GranException
public SecuredResolutionBean findResolutionById(SessionContext sc,
                                                java.lang.String id)
                                         throws GranException
sc - session contextid - resolution's id
GranException
public SecuredStatusBean findStatusById(SessionContext sc,
                                        java.lang.String id)
                                 throws GranException
sc - session contextid - user status's id
GranException
public SecuredTransitionBean findTransitionById(SessionContext sc,
                                                java.lang.String id)
                                         throws GranException
sc - session contextid - transition's id
GranException
public SecuredTaskBean findTaskById(SessionContext sc,
                                    java.lang.String id)
                             throws GranException
sc - session contextid - task's id
GranException
public SecuredTaskUDFBean findTaskUDFById(SessionContext sc,
                                          java.lang.String id)
                                   throws GranException
sc - session contextid - custom fieled's id
GranException
public SecuredUdflistBean findUdflistById(SessionContext sc,
                                          java.lang.String id)
                                   throws GranException
sc - session contextid - custom fieled's id
GranException
public SecuredUserBean findUserById(SessionContext sc,
                                    java.lang.String id)
                             throws GranException
sc - session contextid - user's id
GranException
public SecuredUserUDFBean findUserUDFById(SessionContext sc,
                                          java.lang.String id)
                                   throws GranException
sc - session contextid - custom fieled's id
GranException
public SecuredWorkflowUDFBean findWorkflowUDFById(SessionContext sc,
                                                  java.lang.String id)
                                           throws GranException
sc - session contextid - custom fieled's id
GranException
public SecuredRegistrationBean findRegistrationById(SessionContext sc,
                                                    java.lang.String id)
                                             throws GranException
sc - session contextid - registration's id
GranException
public SecuredScriptBean findScriptById(SessionContext sc,
                                        java.lang.String id)
                                 throws GranException
sc - session contextid - script's id
GranException
public SecuredAttachmentBean findAttachmentById(SessionContext sc,
                                                java.lang.String id)
                                         throws GranException
sc - session contextid - attachment's id
GranException
public SecuredUDFBean findUDFById(SessionContext sc,
                                  java.lang.String id)
                           throws GranException
sc - session contextid - custom filed's id
GranException
public java.lang.String quickGoHandler(SessionContext sc,
                                       java.lang.String key)
                                throws GranException
sc - session contextkey - search key
GranException
public java.lang.String searchTaskByQuickGo(SessionContext sc,
                                            java.lang.String key)
                                     throws GranException
sc - session contextkey - search key
GranException
public java.lang.String searchUserByQuickGo(SessionContext sc,
                                            java.lang.String key)
                                     throws GranException
GranException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||