@Transactional @Deprecated public class SessionDocumentServiceImpl extends Object implements SessionDocumentService
SessionDocumentService
that persists the document form
contents to the underlying databaseModifier and Type | Field and Description |
---|---|
protected static String |
DOCUMENT_NUMBER
Deprecated.
|
protected static String |
IP_ADDRESS
Deprecated.
|
protected static String |
PRINCIPAL_ID
Deprecated.
|
protected static String |
SESSION_ID
Deprecated.
|
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)
SessionDocumentService
getDocumentForm
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)
SessionDocumentService
getDocumentFromSession
in interface SessionDocumentService
@Deprecated public void addDocumentToUserSession(UserSession userSession, WorkflowDocument document)
SessionDocumentService
@Deprecated public void purgeDocumentForm(String documentNumber, String docFormKey, UserSession userSession, String ipAddress)
SessionDocumentService
purgeDocumentForm
in interface SessionDocumentService
SessionDocumentService.purgeDocumentForm(String, String,
org.kuali.rice.krad.UserSession, String)
@Deprecated public void setDocumentForm(DocumentFormBase form, UserSession userSession, String ipAddress)
SessionDocumentService
setDocumentForm
in interface SessionDocumentService
@Deprecated protected void persistDocumentForm(DocumentFormBase form, UserSession userSession, String ipAddress, String sessionId, String documentNumber)
@Deprecated public void purgeAllSessionDocuments(Timestamp expirationDate)
SessionDocumentService
purgeAllSessionDocuments
in interface SessionDocumentService
SessionDocumentService.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.