com.raritantechnologies.searchApp.sourceMap
Class JobSourceMap

java.lang.Object
  extended bycom.raritantechnologies.searchApp.sourceMap.CategorySourceMap
      extended bycom.raritantechnologies.searchApp.sourceMap.JobSourceMap
All Implemented Interfaces:
IConfigurable, ISourceMap

public class JobSourceMap
extends CategorySourceMap

Defines a CategorySourceMap or type "jobs".


Developed by Raritan Technologies .

Author:
Ted Sullivan

Field Summary
 
Fields inherited from class com.raritantechnologies.searchApp.sourceMap.CategorySourceMap
ALL, CATEGORY, CATEGORY_LIST, CATEGORY_LIST_SHORT
 
Constructor Summary
JobSourceMap()
           
 
Method Summary
 java.lang.String getObjectType()
          Returns the type of Source that the source map supports.
 
Methods inherited from class com.raritantechnologies.searchApp.sourceMap.CategorySourceMap
addSourceInputs, getAllSourceKeys, getDescription, getDisplayName, getPageCacheStyle, getSourceInputs, getSourceInputs, getSourceInputs, initialize, setPageCacheStyle, setSecurityManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobSourceMap

public JobSourceMap()
Method Detail

getObjectType

public java.lang.String getObjectType()
Description copied from interface: ISourceMap
Returns the type of Source that the source map supports.

Specified by:
getObjectType in interface ISourceMap
Overrides:
getObjectType in class CategorySourceMap