gran.app.adapter.external
Interface SecuredFindAdapter

All Superinterfaces:
Adapter, SecuredAdapter
All Known Implementing Classes:
BaseSecuredFindAdapter

public interface SecuredFindAdapter
extends SecuredAdapter

Gets access for TS objecs by ID.


Method Summary
 SecuredAclBean findAclByIdImpl(SessionContext sc, java.lang.String aclId, SecuredAclBean result)
          Returns Acl by Id.
 SecuredAttachmentBean findAttachmentByIdImpl(SessionContext sc, java.lang.String attachmentId, SecuredAttachmentBean result)
           
 SecuredCategoryBean findCategoryByIdImpl(SessionContext sc, java.lang.String categoryId, SecuredCategoryBean result)
          Returns Category by Id.
 SecuredContentTypeBean findContentTypeByIdImpl(SessionContext sc, java.lang.String contentTypeId, SecuredContentTypeBean result)
          Returns ContentType by Id.
 SecuredEmailTypeBean findEmailTypeByIdImpl(SessionContext sc, java.lang.String emailTypeId, SecuredEmailTypeBean result)
          Returns EmailType by Id.
 SecuredFilterBean findFilterByIdImpl(SessionContext sc, java.lang.String filterId, SecuredFilterBean result)
          Returns Filter by Id.
 SecuredFilterTypeBean findFilterTypeByIdImpl(SessionContext sc, java.lang.String filterTypeId, SecuredFilterTypeBean result)
          Returns FilterType by Id.
 SecuredMailImportBean findMailImportByIdImpl(SessionContext sc, java.lang.String mailImportId, SecuredMailImportBean result)
          Returns MailImport by Id.
 SecuredMessageBean findMessageByIdImpl(SessionContext sc, java.lang.String messageId, SecuredMessageBean result)
          Returns Message by Id.
 SecuredMstatusBean findMstatusByIdImpl(SessionContext sc, java.lang.String mstatusId, SecuredMstatusBean result)
          Returns Mstatus by Id.
 SecuredNotificationBean findNotificationByIdImpl(SessionContext sc, java.lang.String notificationId, SecuredNotificationBean result)
           
 SecuredPriorityBean findPriorityByIdImpl(SessionContext sc, java.lang.String priorityId, SecuredPriorityBean result)
          Returns Priority by Id.
 SecuredPrstatusBean findPrstatusByIdImpl(SessionContext sc, java.lang.String prstatusId, SecuredPrstatusBean result)
          Returns Prstatus by Id.
 SecuredRegistrationBean findRegistrationByIdImpl(SessionContext sc, java.lang.String registrationId, SecuredRegistrationBean result)
          Returns Registration by Id.
 SecuredReportBean findReportByIdImpl(SessionContext sc, java.lang.String reportId, SecuredReportBean result)
          Returns Report by Id.
 SecuredResolutionBean findResolutionByIdImpl(SessionContext sc, java.lang.String resolutionId, SecuredResolutionBean result)
          Returns Resolution by Id.
 SecuredScriptBean findScriptByIdImpl(SessionContext sc, java.lang.String scriptId, SecuredScriptBean result)
          Returns a SecuredScriptBean by ID
 SecuredStatusBean findStatusByIdImpl(SessionContext sc, java.lang.String statusId, SecuredStatusBean result)
          Returns Status by Id.
 SecuredSubscriberBean findSubscriberByIdImpl(SessionContext sc, java.lang.String subscriberId, SecuredSubscriberBean result)
          Returns Subscriber by Id.
 SecuredTaskBean findTaskByIdImpl(SessionContext sc, java.lang.String taskId, SecuredTaskBean result)
          Returns Task by Id.
 SecuredTaskUDFBean findTaskUDFByIdImpl(SessionContext sc, java.lang.String taskUdfId, SecuredTaskUDFBean result)
          Returns TaskUdf by Id.
 SecuredTransitionBean findTransitionByIdImpl(SessionContext sc, java.lang.String statusId, SecuredTransitionBean result)
           
 SecuredUDFBean findUDFByIdImpl(SessionContext sc, java.lang.String udfId, SecuredUDFBean result)
          Returns Udf by Id.
 SecuredUdflistBean findUdflistByIdImpl(SessionContext sc, java.lang.String udflistId, SecuredUdflistBean result)
          Returns Udflist by Id.
 SecuredUserBean findUserByIdImpl(SessionContext sc, java.lang.String userId, SecuredUserBean result)
          Returns User by Id.
 SecuredUserUDFBean findUserUDFByIdImpl(SessionContext sc, java.lang.String userUdfId, SecuredUserUDFBean result)
          Returns UserUdf by Id.
 SecuredWorkflowBean findWorkflowByIdImpl(SessionContext sc, java.lang.String workflowId, SecuredWorkflowBean result)
          Returns Workflow by Id.
 SecuredWorkflowUDFBean findWorkflowUDFByIdImpl(SessionContext sc, java.lang.String workflowUdfId, SecuredWorkflowUDFBean result)
          Returns WorkflowUdf by Id.
 java.lang.String quickGoHandlerImpl(SessionContext sc, java.lang.String key, java.lang.String result)
           
 
