imcode.server
Class MockImcmsServices
java.lang.Object
imcode.server.MockImcmsServices
- All Implemented Interfaces:
- ImcmsServices
public class MockImcmsServices
- extends java.lang.Object
- implements ImcmsServices
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockImcmsServices
public MockImcmsServices()
getSpringBean
public java.lang.Object getSpringBean(java.lang.String beanName)
- Specified by:
getSpringBean in interface ImcmsServices
verifyUser
public UserDomainObject verifyUser(java.lang.String login,
java.lang.String password)
- Description copied from interface:
ImcmsServices
- Verify a Internet/Intranet user. Data from any SQL Database.
- Specified by:
verifyUser in interface ImcmsServices
parsePage
public void parsePage(ParserParameters paramsToParse,
java.io.Writer out)
throws java.io.IOException
- Specified by:
parsePage in interface ImcmsServices
- Throws:
java.io.IOException
incrementSessionCounter
public void incrementSessionCounter()
- Specified by:
incrementSessionCounter in interface ImcmsServices
setSessionCounter
public void setSessionCounter(int value)
- Specified by:
setSessionCounter in interface ImcmsServices
setSessionCounterDate
public void setSessionCounterDate(java.util.Date date)
- Specified by:
setSessionCounterDate in interface ImcmsServices
getSessionCounterDate
public java.util.Date getSessionCounterDate()
- Specified by:
getSessionCounterDate in interface ImcmsServices
getAdminTemplate
public java.lang.String getAdminTemplate(java.lang.String adminTemplateName,
UserDomainObject user,
java.util.List tagsWithReplacements)
- Specified by:
getAdminTemplate in interface ImcmsServices
getTemplateFromDirectory
public java.lang.String getTemplateFromDirectory(java.lang.String adminTemplateName,
UserDomainObject user,
java.util.List variables,
java.lang.String directory)
- Specified by:
getTemplateFromDirectory in interface ImcmsServices
getDocType
public int getDocType(int meta_id)
- Specified by:
getDocType in interface ImcmsServices
getSystemData
public SystemData getSystemData()
- Specified by:
getSystemData in interface ImcmsServices
setSystemData
public void setSystemData(SystemData sd)
- Specified by:
setSystemData in interface ImcmsServices
getAllDocumentTypes
public java.lang.String[][] getAllDocumentTypes(java.lang.String langPrefixStr)
- Specified by:
getAllDocumentTypes in interface ImcmsServices
getSessionCounter
public int getSessionCounter()
- Specified by:
getSessionCounter in interface ImcmsServices
getSessionCounterDateAsString
public java.lang.String getSessionCounterDateAsString()
- Specified by:
getSessionCounterDateAsString in interface ImcmsServices
updateMainLog
public void updateMainLog(java.lang.String logMessage)
- Specified by:
updateMainLog in interface ImcmsServices
getDocumentMapper
public DocumentMapper getDocumentMapper()
- Specified by:
getDocumentMapper in interface ImcmsServices
getImcmsAuthenticatorAndUserAndRoleMapper
public ImcmsAuthenticatorAndUserAndRoleMapper getImcmsAuthenticatorAndUserAndRoleMapper()
- Specified by:
getImcmsAuthenticatorAndUserAndRoleMapper in interface ImcmsServices
getTemplateMapper
public TemplateMapper getTemplateMapper()
- Specified by:
getTemplateMapper in interface ImcmsServices
getSMTP
public SMTP getSMTP()
- Specified by:
getSMTP in interface ImcmsServices
getIncludePath
public java.io.File getIncludePath()
- Specified by:
getIncludePath in interface ImcmsServices
getDefaultLanguageCollator
public java.text.Collator getDefaultLanguageCollator()
- Specified by:
getDefaultLanguageCollator in interface ImcmsServices
getVelocityEngine
public org.apache.velocity.app.VelocityEngine getVelocityEngine(UserDomainObject user)
- Specified by:
getVelocityEngine in interface ImcmsServices
getVelocityContext
public org.apache.velocity.VelocityContext getVelocityContext(UserDomainObject user)
- Specified by:
getVelocityContext in interface ImcmsServices
getConfig
public Config getConfig()
- Specified by:
getConfig in interface ImcmsServices
getDatabase
public com.imcode.db.Database getDatabase()
- Specified by:
getDatabase in interface ImcmsServices
getCategoryMapper
public CategoryMapper getCategoryMapper()
- Specified by:
getCategoryMapper in interface ImcmsServices
getLanguageMapper
public LanguageMapper getLanguageMapper()
- Specified by:
getLanguageMapper in interface ImcmsServices
getFileCache
public CachingFileLoader getFileCache()
- Specified by:
getFileCache in interface ImcmsServices
getRoleGetter
public RoleGetter getRoleGetter()
- Specified by:
getRoleGetter in interface ImcmsServices
getProcedureExecutor
public ProcedureExecutor getProcedureExecutor()
- Specified by:
getProcedureExecutor in interface ImcmsServices
verifyUserByIpOrDefault
public UserDomainObject verifyUserByIpOrDefault(java.lang.String remoteAddr)
- Specified by:
verifyUserByIpOrDefault in interface ImcmsServices
getLocalizedMessageProvider
public LocalizedMessageProvider getLocalizedMessageProvider()
- Specified by:
getLocalizedMessageProvider in interface ImcmsServices
getKeyStore
public java.security.KeyStore getKeyStore()
- Specified by:
getKeyStore in interface ImcmsServices
setImcmsAuthenticatorAndUserAndRoleMapper
public void setImcmsAuthenticatorAndUserAndRoleMapper(ImcmsAuthenticatorAndUserAndRoleMapper imcmsAuthenticatorAndUserAndRoleMapper)
setDatabase
public void setDatabase(com.imcode.db.Database database)
setKeyStore
public void setKeyStore(java.security.KeyStore keyStore)
setTemplateMapper
public void setTemplateMapper(TemplateMapper templateMapper)
setDocumentMapper
public void setDocumentMapper(DocumentMapper documentMapper)
setCategoryMapper
public void setCategoryMapper(CategoryMapper categoryMapper)
setLanguageMapper
public void setLanguageMapper(LanguageMapper languageMapper)
setRoleGetter
public void setRoleGetter(RoleGetter roleGetter)
setProcedureExecutor
public void setProcedureExecutor(ProcedureExecutor procedureExecutor)
getWebApplicationContext
public org.springframework.web.context.WebApplicationContext getWebApplicationContext()
- Description copied from interface:
ImcmsServices
- Spring framework integration.
Latter this will be refactored out.
- Specified by:
getWebApplicationContext in interface ImcmsServices