|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.service.impl.NoOpSessionDocumentServiceImpl
@Deprecated public class NoOpSessionDocumentServiceImpl
A SessionDocumentService implementation which does nothing.
| Constructor Summary | |
|---|---|
NoOpSessionDocumentServiceImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addDocumentToUserSession(UserSession userSession,
WorkflowDocument document)
Deprecated. This method places a document into the user session. |
KualiDocumentFormBase |
getDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
Deprecated. Returns KualiDocumentFormBase object. |
WorkflowDocument |
getDocumentFromSession(UserSession userSession,
String docId)
Deprecated. Retrieves a document from the user session for the given document id |
void |
purgeAllSessionDocuments(Timestamp expirationDate)
Deprecated. Delete KualiDocumentFormBases from database. |
void |
purgeDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
Deprecated. Delete KualiDocumentFormBase from session and database. |
void |
setDocumentForm(KualiDocumentFormBase form,
UserSession userSession,
String ipAddress)
Deprecated. Store KualiDocumentFormBase into session and database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoOpSessionDocumentServiceImpl()
| Method Detail |
|---|
public WorkflowDocument getDocumentFromSession(UserSession userSession,
String docId)
SessionDocumentService
getDocumentFromSession in interface SessionDocumentService
public void addDocumentToUserSession(UserSession userSession,
WorkflowDocument document)
SessionDocumentService
addDocumentToUserSession in interface SessionDocumentService
public void purgeDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
SessionDocumentService
purgeDocumentForm in interface SessionDocumentServicepublic void purgeAllSessionDocuments(Timestamp expirationDate)
SessionDocumentService
purgeAllSessionDocuments in interface SessionDocumentService
public KualiDocumentFormBase getDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
SessionDocumentService
getDocumentForm in interface SessionDocumentService
public void setDocumentForm(KualiDocumentFormBase form,
UserSession userSession,
String ipAddress)
SessionDocumentService
setDocumentForm in interface SessionDocumentService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||