Methods inherited from interface gran.app.adapter.Adapter
getDescription, init
 

Method Detail

findCategoryByIdImpl

public SecuredCategoryBean findCategoryByIdImpl(SessionContext sc,
                                                java.lang.String categoryId,
                                                SecuredCategoryBean result)
                                         throws GranException
Returns Category by Id. Available via SOAP.

Parameters:
sc -
categoryId -
result -
Returns:
Category
Throws:
GranException
See Also:
SecuredCategoryBean

findContentTypeByIdImpl

public SecuredContentTypeBean findContentTypeByIdImpl(SessionContext sc,
                                                      java.lang.String contentTypeId,
                                                      SecuredContentTypeBean result)
                                               throws GranException
Returns ContentType by Id. Available via SOAP.

Parameters:
sc -
contentTypeId -
result -
Returns:
ContentType
Throws:
GranException
See Also:
SecuredContentTypeBean

findEmailTypeByIdImpl

public SecuredEmailTypeBean findEmailTypeByIdImpl(SessionContext sc,
                                                  java.lang.String emailTypeId,
                                                  SecuredEmailTypeBean result)
                                           throws GranException
Returns EmailType by Id. Available via SOAP.

Parameters:
sc -
emailTypeId -
result -
Returns:
EmailType
Throws:
GranException
See Also:
SecuredEmailTypeBean

findFilterByIdImpl

public SecuredFilterBean findFilterByIdImpl(SessionContext sc,
                                            java.lang.String filterId,
                                            SecuredFilterBean result)
                                     throws GranException
Returns Filter by Id. Available via SOAP.

Parameters:
sc -
filterId -
result -
Returns:
Filter
Throws:
GranException
See Also:
SecuredFilterBean

findFilterTypeByIdImpl

public SecuredFilterTypeBean findFilterTypeByIdImpl(SessionContext sc,
                                                    java.lang.String filterTypeId,
                                                    SecuredFilterTypeBean result)
                                             throws GranException
Returns FilterType by Id. Available via SOAP.

Parameters:
sc -
filterTypeId -
result -
Returns:
FilterType
Throws:
GranException
See Also:
SecuredFilterTypeBean

findMailImportByIdImpl

public SecuredMailImportBean findMailImportByIdImpl(SessionContext sc,
                                                    java.lang.String mailImportId,
                                                    SecuredMailImportBean result)
                                             throws GranException
Returns MailImport by Id. Available via SOAP.

Parameters:
sc -
mailImportId -
result -
Returns:
MailImport
Throws:
GranException
See Also:
SecuredMailImportBean

findMessageByIdImpl

public SecuredMessageBean findMessageByIdImpl(SessionContext sc,
                                              java.lang.String messageId,
                                              SecuredMessageBean result)
                                       throws GranException
Returns Message by Id. Available via SOAP.

Parameters:
sc -
messageId -
result -
Returns:
Message
Throws:
GranException
See Also:
SecuredMessageBean

