|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.service.impl.SessionDocumentServiceImpl
@Transactional @Deprecated public class SessionDocumentServiceImpl
Implementation of SessionDocumentService that persists the document form
contents to the underlying database
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
SessionDocumentServiceImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addDocumentToUserSession(UserSession userSession,
WorkflowDocument document)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149) * |
protected BusinessObjectService |
getBusinessObjectService()
Deprecated. |
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 |
setBusinessObjectService(BusinessObjectService businessObjectService)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149) |
void |
setDocumentForm(DocumentFormBase form,
UserSession userSession,
String ipAddress)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149) |
void |
setSessionDocumentDao(SessionDocumentDao sessionDocumentDao)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String IP_ADDRESS
protected static final String PRINCIPAL_ID
protected static final String DOCUMENT_NUMBER
protected static final String SESSION_ID
| Constructor Detail |
|---|
public SessionDocumentServiceImpl()
| Method Detail |
|---|
@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
addDocumentToUserSession in interface SessionDocumentServiceSessionDocumentService.addDocumentToUserSession(org.kuali.rice.krad.UserSession,
org.kuali.rice.kew.api.WorkflowDocument)
@Deprecated
public void purgeDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
SessionDocumentService
purgeDocumentForm in interface SessionDocumentServiceSessionDocumentService.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 SessionDocumentServiceSessionDocumentService.purgeAllSessionDocuments(java.sql.Timestamp)@Deprecated protected SessionDocumentDao getSessionDocumentDao()
@Deprecated public void setSessionDocumentDao(SessionDocumentDao sessionDocumentDao)
@Deprecated protected BusinessObjectService getBusinessObjectService()
@Deprecated public void setBusinessObjectService(BusinessObjectService businessObjectService)
@Deprecated protected EncryptionService getEncryptionService()
@Deprecated protected DataDictionaryService getDataDictionaryService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||