|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.service.impl.NoOpSessionDocumentServiceImpl
public class NoOpSessionDocumentServiceImpl
A SessionDocumentService
implementation which does nothing.
Constructor Summary | |
---|---|
NoOpSessionDocumentServiceImpl()
|
Method Summary | |
---|---|
void |
addDocumentToUserSession(UserSession userSession,
WorkflowDocument document)
This method places a document into the user session. |
KualiDocumentFormBase |
getDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
Returns KualiDocumentFormBase object. |
WorkflowDocument |
getDocumentFromSession(UserSession userSession,
String docId)
Retrieves a document from the user session for the given document id |
void |
purgeAllSessionDocuments(Timestamp expirationDate)
Delete KualiDocumentFormBases from database. |
void |
purgeDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
Delete KualiDocumentFormBase from session and database. |
void |
setDocumentForm(KualiDocumentFormBase form,
UserSession userSession,
String ipAddress)
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 SessionDocumentService
public 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 |