com.stratelia.webactiv.applicationIndexer.control
Class ApplicationIndexer

java.lang.Object
  extended by com.stratelia.webactiv.applicationIndexer.control.AbstractIndexer
      extended by com.stratelia.webactiv.applicationIndexer.control.ApplicationIndexer

public class ApplicationIndexer
extends AbstractIndexer


Constructor Summary
ApplicationIndexer(MainSessionController msc)
           
 
Method Summary
 void index(String personalComponent)
           
 void indexAll()
           
 void indexComponent(String spaceId, ComponentInstLight compoInst)
           
 void indexComponent(String spaceId, String componentId)
           
 void indexGroups()
           
 void indexPdc()
           
 void indexPersonalComponent(String personalComponent)
           
 void indexUsers()
           
 
Methods inherited from class com.stratelia.webactiv.applicationIndexer.control.AbstractIndexer
index, indexAllSpaces, indexPersonalComponents, indexSpace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationIndexer

public ApplicationIndexer(MainSessionController msc)
Method Detail

indexAll

public void indexAll()
              throws Exception
Throws:
Exception

index

public void index(String personalComponent)
           throws Exception
Throws:
Exception

indexComponent

public void indexComponent(String spaceId,
                           ComponentInstLight compoInst)

indexPersonalComponent

public void indexPersonalComponent(String personalComponent)
Specified by:
indexPersonalComponent in class AbstractIndexer

indexComponent

public void indexComponent(String spaceId,
                           String componentId)
                    throws Exception
Specified by:
indexComponent in class AbstractIndexer
Throws:
Exception

indexPdc

public void indexPdc()
              throws Exception
Throws:
Exception

indexUsers

public void indexUsers()

indexGroups

public void indexGroups()


Copyright © 2016 Silverpeas. All Rights Reserved.