@Transactional @Deprecated public class SessionDocumentServiceImpl extends Object implements SessionDocumentService
SessionDocumentService that persists the document form
 contents to the underlying database| Modifier and Type | Field and Description | 
|---|---|
| protected static String | DOCUMENT_NUMBERDeprecated.  | 
| protected static String | IP_ADDRESSDeprecated.  | 
| protected static String | PRINCIPAL_IDDeprecated.  | 
| protected static String | SESSION_IDDeprecated.  | 
| Constructor and Description | 
|---|
| SessionDocumentServiceImpl()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addDocumentToUserSession(UserSession userSession,
                                                WorkflowDocument document)Deprecated. 
 (Deprecated and removed from use in KRAD  (KULRICE-9149)     * | 
| protected DataDictionaryService | getDataDictionaryService()Deprecated.  | 
| DocumentFormBase | getDocumentForm(String documentNumber,
                              String docFormKey,
                              UserSession userSession,
                              String ipAddress)Deprecated. 
 (Deprecated and removed from use in KRAD  (KULRICE-9149) | 
| WorkflowDocument | getDocumentFromSession(UserSession userSession,
                                            String docId)Deprecated. 
 (Deprecated and removed from use in KRAD  (KULRICE-9149) | 
| protected EncryptionService | getEncryptionService()Deprecated.  | 
| protected SessionDocumentDao | getSessionDocumentDao()Deprecated.  | 
| protected void | persistDocumentForm(DocumentFormBase form,
                                      UserSession userSession,
                                      String ipAddress,
                                      String sessionId,
                                      String documentNumber)Deprecated.  | 
| void | purgeAllSessionDocuments(Timestamp expirationDate)Deprecated. 
 (Deprecated and removed from use in KRAD  (KULRICE-9149) | 
| void | purgeDocumentForm(String documentNumber,
                                  String docFormKey,
                                  UserSession userSession,
                                  String ipAddress)Deprecated. 
 (Deprecated and removed from use in KRAD  (KULRICE-9149) | 
| protected Object | retrieveDocumentForm(UserSession userSession,
                                        String sessionId,
                                        String documentNumber,
                                        String ipAddress)Deprecated.  | 
| void | setDocumentForm(DocumentFormBase form,
                              UserSession userSession,
                              String ipAddress)Deprecated. 
 (Deprecated and removed from use in KRAD  (KULRICE-9149) | 
| void | setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)Deprecated.  | 
| void | setSessionDocumentDao(SessionDocumentDao sessionDocumentDao)Deprecated. 
 (Deprecated and removed from use in KRAD  (KULRICE-9149) | 
protected static final String IP_ADDRESS
protected static final String PRINCIPAL_ID
protected static final String DOCUMENT_NUMBER
protected static final String SESSION_ID
public SessionDocumentServiceImpl()
@Deprecated public DocumentFormBase getDocumentForm(String documentNumber, String docFormKey, UserSession userSession, String ipAddress)
SessionDocumentServicegetDocumentForm in interface SessionDocumentService@Deprecated protected Object retrieveDocumentForm(UserSession userSession, String sessionId, String documentNumber, String ipAddress) throws Exception
Exception@Deprecated public WorkflowDocument getDocumentFromSession(UserSession userSession, String docId)
SessionDocumentServicegetDocumentFromSession in interface SessionDocumentService@Deprecated public void addDocumentToUserSession(UserSession userSession, WorkflowDocument document)
SessionDocumentService@Deprecated public void purgeDocumentForm(String documentNumber, String docFormKey, UserSession userSession, String ipAddress)
SessionDocumentServicepurgeDocumentForm in interface SessionDocumentServiceSessionDocumentService.purgeDocumentForm(String, String,
      org.kuali.rice.krad.UserSession, String)@Deprecated public void setDocumentForm(DocumentFormBase form, UserSession userSession, String ipAddress)
SessionDocumentServicesetDocumentForm in interface SessionDocumentService@Deprecated protected void persistDocumentForm(DocumentFormBase form, UserSession userSession, String ipAddress, String sessionId, String documentNumber)
@Deprecated public void purgeAllSessionDocuments(Timestamp expirationDate)
SessionDocumentServicepurgeAllSessionDocuments in interface SessionDocumentServiceSessionDocumentService.purgeAllSessionDocuments(java.sql.Timestamp)@Deprecated protected SessionDocumentDao getSessionDocumentDao()
@Deprecated public void setSessionDocumentDao(SessionDocumentDao sessionDocumentDao)
public void setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)
@Deprecated protected EncryptionService getEncryptionService()
@Deprecated protected DataDictionaryService getDataDictionaryService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.