@Deprecated @Transactional public class SessionDocumentServiceImpl extends Object implements SessionDocumentService, org.springframework.beans.factory.InitializingBean
SessionDocumentService that persists the document form
contents to the underlying database| Modifier 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.
|
void |
afterPropertiesSet()
Deprecated.
|
protected BusinessObjectService |
getBusinessObjectService()
Deprecated.
|
protected DataDictionaryService |
getDataDictionaryService()
Deprecated.
|
KualiDocumentFormBase |
getDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
Deprecated.
|
WorkflowDocument |
getDocumentFromSession(UserSession userSession,
String docId)
Deprecated.
|
protected EncryptionService |
getEncryptionService()
Deprecated.
|
int |
getMaxCacheSize()
Deprecated.
|
protected SessionDocumentDao |
getSessionDocumentDao()
Deprecated.
|
protected void |
persistDocumentForm(Object form,
UserSession userSession,
String ipAddress,
String sessionId,
String documentNumber)
Deprecated.
|
void |
purgeAllSessionDocuments(Timestamp expirationDate)
Deprecated.
|
void |
purgeDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
Deprecated.
|
protected Object |
retrieveDocumentForm(UserSession userSession,
String sessionId,
String documentNumber,
String ipAddress)
Deprecated.
|
void |
setBusinessObjectService(BusinessObjectService businessObjectService)
Deprecated.
|
void |
setDocumentForm(KualiDocumentFormBase form,
UserSession userSession,
String ipAddress)
Deprecated.
|
void |
setMaxCacheSize(int maxCacheSize)
Deprecated.
|
void |
setSessionDocumentDao(SessionDocumentDao sessionDocumentDao)
Deprecated.
|
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()
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic KualiDocumentFormBase getDocumentForm(String documentNumber, String docFormKey, UserSession userSession, String ipAddress)
getDocumentForm in interface SessionDocumentServiceprotected Object retrieveDocumentForm(UserSession userSession, String sessionId, String documentNumber, String ipAddress) throws Exception
Exceptionpublic WorkflowDocument getDocumentFromSession(UserSession userSession, String docId)
getDocumentFromSession in interface SessionDocumentServicepublic void addDocumentToUserSession(UserSession userSession, WorkflowDocument document)
public void purgeDocumentForm(String documentNumber, String docFormKey, UserSession userSession, String ipAddress)
purgeDocumentForm in interface SessionDocumentServiceorg.kuali.rice.krad.service.SessionDocumentService#purgeDocumentForm(String
documentNumber, String docFormKey, UserSession userSession)public void setDocumentForm(KualiDocumentFormBase form, UserSession userSession, String ipAddress)
setDocumentForm in interface SessionDocumentServiceprotected void persistDocumentForm(Object form, UserSession userSession, String ipAddress, String sessionId, String documentNumber)
public void purgeAllSessionDocuments(Timestamp expirationDate)
purgeAllSessionDocuments in interface SessionDocumentServiceSessionDocumentService.purgeAllSessionDocuments(java.sql.Timestamp)protected SessionDocumentDao getSessionDocumentDao()
public void setSessionDocumentDao(SessionDocumentDao sessionDocumentDao)
protected BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(BusinessObjectService businessObjectService)
public int getMaxCacheSize()
public void setMaxCacheSize(int maxCacheSize)
protected EncryptionService getEncryptionService()
protected DataDictionaryService getDataDictionaryService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.