Java Doc for HelpManagerImpl.java in » ERP-CRM-Financial » sakai » org » sakaiproject » component » app » help » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
ERP CRM Financial
»
sakai
»
org.sakaiproject.component.app.help
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.sakaiproject.component.app.help
.HelpManagerImpl
HelpManagerImpl
public
class HelpManagerImpl extends HibernateDaoSupport implements
HelpManager
(Code)
HelpManager provides database and search capabilitites for the Sakai help tool.
author:
Jarrod Lannan
version:
$Id: HelpManagerImpl.java 15465 2006-09-30 14:38:36Z marquard@ched.uct.ac.za $
Field Summary
Set
allCategories
Method Summary
public
void
addContexts
(
Map
session,
String
mappedView)
public
Category
createCategory
()
public
Resource
createResource
()
public
void
deleteContext
(
Long
contextId)
public
void
deleteResource
(
Long
resourceId)
public
void
deleteSource
(
Long
sourceId)
public
List
getActiveContexts
(
Map
session)
public
Category
getCategoryByName
(
String
name)
public
Context
getContext
(
Long
id)
public
int
getContextSize
()
Get ContextSize.
public
List
getContexts
(
String
mappedView)
protected
Document
getDocument
(
ResourceBean
resource)
Get Document.
public
String
getExternalLocation
()
public
Glossary
getGlossary
()
public
Resource
getResource
(
Long
id)
public
Resource
getResourceByDocId
(
String
docId)
protected
ResourceBean
getResourceFromDocument
(Document document)
Get Resource From Document.
public
Set
getResources
(
Long
contextId)
protected
Collection
getResources
()
Get entire Collection of Resources.
public
Map
getResourcesForActiveContexts
(
Map
session)
public
RestConfiguration
getRestConfiguration
()
public
ServerConfigurationService
getServerConfigurationService
()
public
Source
getSource
(
Long
id)
public
String
getSupportEmailAddress
()
Get Support Email Address.
public
TableOfContents
getTableOfContents
()
public
TableOfContentsBean
getToc
()
Get Table Of Contents Bean.
public
ToolManager
getToolManager
()
public
String
getWelcomePage
()
public
void
initialize
()
Synchronize first access to tool.
public
void
reInitialize
()
public
void
recursiveExternalReg
(
Node
n,
Category
category)
public
void
registerCorpusDocs
(
org.w3c.dom.Document
doc)
public
void
registerExternalHelpContent
(
String
externalHelpReg)
public
void
registerStaticContent
()
public
GlossaryEntry
searchGlossary
(
String
keyword)
public
Set
searchResources
(
String
queryStr)
protected
Set
searchResources
(Query query)
protected
Set
searchResources
(
String
queryStr,
String
defaultField)
public
void
setContextSize
(int contextSize)
public
void
setGlossary
(
Glossary
glossary)
Set Glossary.
public
void
setRestConfiguration
(
RestConfiguration
restConfiguration)
public
void
setServerConfigurationService
(
ServerConfigurationService
s)
public
void
setSupportEmailAddress
(
String
email)
set Support Email Address.
public
void
setTableOfContents
(
TableOfContents
toc)
public
void
setToc
(
TableOfContentsBean
toc)
Set Table Of Contents Bean.
public
void
setToolManager
(
ToolManager
toolManager)
public
void
setTxManager
(HibernateTransactionManager txManager)
public
void
storeCategory
(
Category
category)
public
void
storeContext
(
Context
context)
public
void
storeResource
(
Resource
resource)
public
void
storeSource
(
Source
source)
Field Detail
allCategories
Set
allCategories
(Code)
Method Detail
addContexts
public
void addContexts(
Map
session,
String
mappedView)
(Code)
createCategory
public
Category
createCategory()
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.createCategory
createResource
public
Resource
createResource()
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.createResource
deleteContext
public
void deleteContext(
Long
contextId)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.deleteContext(java.lang.Long)
deleteResource
public
void deleteResource(
Long
resourceId)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.deleteResource(java.lang.Long)
deleteSource
public
void deleteSource(
Long
sourceId)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.deleteSource(java.lang.Long)
getActiveContexts
public
List
getActiveContexts(
Map
session)
(Code)
getCategoryByName
public
Category
getCategoryByName(
String
name)
(Code)
Find a Category by name
Parameters:
name - Category
getContext
public
Context
getContext(
Long
id)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getContext(java.lang.Long)
getContextSize
public
int getContextSize()
(Code)
Get ContextSize. size of Context.
getContexts
public
List
getContexts(
String
mappedView)
(Code)
getDocument
protected
Document getDocument(
ResourceBean
resource) throws
IOException
,
MalformedURLException
(Code)
Get Document.
Parameters:
resource - document
throws:
IOException
-
throws:
MalformedURLException
-
getExternalLocation
public
String
getExternalLocation()
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getExternalLocation
getGlossary
public
Glossary
getGlossary()
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getGlossary
getResource
public
Resource
getResource(
Long
id)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getResource(java.lang.Long)
getResourceByDocId
public
Resource
getResourceByDocId(
String
docId)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getResourceByDocId(java.lang.String)
getResourceFromDocument
protected
ResourceBean
getResourceFromDocument(Document document)
(Code)
Get Resource From Document.
Parameters:
document - resource bean
getResources
public
Set
getResources(
Long
contextId)
(Code)
return list of resources matching context id
Parameters:
contextId -
getResources
protected
Collection
getResources()
(Code)
Get entire Collection of Resources. collection of resources
getResourcesForActiveContexts
public
Map
getResourcesForActiveContexts(
Map
session)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getResourcesForActiveContexts(java.util.Map)
getRestConfiguration
public
RestConfiguration
getRestConfiguration()
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getRestConfiguration
getServerConfigurationService
public
ServerConfigurationService
getServerConfigurationService()
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getServerConfigurationService
getSource
public
Source
getSource(
Long
id)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getSource(java.lang.Long)
getSupportEmailAddress
public
String
getSupportEmailAddress()
(Code)
Get Support Email Address.
See Also:
org.sakaiproject.api.app.help.HelpManager.getSupportEmailAddress
getTableOfContents
public
TableOfContents
getTableOfContents()
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getTableOfContents
getToc
public
TableOfContentsBean
getToc()
(Code)
Get Table Of Contents Bean. table of contents bean
getToolManager
public
ToolManager
getToolManager()
(Code)
get tool manager Returns the toolManager.
getWelcomePage
public
String
getWelcomePage()
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.getWelcomePage
initialize
public
void initialize()
(Code)
Synchronize first access to tool.
See Also:
org.sakaiproject.api.app.help.HelpManager.initialize
reInitialize
public
void reInitialize()
(Code)
Reinitialize help content from UI
recursiveExternalReg
public
void recursiveExternalReg(
Node
n,
Category
category)
(Code)
Parse external help reg doc recursively
Parameters:
n -
Parameters:
category -
registerCorpusDocs
public
void registerCorpusDocs(
org.w3c.dom.Document
doc)
(Code)
Parse corpus document
Parameters:
doc - document
registerExternalHelpContent
public
void registerExternalHelpContent(
String
externalHelpReg)
(Code)
register external help content build document from external reg file
Parameters:
externalHelpReg -
registerStaticContent
public
void registerStaticContent()
(Code)
register local content
searchGlossary
public
GlossaryEntry
searchGlossary(
String
keyword)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.searchGlossary(java.lang.String)
searchResources
public
Set
searchResources(
String
queryStr)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.searchResources(java.lang.String)
searchResources
protected
Set
searchResources(Query query)
(Code)
Search Resources
Parameters:
query - Set of matching results.
searchResources
protected
Set
searchResources(
String
queryStr,
String
defaultField) throws ParseException
(Code)
Search Lucene
Parameters:
queryStr -
Parameters:
defaultField -
throws:
ParseException -
setContextSize
public
void setContextSize(int contextSize)
(Code)
Set ContextSize
Parameters:
contextSize -
setGlossary
public
void setGlossary(
Glossary
glossary)
(Code)
Set Glossary.
Parameters:
glossary -
setRestConfiguration
public
void setRestConfiguration(
RestConfiguration
restConfiguration)
(Code)
set REST configuration
Parameters:
restConfiguration -
setServerConfigurationService
public
void setServerConfigurationService(
ServerConfigurationService
s)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.setServerConfigurationService(org.sakaiproject.service.framework.config.ServerConfigurationService)
setSupportEmailAddress
public
void setSupportEmailAddress(
String
email)
(Code)
set Support Email Address.
Parameters:
email -
setTableOfContents
public
void setTableOfContents(
TableOfContents
toc)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.setTableOfContents(org.sakaiproject.api.help.TableOfContents)
setToc
public
void setToc(
TableOfContentsBean
toc)
(Code)
Set Table Of Contents Bean.
Parameters:
toc -
setToolManager
public
void setToolManager(
ToolManager
toolManager)
(Code)
set tool manager
Parameters:
toolManager - The toolManager to set.
setTxManager
public
void setTxManager(HibernateTransactionManager txManager)
(Code)
Parameters:
txManager - The txManager to set.
storeCategory
public
void storeCategory(
Category
category)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.storeCategory(org.sakaiproject.api.help.Category)
storeContext
public
void storeContext(
Context
context)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.storeContext(org.sakaiproject.api.help.Context)
storeResource
public
void storeResource(
Resource
resource)
(Code)
Store resource
See Also:
org.sakaiproject.api.app.help.HelpManager.storeResource(org.sakaiproject.api.help.Entity)
storeSource
public
void storeSource(
Source
source)
(Code)
See Also:
org.sakaiproject.api.app.help.HelpManager.storeSource(org.sakaiproject.api.help.Source)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.