org.kuali.rice.krad.service.impl
Class SessionDocumentServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl
All Implemented Interfaces:
SessionDocumentService

Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149)

@Transactional
@Deprecated
public class SessionDocumentServiceImpl
extends Object
implements SessionDocumentService

Implementation of SessionDocumentService that persists the document form contents to the underlying database

Author:
Kuali Rice Team (rice.collab@kuali.org)

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

IP_ADDRESS

protected static final String IP_ADDRESS
Deprecated. 
See Also:
Constant Field Values

PRINCIPAL_ID

protected static final String PRINCIPAL_ID
Deprecated. 
See Also:
Constant Field Values

DOCUMENT_NUMBER

protected static final String DOCUMENT_NUMBER
Deprecated. 
See Also:
Constant Field Values

SESSION_ID

protected static final String SESSION_ID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SessionDocumentServiceImpl

public SessionDocumentServiceImpl()
Deprecated. 
Method Detail

getDocumentForm

@Deprecated
public DocumentFormBase getDocumentForm(String documentNumber,
                                                   String docFormKey,
                                                   UserSession userSession,
                                                   String ipAddress)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149)

Description copied from interface: SessionDocumentService
Returns DocumentFormBase object from the db

Specified by:
getDocumentForm in interface SessionDocumentService
Returns:

retrieveDocumentForm

@Deprecated
protected Object retrieveDocumentForm(UserSession userSession,
                                                 String sessionId,
                                                 String documentNumber,
                                                 String ipAddress)
                               throws Exception
Deprecated. 

Throws:
Exception

getDocumentFromSession

@Deprecated
public WorkflowDocument getDocumentFromSession(UserSession userSession,
                                                          String docId)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149)

Description copied from interface: SessionDocumentService
Retrieves a document from the user session for the given document id

Specified by:
getDocumentFromSession in interface SessionDocumentService

addDocumentToUserSession

@Deprecated
public void addDocumentToUserSession(UserSession userSession,
                                                WorkflowDocument document)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149) *

Description copied from interface: SessionDocumentService
This method places a document into the user session.

Specified by:
addDocumentToUserSession in interface SessionDocumentService
See Also:
SessionDocumentService.addDocumentToUserSession(org.kuali.rice.krad.UserSession, org.kuali.rice.kew.api.WorkflowDocument)

purgeDocumentForm

@Deprecated
public void purgeDocumentForm(String documentNumber,
                                         String docFormKey,
                                         UserSession userSession,
                                         String ipAddress)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149)

Description copied from interface: SessionDocumentService
Delete DocumentFormBase from session and database.

Specified by:
purgeDocumentForm in interface SessionDocumentService
See Also:
SessionDocumentService.purgeDocumentForm(String, String, org.kuali.rice.krad.UserSession, String)

setDocumentForm

@Deprecated
public void setDocumentForm(DocumentFormBase form,
                                       UserSession userSession,
                                       String ipAddress)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149)

Description copied from interface: SessionDocumentService
This method stores a UifFormBase into session and database

Specified by:
setDocumentForm in interface SessionDocumentService

persistDocumentForm

@Deprecated
protected void persistDocumentForm(DocumentFormBase form,
                                              UserSession userSession,
                                              String ipAddress,
                                              String sessionId,
                                              String documentNumber)
Deprecated. 


purgeAllSessionDocuments

@Deprecated
public void purgeAllSessionDocuments(Timestamp expirationDate)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149)

Description copied from interface: SessionDocumentService
Delete KualiDocumentFormBase from session and database.

Specified by:
purgeAllSessionDocuments in interface SessionDocumentService
See Also:
SessionDocumentService.purgeAllSessionDocuments(java.sql.Timestamp)

getSessionDocumentDao

@Deprecated
protected SessionDocumentDao getSessionDocumentDao()
Deprecated. 


setSessionDocumentDao

@Deprecated
public void setSessionDocumentDao(SessionDocumentDao sessionDocumentDao)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149)


getBusinessObjectService

@Deprecated
protected BusinessObjectService getBusinessObjectService()
Deprecated. 


setBusinessObjectService

@Deprecated
public void setBusinessObjectService(BusinessObjectService businessObjectService)
Deprecated. (Deprecated and removed from use in KRAD (KULRICE-9149)


getEncryptionService

@Deprecated
protected EncryptionService getEncryptionService()
Deprecated. 


getDataDictionaryService

@Deprecated
protected DataDictionaryService getDataDictionaryService()
Deprecated. 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.