|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgran.app.adapter.external.find.BaseSecuredFindAdapter
Constructor Summary | |
BaseSecuredFindAdapter()
|
Method Summary | |
SecuredAclBean |
findAclByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredAclBean result)
Returns Acl by Id. |
SecuredCategoryBean |
findCategoryByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredCategoryBean result)
Returns Category by Id. |
SecuredContentTypeBean |
findContentTypeByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredContentTypeBean result)
Returns ContentType by Id. |
SecuredCurrentFilterBean |
findCurrentFilterByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredCurrentFilterBean result)
|
SecuredEmailTypeBean |
findEmailTypeByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredEmailTypeBean result)
Returns EmailType by Id. |
SecuredFilterBean |
findFilterByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredFilterBean result)
Returns Filter by Id. |
SecuredFilterTypeBean |
findFilterTypeByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredFilterTypeBean result)
Returns FilterType by Id. |
SecuredMailImportBean |
findMailImportByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredMailImportBean result)
Returns MailImport by Id. |
SecuredMessageBean |
findMessageByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredMessageBean result)
Returns Message by Id. |
SecuredMstatusBean |
findMstatusByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredMstatusBean result)
Returns Mstatus by Id. |
SecuredPriorityBean |
findPriorityByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredPriorityBean result)
Returns Priority by Id. |
SecuredPrstatusBean |
findPrstatusByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredPrstatusBean result)
Returns Prstatus by Id. |
SecuredRegistrationBean |
findRegistrationByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredRegistrationBean result)
Returns Registration by Id. |
SecuredReportBean |
findReportByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredReportBean result)
Returns Report by Id. |
SecuredResolutionBean |
findResolutionByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredResolutionBean result)
Returns Resolution by Id. |
SecuredScriptBean |
findScriptByIdImpl(java.lang.String sessionId,
java.lang.String scriptId,
SecuredScriptBean result)
Returns a SecuredScriptBean by ID |
SecuredStatusBean |
findStatusByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredStatusBean result)
Returns Status by Id. |
SecuredSubscriberBean |
findSubscriberByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredSubscriberBean result)
Returns Subscriber by Id. |
SecuredTaskBean |
findTaskByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredTaskBean result)
Returns Task by Id. |
SecuredTaskUDFBean |
findTaskUDFByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredTaskUDFBean result)
Returns TaskUdf by Id. |
SecuredUdflistBean |
findUdflistByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredUdflistBean result)
Returns Udflist by Id. |
SecuredUserBean |
findUserByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredUserBean result)
Returns User by Id. |
SecuredUserUDFBean |
findUserUDFByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredUserUDFBean result)
Returns UserUdf by Id. |
SecuredWorkflowBean |
findWorkflowByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredWorkflowBean result)
Returns Workflow by Id. |
SecuredWorkflowUDFBean |
findWorkflowUDFByIdImpl(java.lang.String sessionid,
java.lang.String id,
SecuredWorkflowUDFBean result)
Returns WorkflowUdf by Id. |
java.lang.String |
getDescription()
Get description of adapter as plain text |
boolean |
init()
Initialize adapter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseSecuredFindAdapter()
Method Detail |
public boolean init()
Adapter
init
in interface Adapter
public java.lang.String getDescription()
Adapter
getDescription
in interface Adapter
public SecuredWorkflowBean findWorkflowByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredWorkflowBean result) throws GranException
SecuredFindAdapter
findWorkflowByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredWorkflowBean
public SecuredCategoryBean findCategoryByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredCategoryBean result) throws GranException
SecuredFindAdapter
findCategoryByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredCategoryBean
public SecuredFilterBean findFilterByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredFilterBean result) throws GranException
SecuredFindAdapter
findFilterByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredFilterBean
public SecuredPrstatusBean findPrstatusByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredPrstatusBean result) throws GranException
SecuredFindAdapter
findPrstatusByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredPrstatusBean
public SecuredEmailTypeBean findEmailTypeByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredEmailTypeBean result) throws GranException
SecuredFindAdapter
findEmailTypeByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredEmailTypeBean
public SecuredSubscriberBean findSubscriberByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredSubscriberBean result) throws GranException
SecuredFindAdapter
findSubscriberByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredSubscriberBean
public SecuredReportBean findReportByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredReportBean result) throws GranException
SecuredFindAdapter
findReportByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredReportBean
public SecuredMailImportBean findMailImportByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredMailImportBean result) throws GranException
SecuredFindAdapter
findMailImportByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredMailImportBean
public SecuredContentTypeBean findContentTypeByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredContentTypeBean result) throws GranException
SecuredFindAdapter
findContentTypeByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredContentTypeBean
public SecuredFilterTypeBean findFilterTypeByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredFilterTypeBean result) throws GranException
SecuredFindAdapter
findFilterTypeByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredFilterTypeBean
public SecuredMessageBean findMessageByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredMessageBean result) throws GranException
SecuredFindAdapter
findMessageByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredMessageBean
public SecuredMstatusBean findMstatusByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredMstatusBean result) throws GranException
SecuredFindAdapter
findMstatusByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredMstatusBean
public SecuredPriorityBean findPriorityByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredPriorityBean result) throws GranException
SecuredFindAdapter
findPriorityByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredPriorityBean
public SecuredCurrentFilterBean findCurrentFilterByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredCurrentFilterBean result) throws GranException
GranException
public SecuredAclBean findAclByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredAclBean result) throws GranException
SecuredFindAdapter
findAclByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredAclBean
public SecuredResolutionBean findResolutionByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredResolutionBean result) throws GranException
SecuredFindAdapter
findResolutionByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredResolutionBean
public SecuredStatusBean findStatusByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredStatusBean result) throws GranException
SecuredFindAdapter
findStatusByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredStatusBean
public SecuredTaskBean findTaskByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredTaskBean result) throws GranException
SecuredFindAdapter
findTaskByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredTaskBean
public SecuredTaskUDFBean findTaskUDFByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredTaskUDFBean result) throws GranException
SecuredFindAdapter
findTaskUDFByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredTaskUDFBean
public SecuredUdflistBean findUdflistByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredUdflistBean result) throws GranException
SecuredFindAdapter
findUdflistByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredUdflistBean
public SecuredUserBean findUserByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredUserBean result) throws GranException
SecuredFindAdapter
findUserByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredUserBean
public SecuredUserUDFBean findUserUDFByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredUserUDFBean result) throws GranException
SecuredFindAdapter
findUserUDFByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredUserUDFBean
public SecuredWorkflowUDFBean findWorkflowUDFByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredWorkflowUDFBean result) throws GranException
SecuredFindAdapter
findWorkflowUDFByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredWorkflowUDFBean
public SecuredRegistrationBean findRegistrationByIdImpl(java.lang.String sessionid, java.lang.String id, SecuredRegistrationBean result) throws GranException
SecuredFindAdapter
findRegistrationByIdImpl
in interface SecuredFindAdapter
sessionid
- id
- result
-
GranException
SecuredRegistrationBean
public SecuredScriptBean findScriptByIdImpl(java.lang.String sessionId, java.lang.String scriptId, SecuredScriptBean result) throws GranException
SecuredFindAdapter
findScriptByIdImpl
in interface SecuredFindAdapter
sessionId
- scriptId
- result
-
GranException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |