Package org.kuali.rice.krad.service.impl
Class SessionDocumentServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl
- All Implemented Interfaces:
SessionDocumentService
@Transactional
@Deprecated
public class SessionDocumentServiceImpl
extends Object
implements SessionDocumentService
Deprecated.
(Deprecated and removed from use in KRAD (KULRICE-9149)
Implementation of
SessionDocumentService that persists the document form
contents to the underlying database- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDocumentToUserSession(UserSession userSession, org.kuali.rice.kew.api.WorkflowDocument document) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149) *protected DataDictionaryServiceDeprecated.getDocumentForm(String documentNumber, String docFormKey, UserSession userSession, String ipAddress) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149)org.kuali.rice.kew.api.WorkflowDocumentgetDocumentFromSession(UserSession userSession, String docId) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149)protected EncryptionServiceDeprecated.protected SessionDocumentDaoDeprecated.protected voidpersistDocumentForm(DocumentFormBase form, UserSession userSession, String ipAddress, String sessionId, String documentNumber) Deprecated.voidpurgeAllSessionDocuments(Timestamp expirationDate) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149)voidpurgeDocumentForm(String documentNumber, String docFormKey, UserSession userSession, String ipAddress) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149)protected ObjectretrieveDocumentForm(UserSession userSession, String sessionId, String documentNumber, String ipAddress) Deprecated.voidsetDocumentForm(DocumentFormBase form, UserSession userSession, String ipAddress) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149)voidsetLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter) Deprecated.voidsetSessionDocumentDao(SessionDocumentDao sessionDocumentDao) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149)
-
Field Details
-
IP_ADDRESS
Deprecated.- See Also:
-
PRINCIPAL_ID
Deprecated.- See Also:
-
DOCUMENT_NUMBER
Deprecated.- See Also:
-
SESSION_ID
Deprecated.- See Also:
-
-
Constructor Details
-
SessionDocumentServiceImpl
public SessionDocumentServiceImpl()Deprecated.
-
-
Method Details
-
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:SessionDocumentServiceReturns DocumentFormBase object from the db- Specified by:
getDocumentFormin interfaceSessionDocumentService- Parameters:
documentNumber-docFormKey-userSession-ipAddress-- Returns:
-
retrieveDocumentForm
@Deprecated protected Object retrieveDocumentForm(UserSession userSession, String sessionId, String documentNumber, String ipAddress) throws Exception Deprecated.- Throws:
Exception
-
getDocumentFromSession
@Deprecated public org.kuali.rice.kew.api.WorkflowDocument getDocumentFromSession(UserSession userSession, String docId) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149)Description copied from interface:SessionDocumentServiceRetrieves a document from the user session for the given document id- Specified by:
getDocumentFromSessionin interfaceSessionDocumentService
-
addDocumentToUserSession
@Deprecated public void addDocumentToUserSession(UserSession userSession, org.kuali.rice.kew.api.WorkflowDocument document) Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149) *Description copied from interface:SessionDocumentServiceThis method places a document into the user session.- Specified by:
addDocumentToUserSessionin interfaceSessionDocumentService- See Also:
-
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:SessionDocumentServiceDelete DocumentFormBase from session and database.- Specified by:
purgeDocumentFormin interfaceSessionDocumentService- Parameters:
documentNumber-docFormKey-userSession-- See Also:
-
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:SessionDocumentServiceThis method stores a UifFormBase into session and database- Specified by:
setDocumentFormin interfaceSessionDocumentService- Parameters:
form-userSession-ipAddress-
-
persistDocumentForm
@Deprecated protected void persistDocumentForm(DocumentFormBase form, UserSession userSession, String ipAddress, String sessionId, String documentNumber) Deprecated. -
purgeAllSessionDocuments
Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149)Description copied from interface:SessionDocumentServiceDelete KualiDocumentFormBase from session and database.- Specified by:
purgeAllSessionDocumentsin interfaceSessionDocumentService- See Also:
-
getSessionDocumentDao
Deprecated. -
setSessionDocumentDao
Deprecated.(Deprecated and removed from use in KRAD (KULRICE-9149) -
setLegacyDataAdapter
Deprecated. -
getEncryptionService
Deprecated. -
getDataDictionaryService
Deprecated.
-