findMstatusByIdImpl

public SecuredMstatusBean findMstatusByIdImpl(SessionContext sc,
                                              java.lang.String mstatusId,
                                              SecuredMstatusBean result)
                                       throws GranException
Returns Mstatus by Id. Available via SOAP.

Parameters:
sc -
mstatusId -
result -
Returns:
Mstatus
Throws:
GranException
See Also:
SecuredMstatusBean

findPriorityByIdImpl

public SecuredPriorityBean findPriorityByIdImpl(SessionContext sc,
                                                java.lang.String priorityId,
                                                SecuredPriorityBean result)
                                         throws GranException
Returns Priority by Id. Available via SOAP.

Parameters:
sc -
priorityId -
result -
Returns:
Priority
Throws:
GranException
See Also:
SecuredPriorityBean

findPrstatusByIdImpl

public SecuredPrstatusBean findPrstatusByIdImpl(SessionContext sc,
                                                java.lang.String prstatusId,
                                                SecuredPrstatusBean result)
                                         throws GranException
Returns Prstatus by Id. Available via SOAP.

Parameters:
sc -
prstatusId -
result -
Returns:
Prstatus
Throws:
GranException
See Also:
SecuredPrstatusBean

findAclByIdImpl

public SecuredAclBean findAclByIdImpl(SessionContext sc,
                                      java.lang.String aclId,
                                      SecuredAclBean result)
                               throws GranException
Returns Acl by Id. Available via SOAP.

Parameters:
sc -
aclId -
result -
Returns:
Acl
Throws:
GranException
See Also:
SecuredAclBean

findReportByIdImpl

public SecuredReportBean findReportByIdImpl(SessionContext sc,
                                            java.lang.String reportId,
                                            SecuredReportBean result)
                                     throws GranException
Returns Report by Id. Available via SOAP.

Parameters:
sc -
reportId -
result -
Returns:
Report
Throws:
GranException
See Also:
SecuredReportBean

findResolutionByIdImpl

public SecuredResolutionBean findResolutionByIdImpl(SessionContext sc,
                                                    java.lang.String resolutionId,
                                                    SecuredResolutionBean result)
                                             throws GranException
Returns Resolution by Id. Available via SOAP.

Parameters:
sc -
resolutionId -
result -
Returns:
Resolution
Throws:
GranException
See Also:
SecuredResolutionBean

findStatusByIdImpl

public SecuredStatusBean findStatusByIdImpl(SessionContext sc,
                                            java.lang.String statusId,
                                            SecuredStatusBean result)
                                     throws GranException
Returns Status by Id. Available via SOAP.

Parameters:
sc -
statusId -
result -
Returns:
Status
Throws:
GranException
See Also:
SecuredStatusBean

findTransitionByIdImpl

public SecuredTransitionBean findTransitionByIdImpl(SessionContext sc,
                                                    java.lang.String statusId,
                                                    SecuredTransitionBean result)
                                             throws GranException
Throws:
GranException

findSubscriberByIdImpl

public SecuredSubscriberBean findSubscriberByIdImpl(SessionContext sc,
                                                    java.lang.String subscriberId,
                                                    SecuredSubscriberBean result)
                                             throws GranException
Returns Subscriber by Id. Available via SOAP.

Parameters:
sc -
subscriberId -
result -
Returns:
Subscriber
Throws:
GranException
See Also:
SecuredSubscriberBean

findTaskByIdImpl

public SecuredTaskBean findTaskByIdImpl(SessionContext sc,
                                        java.lang.String taskId,
                                        SecuredTaskBean result)
                                 throws GranException
Returns Task by Id. Available via SOAP.

Parameters:
sc -
taskId -
result -
Returns:
Task
Throws:
GranException
See Also:
SecuredTaskBean

findTaskUDFByIdImpl

public SecuredTaskUDFBean findTaskUDFByIdImpl(SessionContext sc,
                                              java.lang.String taskUdfId,
                                              SecuredTaskUDFBean result)
                                       throws GranException
