Package org.kuali.rice.kns.service.impl
Class NoOpSessionDocumentServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.NoOpSessionDocumentServiceImpl
- All Implemented Interfaces:
org.kuali.rice.kns.service.SessionDocumentService
@Deprecated
public class NoOpSessionDocumentServiceImpl
extends Object
implements org.kuali.rice.kns.service.SessionDocumentService
Deprecated.
Only used by KNS classes, use KRAD.
A
SessionDocumentService implementation which does nothing.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDocumentToUserSession(org.kuali.rice.krad.UserSession userSession, org.kuali.rice.kew.api.WorkflowDocument document) Deprecated.org.kuali.rice.kns.web.struts.form.KualiDocumentFormBasegetDocumentForm(String documentNumber, String docFormKey, org.kuali.rice.krad.UserSession userSession, String ipAddress) Deprecated.org.kuali.rice.kew.api.WorkflowDocumentgetDocumentFromSession(org.kuali.rice.krad.UserSession userSession, String docId) Deprecated.voidpurgeAllSessionDocuments(Timestamp expirationDate) Deprecated.voidpurgeDocumentForm(String documentNumber, String docFormKey, org.kuali.rice.krad.UserSession userSession, String ipAddress) Deprecated.voidsetDocumentForm(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase form, org.kuali.rice.krad.UserSession userSession, String ipAddress) Deprecated.
-
Constructor Details
-
NoOpSessionDocumentServiceImpl
public NoOpSessionDocumentServiceImpl()Deprecated.
-
-
Method Details
-
getDocumentFromSession
public org.kuali.rice.kew.api.WorkflowDocument getDocumentFromSession(org.kuali.rice.krad.UserSession userSession, String docId) Deprecated.- Specified by:
getDocumentFromSessionin interfaceorg.kuali.rice.kns.service.SessionDocumentService
-
addDocumentToUserSession
public void addDocumentToUserSession(org.kuali.rice.krad.UserSession userSession, org.kuali.rice.kew.api.WorkflowDocument document) Deprecated.- Specified by:
addDocumentToUserSessionin interfaceorg.kuali.rice.kns.service.SessionDocumentService
-
purgeDocumentForm
public void purgeDocumentForm(String documentNumber, String docFormKey, org.kuali.rice.krad.UserSession userSession, String ipAddress) Deprecated.- Specified by:
purgeDocumentFormin interfaceorg.kuali.rice.kns.service.SessionDocumentService
-
purgeAllSessionDocuments
Deprecated.- Specified by:
purgeAllSessionDocumentsin interfaceorg.kuali.rice.kns.service.SessionDocumentService
-
getDocumentForm
public org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase getDocumentForm(String documentNumber, String docFormKey, org.kuali.rice.krad.UserSession userSession, String ipAddress) Deprecated.- Specified by:
getDocumentFormin interfaceorg.kuali.rice.kns.service.SessionDocumentService
-
setDocumentForm
public void setDocumentForm(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase form, org.kuali.rice.krad.UserSession userSession, String ipAddress) Deprecated.- Specified by:
setDocumentFormin interfaceorg.kuali.rice.kns.service.SessionDocumentService
-