All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addDocumentToUserSession(UserSession userSession,
WorkflowDocument document) |
protected BusinessObjectService |
getBusinessObjectService() |
protected DataDictionaryService |
getDataDictionaryService() |
DocumentFormBase |
getDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress) |
WorkflowDocument |
getDocumentFromSession(UserSession userSession,
String docId) |
protected EncryptionService |
getEncryptionService() |
protected SessionDocumentDao |
getSessionDocumentDao() |
protected void |
persistDocumentForm(DocumentFormBase form,
UserSession userSession,
String ipAddress,
String sessionId,
String documentNumber) |
void |
purgeAllSessionDocuments(Timestamp expirationDate) |
void |
purgeDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress) |
protected Object |
retrieveDocumentForm(UserSession userSession,
String sessionId,
String documentNumber,
String ipAddress) |
void |
setBusinessObjectService(BusinessObjectService businessObjectService) |
void |
setDocumentForm(DocumentFormBase form,
UserSession userSession,
String ipAddress) |
void |
setSessionDocumentDao(SessionDocumentDao sessionDocumentDao) |