Returns TaskUdf by Id.

Parameters:
sc -
taskUdfId -
result -
Returns:
TaskUdf
Throws:
GranException
See Also:
SecuredTaskUDFBean

findUdflistByIdImpl

public SecuredUdflistBean findUdflistByIdImpl(SessionContext sc,
                                              java.lang.String udflistId,
                                              SecuredUdflistBean result)
                                       throws GranException
Returns Udflist by Id. Available via SOAP.

Parameters:
sc -
udflistId -
result -
Returns:
UdfList
Throws:
GranException
See Also:
SecuredUdflistBean

findUserByIdImpl

public SecuredUserBean findUserByIdImpl(SessionContext sc,
                                        java.lang.String userId,
                                        SecuredUserBean result)
                                 throws GranException
Returns User by Id. Available via SOAP.

Parameters:
sc -
userId -
result -
Returns:
User
Throws:
GranException
See Also:
SecuredUserBean

findNotificationByIdImpl

public SecuredNotificationBean findNotificationByIdImpl(SessionContext sc,
                                                        java.lang.String notificationId,
                                                        SecuredNotificationBean result)
                                                 throws GranException
Throws:
GranException

findUserUDFByIdImpl

public SecuredUserUDFBean findUserUDFByIdImpl(SessionContext sc,
                                              java.lang.String userUdfId,
                                              SecuredUserUDFBean result)
                                       throws GranException
Returns UserUdf by Id.

Parameters:
sc -
userUdfId -
result -
Returns:
UserUdf
Throws:
GranException
See Also:
SecuredUserUDFBean

findWorkflowByIdImpl

public SecuredWorkflowBean findWorkflowByIdImpl(SessionContext sc,
                                                java.lang.String workflowId,
                                                SecuredWorkflowBean result)
                                         throws GranException
Returns Workflow by Id. Available via SOAP.

Parameters:
sc -
workflowId -
result -
Returns:
Workflow
Throws:
GranException
See Also:
SecuredWorkflowBean

findWorkflowUDFByIdImpl

public SecuredWorkflowUDFBean findWorkflowUDFByIdImpl(SessionContext sc,
                                                      java.lang.String workflowUdfId,
                                                      SecuredWorkflowUDFBean result)
                                               throws GranException
Returns WorkflowUdf by Id.

Parameters:
sc -
workflowUdfId -
result -
Returns:
WorkflowUdf
Throws:
GranException
See Also:
SecuredWorkflowUDFBean

findRegistrationByIdImpl

public SecuredRegistrationBean findRegistrationByIdImpl(SessionContext sc,
                                                        java.lang.String registrationId,
                                                        SecuredRegistrationBean result)
                                                 throws GranException
Returns Registration by Id. Available via SOAP.

Parameters:
sc -
registrationId -
result -
Returns:
Registration
Throws:
GranException
See Also:
SecuredRegistrationBean

findScriptByIdImpl

public SecuredScriptBean findScriptByIdImpl(SessionContext sc,
                                            java.lang.String scriptId,
                                            SecuredScriptBean result)
                                     throws GranException
Returns a SecuredScriptBean by ID

Parameters:
sc -
scriptId -
result -
Returns:
Script
Throws:
GranException

findAttachmentByIdImpl

public SecuredAttachmentBean findAttachmentByIdImpl(SessionContext sc,
                                                    java.lang.String attachmentId,
                                                    SecuredAttachmentBean result)
                                             throws GranException
Throws:
GranException

findUDFByIdImpl

public SecuredUDFBean findUDFByIdImpl(SessionContext sc,
                                      java.lang.String udfId,
                                      SecuredUDFBean result)
                               throws GranException
Returns Udf by Id. Available via SOAP.

Parameters:
sc -
udfId -
result -
Returns:
TaskUdf
Throws:
GranException
See Also:
SecuredUDFBean

quickGoHandlerImpl

public java.lang.String quickGoHandlerImpl(SessionContext sc,
                                           java.lang.String key,
                                           java.lang.String result)
                                    throws GranException
Throws:
GranException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.